[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 00:51:14 CEST

Kevin Hung wrote:
> Thanks for the suggestion. I tried out "svn diff" but there are two
> problems.
>
> (1) If I create new files or directories in my working copy, "svn diff"
> does not show it. Is there a way to get around it.

The diff command I showed won't show new files in your working copy since you're
not asking for it. You asked to see what's new in the server since you last did
your update or checkout.

>
> (2) "svn diff" also shows the difference between two files on screen.
> Can I just have "svn diff" to show the filename that differs (like svn
> status).

Not until 1.4.0 comes out, which has a --summarize option which will do this.

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 00:52:44 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.