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".