Re: svn commit: r1824887 - in /httpd/site/trunk/tools: push.sh tag.sh

2018-02-20 Thread Jim Jagielski
This is what I've been using: #!/bin/sh # if test "$#" != 1; then echo "USAGE: $0 TAG" >&2 exit 1 fi svn copy -m "Tag HEAD of 2.4.x as $1" https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x https://svn.apache.org/repos/asf/httpd/httpd/tags/$1 > On Feb 20, 2018, at 10:17 AM,

Re: svn commit: r1824887 - in /httpd/site/trunk/tools: push.sh tag.sh

2018-02-20 Thread Yann Ylavic
On Tue, Feb 20, 2018 at 3:33 PM, wrote: > Author: druggeri > Date: Tue Feb 20 14:33:38 2018 > New Revision: 1824887 > > URL: http://svn.apache.org/viewvc?rev=1824887=rev > Log: > Add some additional convenience tooling > > Added: [] > httpd/site/trunk/tools/tag.sh