[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: Brent Webster <brent.webster_at_liquidcomputing.com>
Date: 2006-02-04 02:43:25 CET

Reasonable but I was hoping for something a little less manual.

>>-----Original Message-----
>>From: Gale, David [mailto:David.Gale@Hypertherm.com]
>>Sent: February 3, 2006 12:59 PM
>>To: Brent Webster; users@subversion.tigris.org
>>Subject: RE: Q: checkout subdirectory but maintain parent
>>directory structure
>>
>>Brent Webster 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?
>>>
>>> Thanks, Brent
>>
>>mkdir -p dev/src/controlpath;
>>cd dev/src/controlpath;
>>svn co <server>/trunk/dev/src/controlpath/system_mgmt;
>>
>>-David
>>

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