Re: Stamping in Subversion

"Andy Levy" <[email protected]> Tue, 10 Jul 2007 21:05:05 -0400
Newsgroups gmane.comp.java.anthill
Message-ID <[email protected]>
On 7/10/07, Jesse Anderson <[email protected]> wrote:
> 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?

Anthill does label correctly, assuming you've given it the right tags
directory in your SubversionRepositoryAdapter setup for the project
(point it at the URL for your tags directory).