Actions:
|
2015-03-31 03:26 AEST by Glen Starrett - Currently the users have to be "administrator" on the machine or add themselves
to CVSROOT\admin.
It would be a lot easier for users to discover how to control the administrator
setting if they could control the list of authorized cvs administrators in the
control panel applet, and it would write the CVSROOT\admin file.
As a workaround the user can do the following:
cd /d PATH\TO\YOUR\REPOSITORY
cd CVSROOT
echo %USERNAME%>>admin
echo %USERDOMAIN%\%USERNAME%>>admin
Note that adding both USERNAME and DOMAIN\USERNAME ensures their account is
listed "correctly" for the admin file to accept. Domain accounts won't need the
DOMAIN\ but local accounts will, however adjusting the Default Domain setting
can alter that behavior. |