Re: Subversion Doesn't Have Branches aka Crossing the Streams aka Branches as First Class Objects?
From: Zé <jose.passes_at_gmx.com>
Date: Sun, 19 May 2013 10:08:54 +0100
On 05/19/2013 09:51 AM, Zé wrote:
Regarding tags, there's a better way to handle them in subversion:
1) Here's the repo status:
$ pwd
ze_at_ubuntu:trunk$ svn log --limit 3
Marked v2
Marked v1
Initial import
2a) This might be an alias to a "svn tag checkout v1"
$ svn checkout -r5 file:///tmp/repository/trunk wc
2b) This might be an alias to a "svn tag checkout v2"
$ svn checkout -r6 file:///tmp/repository/trunk wc
These would be proper tags: they are immutable, they take over
I suspect that the only thing that would be needed for subversion to
-- ZéReceived on 2013-05-19 11:09:30 CEST |
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.