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

Re: Checkout a specific set of paths from a repository

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-13 14:51:37 CET

On Jan 13, 2006, at 12:37, Jon Mann wrote:

> I only want to checkout a specific set of paths:
>
> /projectA/trunk
> /projectB/trunk
> /projectC/trunk
>
> where I can make a common change and commit in a single revision.
>
> Is this possible? How?

$ svn co -N url://to/repo foo
$ cd foo
$ svn up -N projectA projectB projectC
$ svn up {projectA,projectB,projectC}/trunk

Note however that "svn co -N" is somewhat busted and may not work
correctly. See:

http://subversion.tigris.org/issues/show_bug.cgi?id=695

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 13 14:55:38 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.