Jeremy Thomerson wrote:
> Sorry, I had them still in my personal folder. I have moved the
> release tags (for rc3 / rc4) to the releases folder. However, I must
> not have cut a tag at the beginning of the rc4 release cycle - so I'm
> not sure what should go into the tags folder.
Subversion to the rescue....
------------------------------------------------------------------------
r771517 | jrthomerson | 2009-05-05 02:16:31 +0100 (Tue, 05 May 2009) | 1
line
Changed paths:
A /wicket/sandbox/jthomerson/1.4-rc4 (from /wicket/trunk:771516)
creating 1.4-rc4 tag pre-release
------------------------------------------------------------------------
Looks like you created your sandbox but supplied an erroneous commit
message.
So, the relevant tag, to match the tagging policy exhibited in previous
wicket releases, would be:
svn cp
http://svn.apache.org/repos/asf/wicket/trunk@771516 \
http://svn.apache.org/repos/asf/wicket/tags/wicket-1.4-rc4A second issue concerning the tags: there currently exists BOTH a
"/tags/wicket-1.4-rc3" AND a "/tags/1.4-rc3" with DIFFERENT content. The
"/tags/wicket-1.4-rc3" one matches the way previous releases seem to be
tagged (trunk content, before pom.xml manipulation for release) whilst
the "/tags/1.4-rc3" one is equal to the content of
"/releases/wicket-1.4-rc3".
I think "/tags/1.4-rc3" can simply be deleted.
Max.