Login | Join Now

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

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

2009-06-21
[r6935] rhuijbensrc/Ankh.Services: Ankh.Services.csproj
Update SharpSvn reference to a Subversion 1.6.3 based release.
2009-06-19
[r6928] rhuijbensrc/Ankh.UI/MergeWizard: MergeWizard.cs
Re-enable several merge wizard pages that were accidently disabled in the refactoring operation.
2009-06-16
[r6920] rhuijbensrc/Ankh.UI: Ankh.UI.csproj, SvnLog/LogRevisionControl.cs, SvnLog/LogRequest.cs
Wrap logging in a LogRequest class to allow starting a new log request directly instead of waiting on the previous request to cancel.
2009-06-15
[r6913] rhuijbensrc/Ankh.Scc/ProjectMap: SccDocumentData.cs
Add two extra methods of testing whether a document/project is dirty. This will probably fix issue #592.
2009-06-09
[r6899] rhuijbensrc: Ankh.Package/Attributes/ProvideOutputWindow.cs, Ankh.Package/VSPackage.resx, Ankh.VS/OutputPane/OutputPaneManager.cs, Ankh.Package/AnkhSvnPackage.cs, Ankh.Package/Ankh.Package.csproj
Statically initialize our output window, instead of creating it on first-use, to make sure we never steal the focus and to allow third party components access to our pane.
[r6898] rhuijbensrc/Ankh.UI: MergeWizard/MergeTypePageControl.cs, MergeWizard/MergeSourceManuallyRemovePageControl.cs, MergeWizard/MergeRevisionsSelectionPageControl.cs, MergeWizard/BasePageControl.Designer.cs, MergeWizard/MergeSourceReintegratePageControl.Designer.cs, MergeWizard/BasePageControl.Wizard.cs, MergeWizard/MergeSourceReintegratePageControl.Wizard.cs, MergeWizard/MergeSourceReintegratePageControl.cs, MergeWizard/MergeOptionsPageControl.Wizard.cs, Ankh.UI.csproj, MergeWizard/BasePageControl.cs, MergeWizard/MergeOptionsPageControl.Designer.cs, MergeWizard/MergeBestPracticesPageControl.cs, MergeWizard/MergeSourceBasePageControl.cs
Refactor the wizard framework to replace the code-ui abstraction with partial classes. The result is work-in progress.
2009-06-08
[r6895] rhuijbensrc/Ankh.UI: SvnLog/Commands/RevertChanges.cs, SvnLog/Commands/ShowChanges.cs, VSSelectionControls/Commands/ListViewCommandBase.cs
From control context commands, retrieve the control with the generic helper that looks through the chain of active controls instead of just trying to cast the control.
[r6892] rhuijbensrc: Ankh.VS/Dialogs/VSCommandRouting.cs, Ankh.UI/PendingChanges/VSTextEditor.cs
Following up on r6891 also filter VK_UP (as that key is handled as command)
[r6891] rhuijbensrc: Ankh.VS/Dialogs/VSCommandRouting.cs, Ankh.Services/UI/IAnkhPreFilterMessage.cs, Ankh.UI/PendingChanges/VSTextEditor.cs, Ankh.Services/Ankh.Services.csproj
Fix backspace and return in VS2010 modal text editors by delegating command filtering to the WindowsForms controls* src/Ankh.Services/Ankh.Services.csproj
[r6890] rhuijbensrc/Ankh.UI/Annotate: AnnotateEditorControl.Designer.cs, AnnotateEditorControl.cs
Only enable the navigation bar in the Annotate viewer for VS2008 and older
[r6884] rhuijbensrc: Ankh.VS.UnitTest/Ankh.VS.UnitTest.csproj, Ankh.Tests/Ankh.Tests.csproj, Ankh.VS.IntegrationTest/Ankh.VS.IntegrationTest.csproj
Some left-over project file changes
2009-06-05
[r6876] rhuijbensrc/Ankh.UI/VSSelectionControls: SmartListView.cs, SmartTreeView.cs
Switch only the unmanaged part of the TreeList and ListView to double buffering to reduce the extra buffering induced by the managed Control class (to get foreground and background painting in one window message).
[r6875] rhuijbensrc/Ankh.Package: Ankh.Package.csproj
Move .vsct file one folder upwards to allow keeping it in incremental builds and explicitly set what to package in the Vsix bundle to work around 8MB file limit.
[r6874] rhuijbensrc/Ankh.UI: VSSelectionControls/SmartListView.cs, PendingChanges/VSTextEditor.cs, VSSelectionControls/SmartTreeView.cs
Apply some VS2010 specific UI updates: Fix the texteditor (again) and update the UI styling of the listview and treeview controls.
2009-06-04
[r6871] rhuijbensrc: Ankh.VS.UnitTest/Ankh.VS.UnitTest.csproj, Ankh.Diff/Ankh.Diff.csproj, Ankh.Migrate/Ankh.Migrate.csproj, Ankh.Scc/Ankh.Scc.csproj, Ankh.VS/Ankh.VS.csproj, Ankh.VS.IntegrationTest/Ankh.VS.IntegrationTest.csproj, AnkhSvn.2010.sln, Ankh.Package/Ankh.Package.csproj, Ankh.UI/Ankh.UI.csproj, Ankh.Ids/Ankh.Ids.csproj, Ankh.VS/Dialogs/VSCommandRouting.cs, Utils/Utils.csproj, TestUtils/TestUtils.csproj, Ankh/Ankh.csproj
Update for no-upgrade with VS2010 and add VSVersion class for checking VS version dependant features when there is no real way to check for a feature.