RE: svn update on a tag question
From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Fri, 7 May 2010 10:28:52 +0100
>
Linedata Services (UK) Ltd
-----Original Message-----
> From: David Aldrich [mailto:David.Aldrich_at_EU.NEC.COM]
When you use the update command you simply bring down the changes done into that directory. If you specify a revision you bring down the changes upt to that revision.
In your case there were no changes done in the tag after th copy, so nothing changed in the tag. Even if you say -r n+2 that is the revision in the tag not in trunk. Because you haven't merged the changes from trunk, revision n+2 is the same as revision n for what the tag is concerned.
You need to merge first and then update.
Having said all that, you shouldn't change a tag. Tags are supposed to be read-only. Nothing in Subversion will stop you doing that, tag is just another directory, but it's not how tags are usually used.
G
|
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.