Hi Tom, Tom Halliley wrote:
If I start with an empty repository, I get this:bash-3.00$ cvsnt -f -d `pwd`/CVS_REPO init cvsnt init: Unable to register repository. cvsnt init: Your login may not have sufficient permissions to modify the cvsnt init: global server settings.
That's a warning that you aren't able to modify /etc/cvsnt/PServer with the registration info for the new repo. You can run that command as root (or someone with appropriate permissions), or you can run "cvs ... init -n" to tell init not to try and register it (then register it manually later).
Regards, -- Glen Starrett Technical Account Manager, North America March Hare Software, LLC http://march-hare.com/cvspro/ 800-653-1501 x803 _______________________________________________ cvsnt mailing list [email protected] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
