Package: svn-buildpackage
Version: 0.5.12
Severity: normal

When invoking "svn-buildpackage --svn-tag" twice, the second
call will mess up the tag like this:

test/
    branches/
    tags/
        0.0.1-1/
            debian/
            trunk/
            test
    trunk/


The problem is test/tags/0.0.1-1/trunk, which is created
there, because the directory 0.0.1-1 already exists when
copying trunk to 0.0.1-1.

I suggest, that the tag is simply deleted before it is
created.

Another possibility would be to check, if the tag already
exists and in this case abort svn-buildpackage. But then
there should be an option like "--svn-replace-tag" to
make it possible to delete any existing tag before copying
the new one.

Tobias



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to