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

Getting diff of a new file

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-01-29 21:17:28 CET

Hello,

I added foo.c as part of the commit r124. When I run this command line:

svn diff -r123:124

I get the diff of the whole commit, including the diff of the new file that was
added (just like a diff against /dev/null). But if I try to single out the new
file:

svn diff -r123:124 foo.c

I get this error:

svn: Unable to find repository location for 'foo.c' in revision 123

Is there a way to get this diff? While I understand that the error message is
strictly correct, I believe that it's unfortunate that svn diff -r[N-1]:[N]
work for modified files but not for new files. Should I file a ticket for this?

Giovanni Bajo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 29 21:18:32 2006

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.