info-cvs
[Top][All Lists]
Advanced

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

RE: What should I do with CVS after IP address changed


From: Jim.Hyslop
Subject: RE: What should I do with CVS after IP address changed
Date: Tue, 19 Apr 2005 15:43:08 -0400

Hong, Yi wrote:
> I got the following error message after I tried "cvs update" command:
> 
> cvs [update aborted]: connect to cvs-rep(141.106.32.35):2401 
> failed: Connection timed out
> 
> We just readdressed IP of our test server. We are using CVS 
> to transfer modified files from test server to production 
> server. I think I need to update the IP address somewhere in 
> one of CVS administrative files but couldn't find it.

First of all, don't use the server's IP address, use its name. That will
prevent any future problems like this.

The easiest thing to do is simply check out a fresh copy with your $CVSROOT
set to the new machine.

If you have outstanding changes that need to be checked in, then use the -d
option:

cvs -d :pserver:address@hidden:/path_to_repository commit

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )




reply via email to

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