Message4315

Author abenea
Recipients bos, ser, ser1
Date 2007-11-11.08:39:21
Content
svn acts weird on the attached repository (probably a bug):


andrei@viggy ~ $ svn log file:///home/andrei/tmp/rexml/ -r 1082 -v --limit 1
------------------------------------------------------------------------
r1082 | ser | 2005-03-13 14:17:15 +0200 (Sun, 13 Mar 2005) | 2 lines
Changed paths:
   M /rexml/branches/xpath_V/src/rexml/xpath_parser.rb

The final cut

------------------------------------------------------------------------
andrei@viggy ~ $ ls /home/andrei/tmp/rexml
README.txt  conf  dav  db  format  hooks  locks


As you can see it prints an extra "/rexml" in the paths. The same (wrong?) path 
is reported by the svn bindings (snv.ra.get_log), but 'svn ls' behaviour is 
different:


andrei@viggy ~ $ svn ls file:///home/andrei/tmp/rexml
branches/
ruby/
shelves/
tags/
trunk/
History
Date User Action Args
2007-11-11 08:39:22abeneasetmessageid: <1194770362.18.0.895473627389.issue823@selenic.com>
2007-11-11 08:39:22abeneasetrecipients: + bos, ser, ser1
2007-11-11 08:39:22abenealinkissue823 messages
2007-11-11 08:39:21abeneacreate