Login | Join Now

SharpSvn-Daily Update - 1.6009.1512

The SharpSvn project provides frequent builds of the current development tree. These versions are not fully tested, but may contain bugfixes (and new bugs) that are not in released versions. If you are testing these daily builds (Thanks!) and find issues in it, please report those issues with the exact version.

The latest daily build is SharpSvn 1.6009.1512.

The build script also supplies an x64 version of this Win32 build and a package of all binaries with some extras.

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 month after they are build.

Recent changes

2010-03-16
[r1512] rhuijbenimports/Default.build, src/SharpSvn.UI/Properties/AssemblyInfo.cs, src/SharpSvn/AssemblyInfo.cpp
Add peg rev to backport branch and update Sqlite reference
2010-03-10
[r1502] rhuijbensrc: SharpSvn.Tests/StaticVerifications.cs, SharpSvn/SvnErrorCodes.h, SharpSvn/SharpSvn-VS2008.vcproj, tools/Errors2Enum/Program.cs
Add a few more error codes to SvnAprErrorCode by importing the not overridden values from errno.h.
[r1500] rhuijbensrc/SharpSvn: SvnException.h
Add .AprErrorCode property to SvnException to allow retrieving a SvnAprErrorCode value.
[r1499] rhuijbensrc: SharpSvn/SharpSvn-VS2008.vcproj, tools/Errors2Enum/Program.cs, tools/Errors2Enum/Properties/AssemblyInfo.cs
Apply a few more tricks when generating Windows and Apr enums to allow using the real #define'd names in the enum.
2010-03-09
[r1498] rhuijbensrc/SharpSvn: RemoteCommands/SvnRemoteSession.cpp, AssemblyInfo.cpp, SvnRemoteSession.h
Add MakeRelativePath helper to SvnRemoteSession()
2010-03-04
[r1491] rhuijbensrc/SharpSvn.Tests: PathTests.cs, Commands/LogTests.cs, Commands/CheckOutTests.cs
Update references to the subversion repository to their new asf home to fix tests. And for more likely examples
[r1489] rhuijbensrc: SharpSvn.Tests/PathTests.cs, SharpSvn/SvnTools.cpp
Make GetNormalizedFullPath() return UNC paths with '\'-s at the end trimmed. Also make IsNormalizedFullPath() a bit less picky about which UNC paths need normalization.
[r1487] rhuijbensrc: SharpSvn.Tests/PathTests.cs, SharpSvn/SvnTools.cpp
Catch an of by one case in FindTruePath() which triggered wrong results for "\\pc\c$" ("\\pc\c$\") and "\\pc\c$\A" ("\\pc\c$\"). Also return the normalized root for UNC roots.
2010-02-23
[r1480] rhuijbensrc/SharpSvn: Args/List.h, Commands/List.cpp
If an explicit revision is passed via SvnListArgs, make sure we don't try to calculate a repository root as this will return the wrong path.