Change in handling of paths in commit notifications
From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-04-26 19:16:47 CEST
There seems to be a behavior change in trunk with commit notifications
It appears the commit code looks at the current directory and the
Assuming current directory is C:\svn\bin and this command:
svn ci -m "" C:\wc\project\folder\file.ext
You get this output:
Sending wc\project\folder\file.ext
Note that the common part of the current directory and the path is C:\
Let's move to OSX and 1.4.3:
Current directory is /usr/local/svn-1.4.3/bin
svn ci -m "" /Users/me/wc/project/folder/file.ext
You get this output:
Sending /Users/me/wc/project/folder/file.ext
But, when the same command is run with 1.5 you get this output:
Sending Users/me/wc/project/folder/file.ext
Note that the leading "/" has been removed similar to the way that C:\
I have already fixed Subclipse to deal with this, but I can imagine it
-- Thanks Mark Phippard http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Apr 26 19:16:55 2007 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.