Re: cvs tag renaming after repo copy
- From: Giorgos Keramidas <keramida@xxxxxxxxxxxxxxx>
- Date: Wed, 27 Feb 2008 21:04:48 +0200
On 2008-02-27 08:36, John Hein <jhein@xxxxxxxxxx> wrote:
Can someone point me at a script that does tag renaming
after a repo copy?
You don't really need a `script' to do this.
Tags in CVS are not versioned, so you can force-tag the repo-copied
files and move the tag to its new place.
For example if you have two files:
foo.c,v
bar.c,v
and bar.c,v is a repo-copy of foo.c,v then you move the tag only for the
bar.c file by checking it out, and running:
cvs tag -f -r 1.2 bar.c
This should force/move the tag to point revision 1.2.
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: cvs tag renaming after repo copy
- From: John Hein
- Re: cvs tag renaming after repo copy
- References:
- cvs tag renaming after repo copy
- From: John Hein
- cvs tag renaming after repo copy
- Prev by Date: Re: OpenBSM & Jails
- Next by Date: Re: cvs tag renaming after repo copy
- Previous by thread: cvs tag renaming after repo copy
- Next by thread: Re: cvs tag renaming after repo copy
- Index(es):
Relevant Pages
|
|