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

Re: Know before downloading trunk how many files I'm going to download.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 16 Oct 2008 18:54:56 +0200 (Jerusalem Standard Time)

David Weintraub wrote on Thu, 16 Oct 2008 at 12:50 -0400:
> How about something like this:
>
> svn diff -r<prevBuildRev>:HEAD <repositoryURL> | grep "^Index:" | wc -l
>

Just

    svn diff --summarize

>
> You can also try the --dry-run flag:
>
> $ svn --dry-run update
>

    % svn up --dry-run
    Subcommand 'update' doesn't accept option '--dry-run'
    Type 'svn help update' for usage.

> See if that works.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-16 18:55:28 CEST

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.