DragonFly BSD
DragonFly bugs List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Dragonfly_Stable and newvers.sh


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Tue, 2 Nov 2004 11:51:10 +0900

On Thu, Oct 28, 2004 at 03:33:03PM -0700, Matthew Dillon wrote:
> 
> :Matt, several people have reported the same behaviour. Is someone going 
> :to take a look?
> :
> :- Erik
> 
>     Yah.  I'm guessing its an issue when cvsup'ing checked-out source
>     but I'm not going to get to it for a while.

Matt, can I commit this? At least it works for me.

Log:
Fix tag expansion of cvsup checkout mode. Cvsup has hard-coded
knowledge of FreeBSD-hacked version of CVSROOT/options and it doesn't
look at our CVSROOT/config, so we need the same options in CVSROOT/options
as well. It's possible to teach cvsup CVSROOT/config options, but
we can't replace cvsup on *every* mirrors, so this should be a reasonable
compromise.

Index: options
===================================================================
RCS file: /cvs/CVSROOT/options,v
retrieving revision 1.1
diff -u -r1.1 options
--- options	28 Jul 2003 19:33:14 -0000	1.1
+++ options	2 Nov 2004 02:49:30 -0000
@@ -1,3 +1,3 @@
 # $DragonFly: CVSROOT/options,v 1.1 2003/07/28 19:33:14 dillon Exp $
 tag=DragonFly=CVSHeader
-tagexpand=iDragonFly
+tagexpand=iDragonFly,Name



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]