> 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
On 2006-03-08 07:07, Jose Liang <[EMAIL PROTECTED]> wrote:
> > On 2006-03-07 16:45, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> >
> > Because "$CVSROOT" in your environment is not set correctly. You have
> > obviously included the string ``:local:'' somewhere in there, which is
> > wrong.
> >
>
> On 2006-03-07 16:45, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
>
> Because "$CVSROOT" in your environment is not set correctly. You have
> obviously included the string ``:local:'' somewhere in there, which is
> wrong.
>
I see. If I use pserver then "$CVSROOT" set like this:
:pserver:[EMA
On 2006-03-07 16:38, Jose Liang <[EMAIL PROTECTED]> wrote:
>> 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:
>>
>> $
> 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/*:
On 2006-03-07 01:59, Jose Liang <[EMAIL PROTECTED]> wrote:
> > $ 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/s
> $ 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
> Where is commitcheck? Does that directory contain CFG.pm?
The commitcheck is in /home/cvs/cvsroot/CVSROOT, and there is CFG.pm too.
> They should be a part of your CVSROOT/ directory already.
> Have you followed the instructions of the article to set up all the
> CVSROOT/ files correctly? I