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.
If you are having problems with the DNS on your network then the IT department should look over that problem. You can "solve" it on your client PC:s by editing the HOSTS file, though. On windows the file is: %systemroot%\system32\drivers\etc\hosts Add an entry with the actual current IP address and the name of the CVSNT server PC. Then use the PC name in your connections to CVSNT. (You can in fact enter a completely independent name if you want, for example say that the PC name is PC123XXX, then you can write a hosts entry with the IP address followed by cvsserver for example. Then this PC will be accessible to the CVS client using cvsserver rather than PC123XXX.) Since the CVSNT server is probably going to be on 24/7 it will never change its IP address. All DHCP servers I know of will issue the same IP address if a request is made from the same MAC address within the lease time. Also if the lease has expired they will issue the same IP unless someone else has received it in the meantime. So the HOSTS "solution" is actually going to work quite well. It also gives you the advantage that you can easily change the IP of the server without affecting the checked out sandboxes. This would not be the case if the users have checked out using: cvs -d :sspi:123.123.123.123:/repo checkout <module> Best regards, Bo Berglund -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Rick Rankin Sent: den 13 januari 2006 08:07 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Re: [cvsnt] Re: DHCP ----- Original Message ---- From: Bo Berglund To: cvsnt Sent: Thursday, January 12, 2006 11:27:21 PM Subject: [cvsnt] Re: DHCP > > On Thu, 12 Jan 2006 15:46:11 -0800, "Ellis, Brad" > <brad.ellis at hartscientific.com> wrote: > > >Does anybody know how to connect to a cvsnt server that uses DHCP (I am > >using WinCVS)? > > > > cvs -d :sspi:cvsserver:/repo checkout <modulename> > > It is no difference if the server gets its IP address via DHCP or has > a fixed address. Why should it? Because if the network isn't set up correctly, name resolution can be a pretty big (annoying, at least) problem for hosts that get their addresses via DHCP. This has absolutely nothing to do with cvs, though. --Rick _______________________________________________ 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