cvs

Hi guys!
I created cvs repository and imported my project files there. After
cleanup of the directory I checked out successfuly my project. So the
problem starts when I want to commit. I have the message like : cannot
commit as root!
Any help

Kostadin Vardin <kvardin@primus.ca> wrote:

Hello Kostadin,

Hi guys!
I created cvs repository and imported my project files there. After
cleanup of the directory I checked out successfuly my project. So the
problem starts when I want to commit. I have the message like : cannot
commit as root!
Any help

By default cvs doesn’t allow root users to commit files. This is a snap from
the commit.c.

/*

  • For log purposes, do not allow “root” to commit files. If you look
  • like root, but are really logged in as a non-root user, it’s OK.
    */

For more info goto:
http://groups.yahoo.com/group/info-cvs/message/21540

Best Regards,

Marcin