Login | Join Now

sharpsvn
Subversion

Revision
( previous | next )
Author rhuijben
Date 2010-03-04 03:50:05-0700 (6 months ago)
Log message
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.

* src/SharpSvn.Tests/PathTests.cs
  Add more testcases.

* src/SharpSvn/SvnTools.cpp
  Catch off by one error and return UNC roots without ending '\'