You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tanoor Dieng <ne...@gmail.com> on 2007/03/07 11:16:38 UTC

about svn export

Hi every body, I want to get a STABLE version of my work via svn
export like this.

svn export http://myrepository/branches/STABLE


It works perfectly fine exepts that it creates a STABLE directory in
my current directory.
So I have to do
$~: mv STABLE/* . && rmdir STABLE

My question it that it there a way to get direclty the content which
is in the STABLE Directory.

Something like
$~: svn export http://myrepository/branches/STABLE/*


Best regards,
Tanoor.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: about svn export

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Wednesday 07 March 2007 12:16, Tanoor Dieng wrote:
> Hi every body, I want to get a STABLE version of my work via svn
> export like this.
>
> svn export http://myrepository/branches/STABLE
>
>
> It works perfectly fine exepts that it creates a STABLE directory in
> my current directory.
> So I have to do
> $~: mv STABLE/* . && rmdir STABLE
>
> My question it that it there a way to get direclty the content which
> is in the STABLE Directory.
>
> Something like
> $~: svn export http://myrepository/branches/STABLE/*

Have you tried using a second argument to export? It defaults to the last path 
segment of the first argument, i.e. 'STABLE' in your case. I'd try e.g. '.'. 
Also see the documentation or the output of 'svn help export'.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/

Sator Laser GmbH
Geschäftsführer: Ronald Boers       Steuernummer: 02/892/02900 
Amtsgericht Hamburg HR B62 932      USt-Id.Nr.: DE183047360

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.

**************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org