You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2006/10/15 22:54:07 UTC

Re: weirdness in SVN tagging of spamassassin_release_3_1_7?

Nix writes:
> Something very strange has happened to the tagging of 3.1.7 in svn:
> 
> loki 17 /usr/packages/spamassassin/spamassassin% svn ls http://svn.apache.org/repos/asf/spamassassin/tags/spamassassin_release_3_1_7
> 3.1/
> BUGS
> [...]
> 
> That 3.1 directory, well, it looks like another copy of SpamAssassin:
> 
> loki 18 /usr/packages/spamassassin/spamassassin% svn ls http://svn.apache.org/repos/asf/spamassassin/tags/spamassassin_release_3_1_7/3.1
> BUGS
> CREDITS
> Changes
> [...]
> 
> In fact it looks like another copy of 3.1.7, judging by the contents of
> the Changes file in there.
> 
> 
> I assume this is an oversight, right?

yep.  the build/README describes the procedure to tag:


    repo=https://svn.apache.org/repos/asf/spamassassin
    svn copy -m "creating tag for release 3.1.7" \
        $repo/branches/3.1 \
        $repo/tags/spamassassin_release_3_1_7

do that twice, and the second time it'll just copy it into the
same place as a "3.1" directory :(   now fixed.  thanks for
spotting it...

--j.