[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: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2006-02-03 18:59:25 CET

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 Fri Feb 3 19:19:14 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.