Diff problems: repos->wc diffs over rename (Issue #1093)
From: Josh Pieper <jjp_at_pobox.com>
Date: 2004-05-09 15:49:27 CEST
Still working on Issue #1093, my big sticking point is getting the
This problem is present in the current HEAD if you present the right
Due to the same limitation, the update editor, it is impossible to
Does anyone have ideas about how to teach the update editor or failing
-Josh
-------------------
#!/bin/sh
REPO=`pwd`/repo
rm -rf ${REPO} ${ORIG} ${WC}
svnadmin create $REPO
svn import --username "bob" ${ORIG} file:///${REPO} -m"initial import - rev 1"
cd ${WC}
echo "janes line" >> foo/foo2/bonk
svn mv foo/foo2/bonk foo/bonk_new
echo "one more line" >> foo/bonk_new
echo "more more more" >> foo/bonk_new
echo "Performing a diff of the previous URL to the new modified working copy"
---------------------------------------------------------------------
|
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.