Bert Huijben
2014-04-10 11:04:12 UTC
-----Original Message-----
Sent: donderdag 10 april 2014 12:14
libsvn_client/prop_commands.c tests/cmdline/prop_tests.py
Author: rhuijben
Date: Thu Apr 10 10:14:23 2014
New Revision: 1586255
URL: http://svn.apache.org/r1586255
Replace assertions triggered in svn_dirent_get_absolute() triggered by
$ svn pl -r PREV https://svn.apache.org/repos/asf
$ svn pg Q -r PREV https://svn.apache.org/repos/asf
and
$ tortoiseproc /command:properties /path:https://svn.apache.org/repos/asf
(which tries to obtain the WORKING properties)
with a proper error.
Hi,Sent: donderdag 10 april 2014 12:14
libsvn_client/prop_commands.c tests/cmdline/prop_tests.py
Author: rhuijben
Date: Thu Apr 10 10:14:23 2014
New Revision: 1586255
URL: http://svn.apache.org/r1586255
Replace assertions triggered in svn_dirent_get_absolute() triggered by
$ svn pl -r PREV https://svn.apache.org/repos/asf
$ svn pg Q -r PREV https://svn.apache.org/repos/asf
and
$ tortoiseproc /command:properties /path:https://svn.apache.org/repos/asf
(which tries to obtain the WORKING properties)
with a proper error.
This last error was found by CollabNet QA and was the reason I applied this patch.
It would be nice if this command could default to using HEAD instead of WORKING when '/path'' specifies a URL, just like 'svn'
We will probably fix some of our code by explicitly adding /rev:HEAD to the commandline, to avoid the problem on both old and new versions of TortoiseSVN.
Bert
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3076274
To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].