>>>> "Ben" == Ben Wing <ben(a)666.com>
writes:
Ben> ok:
Ben> /src/xemacs/latest/src 2068$ env CVS_RSH=ssh cvs -w -z3 -d
:ext:xemacs@cvs.xema
Ben> cs.org:/mnt/anoncvs/xemacscvs -t commit -m "trying to commit again --
set-windo
Ben> w-point, etc."
Here's what's wrong:
:ext:xemacs@cvs.xemacs.org:/mnt/anoncvs/xemacscvs
must change to
:ext:xemacs@cvs.xemacs.org:/pack/xemacscvs
See item 5 under
http://www.xemacs.org/Develop/cvsaccess.html#committers
Also check your CVS/Root and CVS/Repository entries if the above alone
is not resolving your problem.
src/CVS/Root should have:
:pserver:cvs@cvs.xemacs.org:/pack/xemacscvs
src/CVS/Repository should have:
XEmacs/xemacs/src
Best regards,
Adrian
Ben> cvs commit: notice: main loop with
CVSROOT=:ext:xemacs@cvs.xemacs.org:/mnt/anonc
Ben> vs/xemacscvs
Ben> cvs commit: Examining .
Ben> cvs commit: Examining m
Ben> cvs commit: Examining s
-> Starting server: ssh
cvs.xemacs.org -l xemacs cvs server
Ben> Cannot access /mnt/anoncvs/xemacscvs/CVSROOT
Ben> No such file or directory
Ben> /src/xemacs/latest/src 2069$
Ben> the line executed is what my scripts boil down to. ccom == cvs-commit, a
script
Ben> in xemacs-builds/ben that you can take a look at yourself, it's in cvs.
also
Ben> see `crw'.
Ben> i'm going to sleep now, it's 6am! way way way too late.
Ben> ben
Ben> ----- Original Message -----
Ben> From: "Adrian Aichner" <adrian(a)xemacs.org>
Ben> To: "Ben Wing" <ben(a)666.com>
Ben> Cc: <xemacs-beta(a)xemacs.org>; <xemacs-admin(a)xemacs.org>
Ben> Sent: Sunday, December 15, 2002 5:34 AM
Ben> Subject: Re: CVS problems: Re: [COMMIT] [PATCH] temp fix for insufficient-gc
Ben> problems
>>
>>>> "Ben" == Ben
Wing <ben(a)666.com> writes:
>>
Ben> ----- Original Message -----
Ben> From: "Adrian Aichner" <adrian(a)xemacs.org>
Ben> To: "Ben Wing" <ben(a)666.com>
Ben> Cc: "Ben Wing" <ben(a)xemacs.org>;
<xemacs-patches(a)xemacs.org>;
Ben> <xemacs-admin(a)xemacs.org>
Ben> Sent: Sunday, December 15, 2002 2:19 AM
Ben> Subject: Re: CVS problems: Re: [COMMIT] [PATCH] temp fix for
Ben> insufficient-gc
Ben> problems
>>
>>
>> >>
>>>> "Ben" == Ben
Wing <ben(a)666.com> writes:
> >>
Ben> No it hasn't!!!!!!!
Ben> /src/xemacs/latest/src 2005$ ccom -m "fix insufficient gc crashes"
Ben> cvs commit: Examining .
Ben> cvs commit: Examining m
Ben> cvs commit: Examining s
Ben> Cannot access /mnt/anoncvs/xemacscvs/CVSROOT
Ben> No such file or directory
Ben> Now forcibly handling files that this fucked-up CVS won't do itself.
> >>
> >> Ben, where does above sentence come from?
> >>
> >> I want to understand this before I bring this issue to the attention
> >> of the SunSITE.dk staff.
>
Ben> "Now forcibly handling ..." comes from my script. All
other
Ben> lines from CVS.
>
> Hi Ben,
>
> what's that message supposed to mean to anybody outside of you? :-)
>
> What actions are connected with that message?
>
> Your commit is still not it AFAICT.
>
> Please try commiting again, using following global cvs option:
>
> `-t'
> Trace program execution; display messages showing the steps of CVS
> activity. Particularly useful with `-n' to explore the potential
> impact of an unfamiliar command.
>
> Please use a plain cvs command so that I can reason what's going on,
> instead of "ccom".
>
> Send the results to cvs-admin(a)xemacs.org.
>
> Best regards,
>
> Adrian
>
> >>
> >> Adrian
> >>
Ben> Cannot access /mnt/anoncvs/xemacscvs/CVSROOT
Ben> No such file or directory
Ben> /src/xemacs/latest/src 2006$
> >>
Ben> Oops ......
> >>
Ben> ----- Original Message -----
Ben> From: "Ben Wing" <ben(a)xemacs.org>
Ben> To: <xemacs-patches(a)xemacs.org>
Ben> Sent: Saturday, December 14, 2002 8:59 PM
Ben> Subject: [COMMIT] [PATCH] temp fix for insufficient-gc problems
> >>
> >>
>> >> >> NOTE: This patch has been committed.
>> >> >>
>> >> >>
>> >> >>
>> >> >> src/ChangeLog addition:
>> >> >>
>> >> >> 2002-12-14 Ben Wing <ben(a)xemacs.org>
>> >> >>
>> >> >> * frame.c (enter_redisplay_critical_section):
>> >> >> * frame.c (exit_redisplay_critical_section):
>> >> >> Inhibit GC during critical sections.
>> >> >>
>> >> >>
>> >> >> latest source patch:
>> >> >> Diff command: bash -ci "cvs-diff -no-changelog
"
>> >> >> Files affected: src/frame.c
>> >> >>
>> >> >>
>> >> >> cvs server: Diffing .
>> >> >> Index: src/frame.c
>> >> >>
===================================================================
>> >> >> RCS file: /pack/xemacscvs/XEmacs/xemacs/src/frame.c,v
>> >> >> retrieving revision 1.57
>> >> >> diff -u -r1.57 frame.c
>> >> >> --- src/frame.c 2002/11/28 12:30:09 1.57
>> >> >> +++ src/frame.c 2002/12/15 03:53:51
>> >> >> @@ -667,6 +667,7 @@
>> >> >> something_happened++;
>> >> >> record_unwind_protect (commit_ritual_suicide, Qnil);
>> >> >> #endif
>> >> >> + begin_gc_forbidden ();
>> >> >> in_display = 1;
>> >> >>
>> >> >> return depth;
>> >> >> @@ -679,8 +680,8 @@
>> >> >>
>> >> >> in_display = 0;
>> >> >>
>> >> >> -#ifdef ERROR_CHECK_TRAPPING_PROBLEMS
>> >> >> unbind_to (depth);
>> >> >> +#ifdef ERROR_CHECK_TRAPPING_PROBLEMS
>> >> >> something_happened--;
>> >> >> #endif
>> >> >>
>> >> >> cvs server: Diffing src/m
>> >> >> cvs server: Diffing src/s
>> >> >> cvs server: Diffing tests
>> >> >> cvs server: Diffing tests/DLL
>> >> >> cvs server: Diffing tests/Dnd
>> >> >> cvs server: Diffing tests/automated
>> >> >> cvs server: Diffing tests/gtk
>> >> >> cvs server: Diffing tests/mule
>> >> >> cvs server: Diffing tests/tooltalk
>> >> >>
>> >> >>
> >>
> >>
> >>
>> >> --
>> >> Adrian Aichner
>> >> mailto:adrian@xemacs.org
>> >>
http://www.xemacs.org/
> >>
>>
>>
>>
>>
>> --
>> Adrian Aichner
>> mailto:adrian@xemacs.org
>>
http://www.xemacs.org/
>>
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/