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

Re: about svn export

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-03-07 14:11:10 CET

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
Received on Wed Mar 7 14:10:02 2007

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.