[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: how to diff against an version prior to a file move?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-11-12 04:54:22 CET

On Nov 11, 2003, at 10:51 PM, Joey Hess wrote:

> I'm pretty sure that trunk/bin/cvsfix is the original name it had in
> the
> repository. What am I supposed to do to get at the old version of the
> file?

What does 'svn log -v -r 739 svn+ssh://kitenet.net/home/svn/joey/' tell
you about the files that were changed in that revision? It seems like
something like:

$ svn diff -r 738:739
svn+ssh://kitenet.net/home/svn/joey/trunk/bin/cvsfix

should work... although if it isn't you might also try

$ svn diff -r 738:739 svn+ssh://kitenet.net/home/svn/joey/

if you don't know precisely what file changed, you can just diff the
whole repos for that revision, and it should show the change to that
file in the diff output.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 12 04:55:09 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.