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

Re: Q: checkout subdirectory but maintain parent directory structure

From: Wendy Smoak <wsmoak_at_gmail.com>
Date: 2006-02-04 14:37:49 CET

On 2/3/06, Brent Webster <brent.webster@liquidcomputing.com> wrote:

> My current directory structure looks something like
>
> trunk/dev/src/controlpath/system_mgmt/...
>
> Basically, I want to checkout everything under the system_mgmt subdirectory
> but maintain the /dev/src/controlpath parent directory structure. Is that
> possible?

This (all on one line) will create the directory structure and do the checkout:

svn co http://<server>/trunk/dev/src/controlpath/system_mgmt
dev/src/controlpath/system_mgmt

Only 'system_mgmt' is a working copy.

--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 4 14:39:15 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.