Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
In WinCvs there is a TCL macro on the macros menu (WinCvs 1.3.x) that is called Change Root (GUI). To use this: 1. Select a top level sandbox folder 2. Activate the macro 3. It will display the current root in a dialogue 4. Edit the root string to suit the correct setting 5. OK (now the macro will change all CVS/Root files below the selected folder and set the new root. /Bo -----Original Message----- From: jml at nykredit.dk [mailto:jml at nykredit.dk] Sent: den 22 augusti 2002 08:29 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Vedr.: Re: [cvsnt] Mismatched host name error You might solve the problem by uniforming the contents of the CVS\Root files throughout the project. This script will do the job (change the SET statemets to suit your setup): @echo off ECHO ************************************************************************** ECHO This script changes the CVS-repository for all checked out modules ECHO ************************************************************************** SET CVSROOT=:ntserver:whatever:c:/cvsrepos SET CVSPRDIR=X:\Projects FOR /R %CVSPRDIR% %%I IN (root) DO CALL :CHGROOOT "%%I" pause GOTO :EOF :CHGROOOT if not exist %1 goto :NEXT echo Changing root in %1 ECHO %CVSROOT%>%1 :NEXT :EOF Jørgen Møller Larsen - Nykredit Data - Koncernmetode og Arkitektur (KMF-V) - Telefon: +45 9635 5069 - email: jml at nykredit.dk Bo Berglund <bo.berglund at t Til: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook elia.com> cc: Sendt af: Vedr.: Re: [cvsnt] Mismatched host name error cvsnt-admin at cv snt.org 2002-08-22 07:24 Besvar venligst til bo.berglund Looks like you are running old software. Please reposrt the versions of both the client (WinCvs) and server (presumably CVSNT). Also note that this list is about issues with CVSNT, it seems like you are reporting problems with WinCvs. This product has its own list... /Bo On Wed, 21 Aug 2002 17:17:12 -0400, "Nguyen, Linh" <Linh.Nguyen at ccra-adrc.gc.ca> wrote: >Hi, > >I run into a rather peculiar problem. Our CVSROOT is set up in lowercase, >e.g. wh03b635. I recently switched to a new client machine, and the client >WinCVS on this new machine was configured with the CVSROOT in upper case: >WH03B635. I added a few new modules and suddenly I can no longer update >multiple subdirectories. I can still update the individual subdirectories >though. The error is as follows: > >cvs [update aborted]: cannot add new CVSROOT >:ntserver:@WH03B635:c:\CvsRepository > >I edited the Root files on the client machine to change all the CVSROOT to >lower case, then the error turned into: > >cvs [update aborted]: cannot add new CVSROOT >:ntserver:@wh03b635:c:\CvsRepository > >I need to be able to perform update at a parent directory level (the app is >simply too large to update by the individual modules). Anyone knows a fix ? >It's very much appreciated. > >Linh Nguyen > /Bo (Bo Berglund, developer in Sweden) _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs