CVS설치에 관해서...

leolo의 이미지

CVS를 설치하고자합니다.
파란에서 설치를 하는데요,
commit을 하면 에러가 나옵니다....

일단은 간단하게 호스트에서 commit을 해봤는데,
cvs [commit aborted]:cannot commit files as 'root'
가 발생합니다.

도대체 어떻게 된거죠.
좀 알려주세요..

McKabi의 이미지

leolo wrote:
cvs [commit aborted]:cannot commit files as 'root'

http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_21.html#SEC182

Quote:
cannot commit files as 'root'
See `'root' is not allowed to commit files'.

Quote:
'root' is not allowed to commit files
When committing a permanent change, CVS makes a log entry of who committed the change. If you are committing the change logged in as "root" (not under "su" or other root-priv giving program), CVS cannot determine who is actually making the change. As such, by default, CVS disallows changes to be committed by users logged in as "root". (You can disable this option by passing the --enable-rootcommit option to `configure' and recompiling CVS. On some systems this means editing the appropriate `config.h' file before building CVS.)

--enable-rootcommit 옵션은 바람직하지 않습니다.

그냥 일반 계정으로 시험해보세요.

ㄲ ㅏ ㅂ ㅣ / M c K a b i / 7 7 r b i / T o D y