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.
Victor A. Wagner Jr. wrote: > I find myself needing to use my system with the repository on it for > development. > the repository is accessed from the internet concurrently as well. > is it ok that my access is direct (c:/CVSReposotory) while the others > are coming in via :pserver: like the notebook which travels with me and > occasionally is plugged directly into the network here? > the locking will all work correctly? > The only way you can get away with this is to define a global lockserver in the CVSROOT/config, which means you're using a server (of sorts) anyway. If you don't do this you'll be using different locking to the clients and chaos will ensue. It's really much better to stick to using the server for all clients. Tony