I want to use a Date Labeller in tagging (in Subversion) my builds,
but just a date & build # isn't exactly what I want, as I want to keep
all my tags in a single directory, instead of one directory per
environment per project.

IOW, today I have:

tags/dev/2010.11.12.001
tags/test/2010.11.13.001
tags/prod/2010.11.14.001

I would like to instead have just a flat "tags" directory, with all
tags inside it:

tags/dev_2010.11.12.001
tags/dev_2010.11.12.002
tags/test_2010.11.13.001
tags/prod_2010.11.14.001

Is this possible? I know I can prefix with the Default Labeller. Or
would I be better served by abandoning the date and instead using a
Last Change Labeller?

Reply via email to