moving a file on top of a link issue?
From: tim gunter <tgunter_at_gmail.com>
Date: 2007-03-02 09:12:25 CET
I believe I may have found a minor bug. I have experienced this issue using
I have a working copy in which I had a symbolic link pointing to another
#!/bin/bash
SVN=svn
# create working dir
# create depot
# create text file & link to file
# add to depot
# remove link & move file on top of link
# modify file
# diff against base
# revert
# diff against base
echo "diff -y myfile <($SVN cat -r HEAD myfile):"
cd ..
This may be somewhat related to issue
Is there an easy way to fix a working copy in this state?
Thanks to the developers; svn is a joy to use!
--tim
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.