Re: accessing older file revisions from branches
From: <sussman_at_collab.net>
Date: 2003-01-30 14:39:18 CET
Petr Sebor petr@scssoft.com writes:
Ben Collins-Sussman wrote:
Remember that (for now), 'svn mv' == 'svn cp; svn rm'.
So no, you didn't rename the basename of the file, but *you* did
The bug here is that
svn diff -rX:Y foo.c
...very naively follows this algorithm:
1. foo.c in wc == URL
Instead, it should be trying to follow the copy-history of the file
---------------------------------------------------------------------
|
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.