Philippe M. Chiasson wrote:
Stas Bekman wrote:

Stas Bekman wrote:

[...]
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.


Yes, the recommended way I'd tag things is always with 2 remote URLs

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

That way, you know that you are tagging something 100% consistent.

Then, you'd have to svn export that tag and build your final tarball from
it.

+++1, that way local changes won't end up in the tarball, which was unfortunately the case with my release yesterday. Luckily they don't affect anybody. Philippe, can you please adjust the procedures in both RELEASE files? Thanks!


--
__________________________________________________________________
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