Date: Sat, 24 May 1997 10:19:33 +0100 From: Brian Somers <brian@awfulhak.org> To: freebsd-hackers@freebsd.org Subject: YAMFC Message-ID: <199705240919.KAA03124@awfulhak.demon.co.uk>
next in thread | raw e-mail | index | archive | help
How do I tag the libalias stuff for 2.2 ? Do I simply $ cvs co src/lib/libalias $ cvs rtag -b RELENG_2_2 src/lib/libalias/[Ma]* When I did this locally, it produced a very long version, and the RELENG_2_2 didn't seem to stick to the head of that branch - that is, after a $ cvs co -r RELENG_2_2 libalias $ cd libalias $ vi Makefile $ cvs commit I ended up with the RELENG_2_2 tag stuck to the wrong version: $ cd /usr/src/lib/libalias $ cvs log Makefile RCS file: /home/ncvs/src/lib/libalias/Makefile,v Working file: Makefile head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: RELENG_2_2: 1.1.1.1.0.2 alias_2_1: 1.1.1.1 CMOTT: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.1 date: 1997/05/23 04:41:31; author: brian; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 1997/05/23 04:41:31; author: brian; state: Exp; lines: +0 -0 branches: 1.1.1.1.2; Create the alias library. This is currently only used by ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net> ---------------------------- revision 1.1.1.1.2.1 date: 1997/05/24 09:09:02; author: brian; state: Exp; lines: +2 -0 Testing... ============================================================================= Can someone tell me the correct incantation ? Thanks. -- Brian <brian@awfulhak.org>, <brian@freebsd.org> <http://www.awfulhak.org> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705240919.KAA03124>