Re: How to create and apply tag in subversion
From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 12 Mar 2009 13:30:35 -0400
Tags in Subversion are merely branches that are considered tags.
When you setup your repository, you normally have it setup one of two ways:
svn://repos/trunk/project1
or
svn://repos/project1/trunk
So, instead of copying svn://repos/project1/trunk to
Yeah, we're not thrilled about it either.
One of the problems is how do you prevent someone from modifying a
$svn co svn://repos/project1/FOO-1.1 project1 #Checking out FOO-1.1
Three days later....
$ cd project1 #I've got to fix a bug in project1
To handle this problem, you have to use a pre-commit trigger that
On Thu, Mar 12, 2009 at 3:41 AM, Irfan Sayed <irfu.sayed_at_gmail.com> wrote:
-- -- David Weintraub qazwart_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1313714 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-03-12 18:31:24 CET |
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.