Re: Export behaving badly

Branko Čibej <[email protected]> Mon, 17 Oct 2005 15:46:44 +0200
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <[email protected]>
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