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

Re: Help

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Mon, 19 Apr 2010 17:39:33 -0500

On Apr 19, 2010, at 17:04, Omar Ousmane Kadry wrote:

> Not sure if it is the right place for this but I’m looking for a way to imitate the cvs behavior when checking out folders.
> In cvs:
> cvs co mod1/dir1/dir2/file2
> will result in having:
> mod1/dir1/dir2/file2
>
> How can I obtain this hierarchical checkout with SVN?

There isn't anything built into Subversion to do that. You'll have to make the directories yourself, for example using "mkdir -p".
Received on 2010-04-20 00:40:07 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.