On Wednesday 29 May 2013 06:46:06 John Ralls wrote:
> On Tue, 28 May 2013 16:02:14 -0400 Christian Stimming
> <[email protected]> wrote
> > Author: cstim
> > Date: 2013-05-28 16:02:12 -0400 (Tue, 28 May 2013)
> > New Revision: 23018
> > Trac: http://svn.gnucash.org/trac/changeset/23018
> > 
> > Added:
> >   gnucash/tags/2.5.2/
> > 
> > Log:
> > Tag 2.5.2, now correctly from trunk r23012
> 
> How the heck did I screw that up?
> 
> Regards,
> John Ralls
> 
> _______________________________________________
> gnucash-devel mailing list
> [email protected]
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

This happens when you run the svn cp command to create a tag twice.

svn cp url-to-gnucash-repo/trunk url-to-gnucash-repo/tags/2.5.2

The first time you call this command, it will create the 2.5.2 directory under 
tags. The second 
time, since the directory already exists, it will create a directory trunk 
inside the 2.5.2 
directory.

To avoid this, you should call an svm rm command inbetween the cp commands.

It seems you wanted to retag because you forgot th Changelog file the first 
time (see r23011, 
r23012 and r23013).

Geert
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to