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

RE: Sparse checkouts automation

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Thu, 11 Nov 2010 08:42:00 +0000

>

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-----Original Message-----

> From: San Martino [mailto:sanmrtn96_at_gmail.com]
> Sent: 10 November 2010 23:10
> To: users_at_subversion.apache.org
> Subject: Sparse checkouts automation
>
> Hello,
>
> Suppose you have a layout like this:
> /trunk
> /dir1
> /dir1_1
> file1.txt
> file2.txt
> /dir1_2
>
> Is there a way with one command to sparse-checkout al the
> elements of the path to file1.txt (included) but no more than
> those elements ?
>
> That is, the local working copy should look like this after
> one command:
> /trunk
> /dir1
> /dir1_1
> file1.txt
>
> Note that file2.txt and dir1_2 won't appear.

From another thread, maybe this would help
https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-viewspec.py
Received on 2010-11-11 09:42:40 CET

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.