2010/7/7 sebb <seb...@gmail.com>: > > Or: > > Create clean workspace from SVN. > > Make any necessary updates that apply to the tag only. > > Create the tag from the workspace using svn copy dir https://.../ > > Trunk is then untainted by unnecessary changes, and the tag commit > e-mail shows the changes made. > History is also preseved. >
Good advice, though 1. I would leave the decision to the release manager. Whatever steps are easier. It is the result (release) that matters. Whether or not several e-mails are wasted, I do not really care. 2. URL -> URL copy in subversion is easy. WC -> URL copy in subversion is a bit more risky operation. If you perform checkout or update before applying your changes, you are safe. But if your WC has mixed revisions, certain trouble happens. (Summarizing, in this particular case it is likely to succeed, but in general sense it has caveats). 3. There already are "tag.bat"/"tag.sh" scripts that perform URL -> URL copy. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org