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

Re: A way to download multiple SVN revisions into a folder?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 18 Sep 2008 08:42:07 -0400

On Thu, Sep 18, 2008 at 00:07, Cornflake <codyzero_at_gmail.com> wrote:
>
> Hello everyone,
>
> I have come here to ask if there is a way to export more than one SVN
> revision using TortoiseSVN at a time. For example, I want to download all
> revisions of a repository but there's no way to go "up" one folder and
> download them as a whole. I either have to do the HEAD revision, or type in
> a single revision number. I tried typing in 1 - 50 in the export box, but a
> balloon tells me that this is improper syntax.
>
> Is there another way to do this that I am overlooking? Thanks.

Use the command-line client and script it (this assumes you want each
revision in a directory named with that revision number):

pseudo-code:

for i = 1 to 50 {
svn export <URL> -r i i/
}

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-18 14:42:15 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.