Stamping in Subversion
Jesse Anderson <[email protected]> Tue, 10 Jul 2007 14:09:43 -0700
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Our Subversion repository is laid according to the recommended layout
(http://svnbook.red-bean.com/en/1.0/ch01s07.html):
branches/
tags/
trunk/
project/
When I Anthill to do label in Subversion, it is done this way:
branches/
tags/
trunk/
project/
project_tag_1.0.0.0/
Labels should go into the tags directory on Subversion like this:
branches/
tags/
project_tag_1.0.0.0/
trunk/
project/
How can I get Anthill to label correctly?