Stas Bekman wrote:
Something is broken here. Why making tag commits changes that weren't intended to be committed to the trunk? The tagging was done via make which does:
svn copy . https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)


:(

Actually, I was wrong: it has committed it to the tagg'ed branch, the trunk is fine.


I suppose we would like to change the tagging target in makefile from the above to:

svn copy http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)

so local changes don't affect the tag.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to