AnkhSVN-Daily Update

If you don't want to upgrade to Subversion 1.7, you can use an AnkhSVN 2.2 daily for Subversion 1.6 and an AnkhSVN 2.0 daily for the latest daily build based on Subversion 1.5

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.3.11227.

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

2012-05-10
[r11209] rhuijbensrc/Ankh.VS/Services: DiffMergeInstance.cs, InternalDiff.cs
Optimize a few cases in the VS11 diff code: Provide Visual Studio knowledge about which files are tempfiles.
[r11207] rhuijbensrc: Ankh.WpfEditor.Package/Services/ServiceMethodResolver.cs, Ankh.Services/VS/ILinqInterfaceDelegateService.cs, Ankh.Services/AnkhService.cs, Ankh.WpfEditor.Package/Ankh.WpfEditor.Package.csproj, Ankh.WpfEditor.Package/Services/VS11ThemingService.cs, Ankh.VS/Services/DiffMergeInstance.cs, Ankh.VS/Services/InternalDiff.cs, Ankh.Services/Ankh.Services.csproj
Generalize some code to obtain a proper delegate to an interface method on the AnkhService class.
[r11203] rhuijbensrc/Ankh.UI: Ankh.UI.csproj, Annotate/AnnotateEditorControl.Designer.cs, PendingChanges/PendingCommitsPage.Designer.cs, SccManagement/LockDialog.Designer.cs, VSSelectionControls/SmartSplitter.cs, PendingChanges/PendingConflictsPage.Designer.cs, PendingChanges/RecentChangesPage.Designer.cs, RecentMessageDialog.Designer.cs
Create our own SplitContainer class to avoid designer behavior differences between .Net 2.0 and 4.0.
In .Net 2.0 this class doesn't implement an interface which changes designer behavior. We tested for this on the buildbot, but this makes it easier not to check in wrong code.
2012-05-07
[r11198] rhuijbensrc: Ankh.UI/PendingChanges/PendingCommitsPage.Designer.cs, Ankh.UI/VSSelectionControls/SmartListView.cs, Ankh.Services/UI/ISupportsVSTheming.cs, Ankh.UI/VSSelectionControls/SmartTreeView.cs, Ankh.Services/Ankh.Services.csproj, Ankh.Services/VSVersion.cs
Don't use the Windows theming for post VS11-Beta visual studio versions to allow VS custom theming to take over. Apply this change for the Pending Change toolwindow listview.
[r11196] rhuijbensrc/Ankh.Scc: AnkhSccProvider.cs
Reorder some code in the scc activation to make sure the glyphs are always updated. Also use a cached property instead of always retrieving a service.
2012-04-29
[r11184] rhuijbensrc/Ankh.Services: Ankh.Services.csproj
Update SharpSvn reference