Re: How do I find out the ancestor of svn cp?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-06-28 18:00:56 CEST
"Mats Nilsson" <mats.nilsson@xware.se> writes:
> The question is simple: how will I be able to use "svn log" to find out the
Huh? The new repository filesystem now traces back through copy
$ svn log -v update_editor.c
* update_editor.c: rename. No longer 'get_editor.c'
Of course, I see your point. That log output would be more useful if
$ svnlook repos rev 1316 diff
Copied: update_editor.c (from rev 1315, trunk/subversion/libsvn_wc/get_editor.c)
Really, I suspect 'svn log -v' should be doing exactly the same thing,
---------------------------------------------------------------------
|
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.