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

Re: export to path/to/sub/dir

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-01-16 13:22:26 CET

Brooke Smith wrote:
> Hi all,
>
> I'm just reading this and wonder if anyone has an answer to this
> question. Allan Juul asked:
>
>> well, you are pre-creating the directories [$ mkdir -p tmp/export/test]
>>
>> i simply don't understand the difference in behavior between a
>> checkout and an export - they are totally identical apart from
>> existence of the .svn directory, right?. so what's the logic in the
>> fact that the checkout command *can* indeed create an arbitrary path
>> but the export command *can not* ?

It's not the same piece of code being passed a flag "do/don't create .svn".

Basically, the same information is being fetched from the server, but being
piped through completely different pieces of receiver code.

One happens to recursively make dirs, the other doesn't.

Yes, this is an inconsistency that ought to be fixed.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 16 13:25:40 2005

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.