Hi All,
I am trying to create the CVSROOT/config file so I can create some
readonly accounts:
The config file was not orignally there so I created and added to the
repository. This config file only has one line which looks like the
following:
LockDir=/path/to/lock_file
however when I try to checkout from the repo I get the following
error:
cvs server: /local/cvsrepo/CVSROOT/config: unrecognized keyword
'LockDir'
It seems as though it is confused about this new file that was
introduced.
any ideas?