bug-cvs
[Top][All Lists]
Advanced

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

Modules are order dependent


From: Stephen Rasku
Subject: Modules are order dependent
Date: Thu, 14 Jun 2001 15:26:56 -0700 (PDT)

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: stephen@tgivan.com
Senior Software Engineer        Web:    http://www.pop-star.net/
TGI Technologies

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

X-Unix-From: stephen@tgivan.com  Thu May 31 15:41:44 2001
From: Stephen Rasku <stephen@tgivan.com>
Subject: Modules are order dependent
To: bug-cvs@gnu.org
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 -------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]