copy history thoughts
From: Vladimir Prus <ghost_at_cs.msu.su>
Date: 2002-10-30 19:47:33 CET
I have a question concerning how copy history is traversed.
svn merge -r72:71
and it gives me an error, because the current directory is now in
/trunk/whale
but in revision 72 it was
/whale/trunk
Okay, I can merge by specifying old paths. (Actually, at the moment I can't,
But even if I can, it this a reasonable? Do I mean: merge the changes made in
Related question. If I run
svn log -r 50 file.txt
but file.txt was copied to "." in revision 60, what is the right
svn log -r 50
traversed copy history, and
svn log --strict -r 50
returned log for files that were in current dir at revision 50.
So, what's the right way?
- Volodya
---------------------------------------------------------------------
|
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.