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

Re: How to do "svn status -r1000"?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-09-09 07:37:27 CEST

Kevin Hung wrote:
> Hi Blair,
>
> Just want to confirm the answer to my first question. Is it true that
> there is no way to have "svn diff" to show new files or new directories?
> Would this feature be included in future release?

No, that's not true. If you do a diff on a revision range that includes an
added file, then the diff, either against the wc or the server, will show the diff.

BTW, you can always test things out very quickly using a test repository:

svnadmin create repos
svn co file://`pwd`/repos wc
cd wc
cp /etc/motd .
svn add motd
svn ci -m ''
cd ..
svn diff -r 0:1 file://`pwd`/repos

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 9 07:38:29 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.