info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error on commit - trying to save with a comma in filename


From: Larry Jones
Subject: Re: Error on commit - trying to save with a comma in filename
Date: Thu, 24 May 2007 11:12:30 -0400 (EDT)

henrygillam writes:
> 
> The exact error states:
> sample_project: cvs [commit aborted]: cannot rename file
> /var/lib/cvsroot/sample_project/another_dir/,file3, to
> /var/lib/cvsroot/sample_project/another_dir/file3,v: Operation not permitted

That means that you don't have permission to rename the newly-created
RCS file in the repository to it's proper name, replacing the old RCS
file.  On my Unix system, that only occurs if the containing directory
is marked sticky (which would be a very bad idea in a repository) and
you aren't the owner of either the containing directory or the old RCS
file.  If that doesn't seem to apply to your situation, you'll have to
check your system documentation for the rename() system call.

-Larry Jones

What's Santa's definition?  How good do you have to be to qualify as good?
-- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]