Re: Doing merges properly [was: Re: [Sablevm-developer] Some improvements to sablevm-classpath]
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-06-16 03:37:54
|
Actually... Grzegorz B. Prokopski wrote: > Acutally, it's not mandatory. Actually, instead of a patch, normally > you send the following kind of information: > > svn merge -r xxxx:yyyy $SVN/developers/.../sandbox/sablevm... I really prefer to get a simple tag URL, such as: $SVN/developers/name/tags/date-tagname Why? Because I prefer to rely on the output of: svn log $SVN/developers/name/tags/date-tagname to find about xxx, and there's no way to get yyyy wrong when you use HEAD, given that tags cannot be modified. :-) [clarification: tags can be created, deleted, and re-created, but not modified.] Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |