Re: Moving Tags
From: Christopher Ness <chris_at_nesser.org>
Date: 2004-12-28 03:37:18 CET
On Mon, 2004-27-12 at 08:42 -0800, Stephen McConnell wrote:
Why not a directory structure like this:
/
So you merge change sets from /trunk to /stage, test the system and if
Sound good?
> When one initially modifies the file (merges it with what is out on
As I'm sure you know, tags are just copies of a file. The tag itself is
You would probably want to limit who has commit privileges
> When the user needs to update their local workspace, they can "check
$ svn co ${SVN_ROOT}/development/
or staging, or production
> One could then checkout all the files associated with the Staging or
You need to `svn merge -r100:110 ./development/ ./staging/` your changes
Read the section on merging to figure out how to do that from the book.
> While not directly part of this question, the last I have seen about a
I don't know.
Hope this helps.
-- Software Engineering IV, McMaster University PGP Public Key: http://www.nesser.org/pgp-key/ 21:26:57 up 6 days, 9:32, 3 users, load average: 0.06, 0.14, 0.07 http://www.fsf.org/philosophy/no-word-attachments.html
|
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.