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

Automatically populate intermediate directories during check out

From: Mark _ <mark_aok_at_hotmail.com>
Date: Sat, 4 Sep 2010 17:07:31 +0000

Hi all,

When I want to check out something like http://mysvn/trunk/firstDir/secondDir/thirdDir/FourthDir/FifthDir I do the following:
svn co http://mysvn/trunk
cd trunk
svn up firstDir --depth files
cd firstDir
svn up secondDir --depth files
cd secondDir
svn up thirdDir --depth files

etc. etc.

Is there a way to simply check out the FifthDir directory and have all of the intermediate directories (firstDir, secondDir, thirdDir, fourthDir) automatically checked out?

Maybe I'm just being lazy :) But I think this would be a useful feature, especially for big svn databases...

Thanks,
Mark
                                               
Received on 2010-09-04 19:08:12 CEST

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.