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

RE: Re: Export behaving badly

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2005-10-17 15:52:51 CEST

Branko Čibej wrote:
> Daniel Berlin wrote:
>
>> So i'm converting over some documentation update scripts from gcc.
>>
>> They do the following:
>>
>> Export a bunch of doc files from repo
>> build docs
>> place them somewhere
>>
>> export, unfortunately, behaves differently than checkout. If you do
>>
>> svn export svn://gcc.gnu.org/svn/trunk/gcc/doc/install.texi gcc
>>
>>
> I think export should simply fail for a single file, just like
> checkout. We have "svn cat" for that.
>
> -- Brane
>

An alternative would be to check the final argument for a trailing / or \, and, if it's present, treat it as an indication that the user wants the export to go into that directory.

-D.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 17 17:58:03 2005

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.