[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: removing a tag from the repository

From: Mark E. Hamilton <mhamilt_at_sandia.gov>
Date: Mon, 14 Apr 2008 14:23:02 -0600

I had problems as well with tags not getting removed. Turned out I was
using filename wildcards, not Python regular expression patterns. Check
your patterns to ensure that you are doing things like this:

--exclude="some_tag_.*"

rather than

--exclude="some_tag_*"

When I fixed that I went from 500+ tags to around 20.

CRISP Norman wrote:
> Thanks, I did try that when I ran cvs2svn and passed in
> --exclude=TAG_TO_REMOVE* but it did not remove them when it converted.
> I thought afterwards that perhaps that line would remove branch tags and
> not file tags? My conversion completed with no errors, just all the
> tags I did not want to carry over.

-- 
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-14 22:23:30 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.