After relocating the working copy and performing a local copy, "svn
info" crashes. I tested this with both trunk and 1.8.5, on OSX. I
haven't had time to try to track this down yet.

See the attached reproduction script and output.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com
+ SVN=svn
+ SVNADMIN=svnadmin
+++ dirname ./relocrash.sh
++ cd .
++ pwd
+ HERE=/Users/brane/src/svn/repos/test
+ OREPO=/Users/brane/src/svn/repos/test/repo
+ NREPO=/Users/brane/src/svn/repos/test/oper
+ WC=/Users/brane/src/svn/repos/test/wc
+ rm -fr /Users/brane/src/svn/repos/test/repo 
/Users/brane/src/svn/repos/test/oper /Users/brane/src/svn/repos/test/wc
+ svnadmin create /Users/brane/src/svn/repos/test/repo
+ svn checkout file:///Users/brane/src/svn/repos/test/repo 
/Users/brane/src/svn/repos/test/wc
Checked out revision 0.
+ cd /Users/brane/src/svn/repos/test/wc
+ svn mkdir --parents a/b/c/d
A         a
A         a/b
A         a/b/c
A         a/b/c/d
+ svn commit -mm
Adding         a
Adding         a/b
Adding         a/b/c
Adding         a/b/c/d

Committed revision 1.
+ cp -R /Users/brane/src/svn/repos/test/repo 
/Users/brane/src/svn/repos/test/oper
+ svn relocate file:///Users/brane/src/svn/repos/test/repo 
file:///Users/brane/src/svn/repos/test/oper
+ svn copy -rHEAD a/b/c@HEAD a/x
Updating 'a/x':
A    a/x/d
Updated to revision 1.
A         a/x
+ svn info a/x
Path: a/x
Working Copy Root Path: /Users/brane/src/svn/repos/test/wc
URL: file:///Users/brane/src/svn/repos/test/oper/a/x
./relocrash.sh: line 25:  3552 Segmentation fault: 11  "$SVN" info a/x

Attachment: relocrash.sh
Description: Bourne shell script

Reply via email to