Re: I, too, miss tags.
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-24 14:40:05 CET
On Feb 24, 2006, at 14:25, Vincent Starre wrote:
> First off, you can do this:
I think it's practical. I simply set up the variable "R" for my
export R=https://www.example.com/svn
Then I can make a tag like this:
svn cp $R/fooproject/trunk $R/fooproject/tags/1.9.0
Or by using handy dandy shell expansion:
svn cp $R/fooproject/{trunk,tags/1.9.0}
Easy as pie.
---------------------------------------------------------------------
|
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.