Re: cvs tag renaming after repo copy
- From: John Hein <jhein@xxxxxxxxxx>
- Date: Wed, 27 Feb 2008 12:58:48 -0700
Amol Dharmadhikar i ???? ?? ???? ????? wrote at 11:47 -0800 on Feb 27, 2008:
On Wed, Feb 27, 2008 at 11:21 AM, John Hein <jhein@xxxxxxxxxx> wrote:[*]
I don't want to move the tag... I want to invalidate old tags by
renaming them to something else (like foo-1-2-3 -> old_foo-1-2-3).
Note that just using cvs to rename a tag (by tagging with the new name
and then removing the former name) has issues when you try to do that
with branch tags.
Anyway, I'm pretty sure the FreeBSD cvs-meisters run something to
invalidate tags after doing a repo copy. That's the information I was
looking for.
I dont think you can rename tags using a single command. What you can
do instead is create a new tag at the same point as the old tag, and
then delete the old tag.
eg -
cvs rtag -r old-foo-1-2-3 new-foo-1-2-3 <module_name>
cvs rtag -d old-foo-1-2-3 <module_name>
Yes, I mentioned that above [*].
You can't do that with branch tags.
You can use cvs admin -n or -N with branch tags.
Anyway, I'm wondering if anyone has a script which iterates over
existing tags and renames them to old_*. Maybe that will make
it more clear what I'm looking for?
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- cvs tag renaming after repo copy
- From: John Hein
- Re: cvs tag renaming after repo copy
- From: Giorgos Keramidas
- Re: cvs tag renaming after repo copy
- From: John Hein
- Re: cvs tag renaming after repo copy
- From: Amol Dharmadhikari अमोल धर्माधीकारी
- cvs tag renaming after repo copy
- Prev by Date: Re: cvs tag renaming after repo copy
- Next by Date: Re: cvs tag renaming after repo copy
- Previous by thread: Re: cvs tag renaming after repo copy
- Next by thread: Re: cvs tag renaming after repo copy
- Index(es):
Relevant Pages
- Re: How Do I Re-Rip My Library Without Losing My Tags?
... I decided to let Windows Media Player to rename ... could, after ripping again,
edit the file names of the ID3 tag backups ... unique identifier based on the Microsoft/AMG
database. ... will be different since they are based on tags. ... (microsoft.public.windowsmedia.player) - Re: How to save web page as Word doc
... You can also used Save As .txt then rename the file .doc. ... Open it with Word
and you will see that all tags are gone. ... > *.html) as a Word document?
... (microsoft.public.windows.inetexplorer.ie6.browser) - Re: Mac equivalent to Oscars Renamer?
... renaming an MP3 file will not change the track ... TriTag can also fill tags
from the file name and rename files from ... Very nice app. ... (comp.sys.mac.apps) - Re: Renaming music files
... To respond to both of the replies, I do not have the rename & rearrange ...
as for the tags, I let the media player add missing info. ... >> people upload
songs from me the file names of the songs have reverted back to ... (microsoft.public.windowsxp.music) - Re: CVS is dead
... and the fact that commits are not atomic so that if two chagesets ... trunk,
you only see the revisions of trunk. ... With CVS, if you have any of the ... tags
are dead ... (Fedora)