Re: Compare With - Revision does not work for moved files
From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-12-11 02:29:53 CET
"Stefan Baramov" <Stefan.Baramov@trx.com> wrote on 12/10/2004 05:05:19 PM:
> Compare With - Revision does not work for files that have been
This is a Subversion limitation. To do the compare, we use svn cat to get
To recap, the issue is this:
r1 commit foo
To do the compare, we run this command to get the r1 revision.
svn cat -r1 url://bar
Subversion should trace the history back to foo, but doesn't, and the
svn cat -r1:@PEG_REV url://bar
The default PEG_REV for a URL is HEAD, so it should just work for us with
Mark
PS - svn diff could have given us the correct output, but we would have to
_____________________________________________________________________________
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.