Login | Join Now

AnkhSVN-Daily Update

Please use AnkhSVN 2.2 for the latest daily build based on Subversion 1.6

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

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-02-03
[r10762] bayborasrc/Ankh.ExtensionPoints/Items: ISvnUriItem.cs
remove System.Linq ref, and organize imports
[r10761] rhuijbensrc/Ankh.Services/UI: VSDialogForm.cs
Verify the stored window placement before applying them to avoid moving dialogs off-screen.
2012-01-26
[r10743] rhuijbensrc: Ankh.Package/Gui/AnkhSvn.xml, Ankh.VS.Interop/CMDSETID_TeamSystemDac.cs, Ankh.VS.Interop/Ankh.VS.Interop.csproj, Ankh.VS.Interop/CMDSETID_HtmEdGrp.cs
Following up on r10742, perform the same trick on the sql editor window.
[r10742] rhuijbensrc: Ankh.Package/Gui/AnkhSvn.xml, Ankh.VS.Interop/Ankh.VS.Interop.csproj, Ankh.VS.Interop/CMDSETID_HtmEdGrp.cs
Add the Subversion context menu to all the editor context menus of the html editor package.
[r10738] rhuijbensrc/Ankh.UI/Commands: CheckoutDialog.cs
When opening the checkout dialog, retrieve the Repository root if it is not available.
2012-01-23
[r10730] rhuijbensrc/Ankh/Commands: ItemRevertCommand.cs
To resolve issues like issue #701 'exception when revert project with sub folders' make sure we always revert all items in reverse alphabetical order. This makes sure we revert children before their ancestors.
2012-01-20
[r10720] rhuijbensrc: tools/Ankh.GenerateVSIXManifest/Program.cs, Ankh.Votive/Ankh.Votive.wxs, Ankh.Votive.wixproj
Generate a different extension manifest for VS2010 and VS11.
2012-01-17
[r10707] rhuijbensrc/Ankh.Services: Ankh.Services.csproj
Update SharpSvn reference to pull in some bug fixes.
[r10706] rhuijbensrc: AnkhSvn.2005.sln, AnkhSvn.2008.sln
Update project references
2012-01-16
[r10705] rhuijbensrc: Ankh.VS.Interop/Ankh.VS.Interop.snk, Ankh.Migrate, Ankh.VS.Interop/Ankh.VS.Interop.csproj, Ankh.Scc/ProjectMap/SccProjectData.ProjectRefresh.cs, Ankh.VS.Interop/Ankh.VS.Interop, Ankh.Scc/Ankh.Scc.csproj, Ankh.ExtensionPoints/Ankh.ExtensionPoints.csproj, Ankh.VS.Interop/Properties/AssemblyInfo.cs, Ankh.VS.Interop/Properties, AnkhSvn.2010.sln, Ankh.Package/Ankh.Package.csproj, Ankh.VS.Interop, Ankh.Votive.wixproj, Ankh.VS.Interop/Ankh.VS.Interop.wxs (and -8 other paths)
Add new Ankh.VS.Interop assembly.
2012-01-12
[r10699] rhuijbensrc/Ankh/Commands: CommandStrings.resx, CommandStrings.Designer.cs, ItemAnnotateCommand.cs
Fix typo and usage of the "You are trying to annotate a binary file. Are you sure you want to continue?" dialog.