Re: Relative Revision on Relative Path External
From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 12 Dec 2012 20:26:54 +0100
On Wed, Dec 12, 2012 at 02:13:01PM -0500, Stefan Scherer wrote:
To do this in a single commit, you can get a fresh working copy of trunk,
Next, copy this working copy to the staging location in the repository:
cd working-copy
Or use the ^/ short hand notation:
cd working-copy
In windows cmd.exe you'll to type ^^/ instead:
svn copy . ^^/ICE/staging/foo
because ^ is a special character there.
The staging branch/tag will be created as a server-side copy of trunk,
|
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.