Well to put it bluntly, it's at *best* idiotic to run as root for
day to day usage of unix.  Your asking for a world of hurt when 
you do a 'rm -rf /' accidently, or any number of other things that
root can do that will *KILL* your system.  Change the way you are 
working.  There is a very good reason that cvs doesn't let you commit
as root, which is the very same reason that you shouldn't run as root
unless you have to.  Running as root all the time is like holding a 
gun to your head, spinning the chambers and then pulling the trigger
every time you input a command.  You are going to burn yourself
( or at least put a very large hole in your head, metaphorically speaking
of course )

donald
On Mon, Apr 03, 2000 at 05:58:43PM +0300, Crosby wrote:
>       Yes , this is the easyest solution but on my work station I'm always
> logged as root. The CVS server is working on our local server . I use ssh to
> access the remote repository.It's possible to make a map
> 
> On Mon, 03 Apr 2000, you wrote:
> > Don't run cvs as root.
> > 
> > donald
> > On Mon, Apr 03, 2000 at 04:42:47PM +0300, Crosby wrote:
> > >                  Hello !
> > >  I'm a beginner user of CVS and I don't know to resolve this error.I've
> > > setup a CVS server (I use SuSE Linux 6.3) and I am always logged as root. I've
> > > import a project but I can't commit the work. The error received is :
> > > 
> > > cvs [commit aborted]: cannot commit files as 'root'
> > > 
> > >  What should I do ?
> > > 
> > > Thanks !
> > > 
> > > Crosby
> > > 
> > >

Reply via email to