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

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

From: Luca Bonora <bonora.luca_at_gmail.com>
Date: Wed, 15 Oct 2008 11:02:54 +0200

Hi all. I have a question for you. I'm creating a collection of scripts
that use zenity and I need to know how many files I'm going to download
with checkout before I effectively do the checkout. For now, I found a
little hack that use svn list , like this:
svn list -v -R [URL] | wc -l
But it's quite slow.
Is there any command I can use instead of that hack?

Thank you very much!
Greetings,

Luca

---------------------------------------------------------------------
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-15 18:35:21 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.