Jim Paris wrote:
> The question: is this expected behavior? I thought Subversion was
> supposed to track history even when moving a directory around like
> that. It seems a little weird that "svn log" shows all of the old
> history but you can't actually access it directly with "cat" or
> "merge". Am I doing something wrong?
No, you're not doing anything wrong. This is one of the big annoyances
of subversion 1.0, a feature we haven't yet implemented. The repository
tracks copy/move history, but of all the client subcommands, only 'svn
log' can follow that history. Really, 'svn diff', 'svn merge', 'svn
cat/ls', and a whole bunch of other commands ought to follow history as
well.
The workaround for svn 1.0 is to use 'svn log' to discover the item's
history, then provide the proper (revision, URL) coordinates to the
subcommand you really want to run.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 15:43:33 2004