On Fri, 2007-07-06 at 09:56 -0700, Gary Brunton wrote: > It appears as though the svn.exe command expects > file:///c:/SVN/PensionLookup because if I add the extra forward slash > everything works. So to be clear, when I run the following command > from command prompt I get the same svn: error: > > svn.exe log --xml --stop-on-copy > file://c:/SVN/PensionLookup/tags/PensionLookup_RELEASE_1-0-0 > > If I change the command to the following (added the extra forward > slash), the log works: > > svn.exe log --xml --stop-on-copy > file:///c:/SVN/PensionLookup/tags/PensionLookup_RELEASE_1-0-0 > > > Does this make any sense to you?
Yes, I better understand the issue now. Subversion expects a leading "/" even for Windows paths, even though that would make that path invalid. http://bugzilla.mkgnu.net/show_bug.cgi?id=1021#c2 http://www.mkgnu.net/cgi-bin/viewcvs.cgi/scmbug/cvsroot/system/src/lib/product/Tools/SCM_Functions.pm.in?r1=1.20&r2=1.21 Thanks!!
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
