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

about svn export

From: Tanoor Dieng <newstanoor_at_gmail.com>
Date: 2007-03-07 12:16:38 CET

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
Received on Wed Mar 7 12:17:11 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.