I reported the attached bug about two weeks ago.  I have some more 
information about another condition.

Given the following modules:

        belcarra        tgx/3rdparty/belcarra
        bcgi            -d belcarra/enroute tgx/enroute/clients/cgi
        bbalance_server -d belcarra/enroute/balance_server \            
                           tgx/enroute/clients/balance_server
                          
The following works:
        
BELCARRA -a     belcarra bcgi bbalance_server
        
but the following doesn't:

BELCARRA -a     belcarra bbalance_server bcgi 

It appears that CVS doesn't like the fact that enroute was a parent 
directory of another module -- a phantom directory if you will.  It 
shouldn't really care.  The CVS/Repository file should be set to NULL or 
some other value to indicate that you can't "cvs add" files in here and 
check them in.

-- 
Stephen Rasku                   E-mail: [EMAIL PROTECTED]
Senior Software Engineer        Web:    http://www.pop-star.net/
TGI Technologies

------------- Begin Forwarded Message -------------

X-Unix-From: [EMAIL PROTECTED]  Thu May 31 15:41:44 2001
From: Stephen Rasku <[EMAIL PROTECTED]>
Subject: Modules are order dependent
To: [EMAIL PROTECTED]
List-Archive: <http://mail.gnu.org/pipermail/bug-cvs/>
Date: Thu, 31 May 2001 15:36:07 -0700 (PDT)

Using CVS version 1.11.1 on SPARC Solaris.

Given the following modules:

        belcarra                        tgx/3rdparty/belcarra
        bcgi -d belcarra/enroute        tgx/enroute/clients/cgi
        
The following works:
        
        BELCARRA -a             belcarra bcgi
        
but the following doesn't:

        BELCARRA -a             bcgi belcarra
        
It gives the following error:

.
.
.
cvs server: Updating belcarra/enroute/webpwad/src
cvs server: Updating belcarra/enroute/webpwad/test
cvs server: existing repository /ash/cvsroot/tgx/enroute/clients does not 
match 
/ash/cvsroot/tgx/3rdparty/belcarra
cvs server: ignoring module belcarra

------------- End Forwarded Message -------------



_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to