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

Re: Cannot diff after file rename

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-02-07 10:02:18 CET

On Mon, 6 Feb 2006, Simon Large wrote:

> Hi folks,
>
> Having renamed and modified a file in the same commit, I am unable to
> diff the current revision against the previous one using its new name.
> Am I missing something obvious, or is this a bug? Using svn 1.3.0.
>
svn diff --old=OLDURL@OLDREV --new=newfile

So, you need to specify both the old and new name and another problem is
that you can't specify a non-existing WC path, so you need to us an URL.

http://subversion.tigris.org/issues/show_bug.cgi?id=1902
seems relevant to the last part.

//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 7 10:03:21 2006

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.