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.
On Sat, 12 Jun 2004 21:07:04 -0700, "Victor A. Wagner Jr." <vawjr at rudbek.com> 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? > >Victor A. Wagner Jr. http://rudbek.com >The five most dangerous words in the English language: > "There oughta be a law" No, it is *not* OK to work this way! If a CVS repository is used in :local: mode then *noone* else should be able to use it at all!! This means that the repository is simply a single user CVS store and the server should not even be installed. You can use the client only. If the CVSNT server is installed and remote access is allowed then *everyone* including the local user must access the data via the client/server protocol, such as sspi or pserver. Corruption of the respository is likely to happen down the line otherwise. /Bo (Bo Berglund, developer in Sweden)