Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <399C1D8F.CC048A8D@cpsc.ucalgary.ca> Date: Thu, 17 Aug 2000 10:14:55 -0700 From: Mark Tigges Reply-To: mtigges AT cpsc DOT ucalgary DOT ca Organization: nobody X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: cvs on cygnus Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We are still having some problems with cvs. For those responding to my previous message, thank you. I don't think I am using ash (there isn't one in /bin), and the /cygnus.bat file specifically specifies bash, so unless this is ash and improperly named, I think I using bash. Anyways, I moved to NT (from 98) and no longer am I getting errors about spurious ")" from cvs in makefile rules. But there is a new problem. The Makefile does a cd $(DEV)/src/$(MODULE) && cvs update so that we can maintain a central browsing work area. It is also from here that master overnights are built. So it is pretty important that we can dev the source changes from windows to do windows' builds of our xplatform programs. Anywho, cvs gives this error: cvs update: ignoring CVS/Root because it specfies a non-existent repository /anm/sw/cvsroot The /anm/sw/cvsroot is a directory on our unix machine where the cvs server is living. This machine exports /anm as an smb share and in cygwin it is 'mounted' as mount //cardano/anm /anm But cvs.exe doesn't know that, so it isn't working. I am not sure what to do in this case. Because if somebody adds a new module on windows and devs it the CVS/Root will likely contain: :pserver:user AT cardano:/anm/sw/cvsroot: which will be completely meaningless to cvs accessing from a unix machine. Does anybody have any suggestions? Thank again, Mark. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com