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.
Adam Shand wrote: > Tony Hoyle wrote: >> Make sure that the port is specified in the CVSROOT/config eg. >> LockServer=localhost:2403 > > Ah, sorry I didn't realise that I had to change this. Is there a way to > make this the default when new repositories are created? > Since the lockserver doesn't actually have a default (the text that cvs init adds is just fixed) it's difficult. The way it's designed is that you could have different lockservers for different repositories, or even a company-wide lockserver. At the moment there isn't much advantage to that but if the monitoring apps ever get written you'll be able to watch the activity on the repositories in real-time (possibly even with nice graphs etc.). Tony