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

Re: consistency: svn checkout creates intermediate folders, svn export does not

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-06-09 03:09:52 CEST

On 6/8/06, Lieven Govaerts <lgo@mobsol.be> wrote:
> Hi,
>
>
> when checking out a branch to a local folder like this:
>
> svn checkout http://svn.collab.net/repos/svn/trunk /tmp/a/b/c/d
> (where /tmp/a doesn't exist)
>
> Subversion will automatically create all intermediate folders a, b & c.
>
> Whereas,
> svn export http://svn.collab.net/repos/svn/trunk /tmp/a/b/c/d
> (where /tmp/a doesn't exist)
>
> will give:
> svn: Can't create directory '/tmp/a/b/c/d': The system cannot find the path
> specified.
>
> In terms of consistency, shouldn't svn export also create the intermediate
> folders?
>
> I can create a patch for it, just want to make sure that this is what we
> want.

I don't see any reason export shouldn't create intermediate directories.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 9 03:10:30 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.