AnkhSVN-Daily Update

The AnkhSVN project provides Daily builds of the current development tree. These versions are not tested before uploading, but may contain bugfixes (and new bugs) that are not in released versions. If you are testing our daily builds (Thanks!) and find issues in them, please report those issues with the exact version (See the Visual Studio about box).

The latest daily build is AnkhSVN 2.1.7829.

You can find older daily releases in the daily folder of documents & files. The previous version of this report is still available in our Subversion Repository.

Published daily builds will be available for at least a week after they are build.

Recent changes

2010-02-18
[r7815] sandersrc/Ankh/Services/PendingChanges: PendingChangeHandler.cs, PccStrings.resx, PccStrings.Designer.cs
Remove caption text, because it doesn't show up in the caption of the messagebox, just above the actual message.
[r7814] sandersrc/Ankh/Services/PendingChanges: PendingChangeHandler.cs, PccStrings.resx, PccStrings.Designer.cs
Notify the user of out of date items, instructing to update before commit. This prevents another stacktrace from showing up
[r7813] sandersrc/Ankh/Services/PendingChanges: PendingChangeHandler.cs
Remove IsVersioned check, tree conflicts can occur on nonversioned items
[r7812] sandersrc/Ankh/Services/PendingChanges: PendingChangeHandler.cs, PccStrings.resx, PccStrings.Designer.cs
Check for conflicted file pre-commit. Abort the commit when conflicts are found to avoid getting a stacktrace later on.
2010-02-15
[r7806] rhuijbensrc/Ankh.UI/OptionsPages: AnkhOptionsPageControl.cs, UserToolSettingsControl.Designer.cs
Reorder some option dialog controls so the order in which the controls are added matches the expected TabIndex order. This fixes some VS keyboard issues.
2010-02-13
[r7802] rhuijbensrc: Ankh.Services/UI/IAnkhConfigurationService.cs, Ankh.Scc/ProjectTracker.Solution.cs, Ankh/Services/ConfigService.cs, Ankh.Scc/Ankh.Scc.csproj, Ankh.Scc/SccUI/SccFilesystemWarningDialog.resx, Ankh.Scc/SccUI/SccFilesystemWarningDialog.Designer.cs, Ankh.Scc/SccUI/SccFilesystemWarningDialog.cs
Warn AnkhSVN users that they should upgrade their filesystem if the solution is located on a FAT or FAT32 disk. While this is not directly an error condition, subversion can miss certain kinds of changes on these partitions.
If you only use Windows XP and later there are enough valid alternatives to avoid FAT and FAT32.
Add generic support for suppressing warnings.
2010-02-11
[r7793] rhuijbensrc: Ankh/Services/AnkhErrorHandler.cs, Ankh.Services/Ankh.Services.csproj
Upgrade to SharpSvn 1.6009.1476 to get better error handling information.
[r7791] rhuijbensrc/Ankh.Services: Ankh.Services.csproj
Upgrade SharpSvn reference to 1.6009.1468 to fix FAT/FAT32 specific issue on file moves.
2010-02-06
[r7779] rhuijbensrc/Ankh.UI/SccManagement: UpdateAvailableDialog.cs
Make the update available header label Bold instead of normal.
2010-02-05
[r7775] rhuijbensrc/Ankh.Votive: Ankh.Votive.wxs, VSExtension.wxs
Fix setuptexts and try to use NoSetupVSTemplates on 2010 to speed up setup.
[r7774] rhuijbensrc: Ankh.Votive.wixproj, Ankh.Votive/VSExtension.wxs
Update our setup project to use the standard Wix VSExtension and only include our own extensions to that.
2010-02-02
[r7753] rhuijbensrc: Ankh/Commands/UpdateItemCommand.cs, Ankh.Package/Gui/AnkhSvn.xml, Ankh/Commands/CommandStrings.resx, Ankh/Commands/CommandStrings.Designer.cs, Ankh/Commands/ItemShowChanges.cs, Ankh.Ids/AnkhCommand.cs, Ankh.UI/Commands/UpdateDialog.Designer.cs, Ankh/Commands/SolutionUpdateCommand.cs, Ankh.UI/Commands/UpdateDialog.cs
When right clicking a folder in the solution explorer, replace the normal update items command with a specific update folder command (implemented as a recursive update on the selected folders).
Also update the update item command to no longer perform non recursive updates on folders until Subversion issue #3569 is fixed.
2010-02-01
[r7750] rhuijbensrc/Ankh: Services/AnkhErrorMessage.cs, Ankh.csproj, Services/AnkhErrorHandler.cs, Ankh.wxs
Cleanup error handling code a bit. (Removed undocumented errorlog support, which contained a race condition between multiple instances).
2010-01-29
[r7746] rhuijbensrc/Ankh.Scc/ProjectMap: SccProjectData.ProjectRefresh.cs
Try to fix the addition and removal of files in Websites when a subversion update is applied.
2010-01-28
[r7744] rhuijbensrc/Ankh.UI/PendingChanges: PCStrings.resx, PCStrings.Designer.cs, Commits/PendingCommitsView.cs, Commits/PendingCommitItem.cs
Add (by default invisible) revision column to the pending changes source file tab.