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).
Published daily builds will be available for at least a week after they are build.
| 2012-02-03 |
| |
[r10762]
| baybora | src/Ankh.ExtensionPoints/Items: ISvnUriItem.cs |
| remove System.Linq ref, and organize imports |
| |
[r10761]
| rhuijben | src/Ankh.Services/UI: VSDialogForm.cs |
| Verify the stored window placement before applying them to avoid moving dialogs
off-screen. |
| 2012-01-26 |
| |
[r10743]
| rhuijben | src: 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]
| rhuijben | src: 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]
| rhuijben | src/Ankh.UI/Commands: CheckoutDialog.cs |
| When opening the checkout dialog, retrieve the Repository root if it is
not available. |
| 2012-01-23 |
| |
[r10730]
| rhuijben | src/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]
| rhuijben | src: 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]
| rhuijben | src/Ankh.Services: Ankh.Services.csproj |
| Update SharpSvn reference to pull in some bug fixes. |
| |
[r10706]
| rhuijben | src: AnkhSvn.2005.sln, AnkhSvn.2008.sln |
| Update project references |
| 2012-01-16 |
| |
[r10705]
| rhuijben | src: 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]
| rhuijben | src/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. |