Problem with cvs commit failed in cvs-freebsd setup

2006-01-06 Thread Jose Liang
/cvsroot my system: FreeBSD 5.4-STABLE i386 CVS version: 1.11.17-FreeBSD Please help me how to deal with this problem? Thanks a lot! Jose Liang ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Problem with cvs commit failed in cvs-freebsd setup

2006-01-06 Thread Jose Liang
The user and group of CVS repository, commitcheck script and other scripts both are cvs, and my FreeBSD user account has add into cvs group, too. Thanks! > On 2006-01-07 12:57, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > Who is the owner of the commitcheck script? Does it match the user o

Fw: Problem with cvs commit failed in cvs-freebsd setup

2006-01-06 Thread Jose Liang
Oh, by the way, my cvs user has added into cvs group, too. > The user and group of CVS repository, commitcheck script and other scripts > both > are cvs, and my FreeBSD user account has add into cvs group, too. > > Thanks! > > > > > On 2006-01-07 12:57, Giorgos Keramidas <[EMAIL PROTECTED]> wrot

Re: Problem with cvs commit failed in cvs-freebsd setup

2006-01-07 Thread Jose Liang
> On 2006-01-08 1:37, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > Yes, but you mentioned 'cvsd' and copied a snippet of cvsd's "config > file". Does that mean that you run a cvs server process chrooted and/or > under the devel/cvsd port? If that is true, then check that: > > - The cvsd c

Re: Problem with cvs commit failed in cvs-freebsd setup

2006-01-10 Thread Jose Liang
ag(cvs keyword) like 'FreeBSD'. When I modify CVSROOT/config to add my setting of KeywordExpand, cvs always failed. How could I get a solution to solve this? Thanks a lot! - Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "Jose Liang" &

Re: Problem with cvs commit failed in cvs-freebsd setup

2006-03-01 Thread Jose Liang
ion was the latest of ports tree by default, and I didn't install any p5-*. Well, it is a long states, what have I omitted ? Are there any wrong that I do? Thanks a lot! Regards, Jose Liang ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED]

2006-03-01 Thread Jose Liang
got the same result. The perl version was the latest of ports tree by default, and I didn't install any p5-*. Well, it is a long states, what have I omitted ? Are there any wrong that I do? Thanks a lot! Regards, Jose Liang ___ freebsd-questio

Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED]

2006-03-06 Thread Jose Liang
> $ cvs commit -f -m 'Forced commit to test the new CVSROOT scripts' avail > Can't locate CVSROOT/cfg.pm in @INC (@INC contains: :local:/home/cvs/cvsroot > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach > /usr/libdata/perl/5

Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED]

2006-03-07 Thread Jose Liang
> Sorry for not replying to the original post. I left it in my queue of > incoming "to-be-replied" messages, and then got dragged into other > things. It's fine, thanks help again! > > Can you show me the output of: > > $ ls -ld $CVSROOT/* $ ls -ld $CVSROOT/* ls: :local:/home/cvs/cvsroot/*:

Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED]

2006-03-07 Thread Jose Liang
U bash, this would be: > > $ export CVSROOT='/home/cvs/cvsroot' > > For csh(1) the equivalent is: > > % setenv CVSROOT /home/cvs/cvsroot > > If this works fine, then make sure you also update any shell startup > files that include the old CVSROOT

Re: Problem with cvs commit failed in cvs-freebsd setup [REVISED]

2006-03-15 Thread Jose Liang
> On 2006-03-08 08:24, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > Yes. The "pserver" and "ext" methods require a prefix. For local paths > it's not necessary :) > I see. Thanks for clearing of my concept of CVS. > > Absolutely fantastic. I was beginning to wonder what was wrong, since