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

RE: Re: removing a tag from the repository

From: CRISP Norman <Norman.Crisp_at_alcatel-lucent.com>
Date: Mon, 14 Apr 2008 16:05:49 -0500

Thanks Mark,

That may just be the problem.

Norm.

-----Original Message-----
From: Mark E. Hamilton [mailto:mhamilt_at_sandia.gov]
Sent: Monday, April 14, 2008 4:23 PM
To: CRISP Norman
Cc: Erik Huelsmann; users_at_subversion.tigris.org
Subject: Re: removing a tag from the repository

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
---------------------------------------------------------------------
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 23:06:20 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.