You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by barries <ba...@slaysys.com> on 2001/05/11 14:04:04 UTC

Re: cvs commit: modperl-2.0/pod modperl_dev.pod

On Fri, May 11, 2001 at 08:07:18AM -0000, sbekman@apache.org wrote:
>    
>     % cd httpd-2.0
>     % cvs up -dP
>   + % cd srclib/apr
>   + % cvs up -dP
>   + % cd ../..
>   + % cd srclib/apr-util
>   + % cvs up -dP
>   + % cd ../..

I always thought the first cvsup would do the other two.  Which seems to
work ok on my system.  What am I missing?

- Barrie

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs commit: modperl-2.0/pod modperl_dev.pod

Posted by barries <ba...@slaysys.com>.
On Fri, May 11, 2001 at 08:36:56PM +0800, Stas Bekman wrote:
> On Fri, 11 May 2001, barries wrote:
> 
> Now I've tried it at home, and I didn't need to run 'cvs up' in srclib
> subdirs... this is on Mandrake 8.0 (cvs-1.11-5mdk) versus Mandrake 7.2
> (cvs-1.11-3.1mdk) (at work).  Can anybody confirm that it works for him if
> you are on Mandrake 7.2 with the same cvs version? If it does, I'll remove
> the note I've added, I'm completely clueless why does this happen to me :(

Not Mandrake, but RH6.2/valinux, cvs 1.10.7:

[barries@//sizzle] tmp$ mkdir 2.0
[barries@//sizzle] tmp$ cd 2.0
[barries@//sizzle] 2.0$ cvs -d :pserver:anoncvs@www.apache.org:/home/cvspublic co httpd-2.0
   ...snip...
U httpd-2.0/test/zb.c
cvs checkout: reading from www.apache.org: Connection reset by peer
[barries@//sizzle] 2.0$ cd httpd-2.0/srclib
[barries@//sizzle] srclib$  cvs -d :pserver:anoncvs@www.apache.org:/home/cvspublic co apr
cvs server: Updating apr
U apr/.cvsignore
   ...snip...
U apr/user/win32/groupinfo.c
U apr/user/win32/userinfo.c
cvs checkout: reading from www.apache.org: Connection reset by peer
[barries@//sizzle] srclib$  cvs -d :pserver:anoncvs@www.apache.org:/home/cvspublic co apr-util
cvs server: Updating apr-util
U apr-util/.cvsignore
U apr-util/CHANGES
   ...snip...
U apr-util/xml/expat/lib/xmltok_ns.c
[barries@//sizzle] srclib$ cat CVS/Entries
/.cvsignore/1.5/Thu Mar  2 08:26:18 2000//
/Makefile.in/1.9/Sat Feb 24 19:16:04 2001//
D/expat-lite////
D/pcre////
[barries@//sizzle] srclib$ cvs up -dP
cvs [update aborted]: received interrupt signal
[barries@//sizzle] srclib$ cd ~/2.0
[barries@//sizzle] 2.0$ cd httpd-2.0/
[barries@//sizzle] httpd-2.0$ cvs up -dP
? docs/api
cvs server: Updating .
P configure.in
cvs server: Updating build
   ...snip...
cvs server: Updating test
cvs server: Updating srclib
cvs server: Updating srclib/apr
cvs server: Updating srclib/apr/buckets
   ...snip...
cvs server: Updating srclib/apr/user/win32
cvs server: Updating srclib/apr-util
cvs server: Updating srclib/apr-util/buckets
   ...snip...
cvs server: Updating srclib/apr-util/xml/expat/lib
[barries@//sizzle] httpd-2.0$ cvs -v

Concurrent Versions System (CVS) 1.10.7 (client/server)

Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, 
                        Jeff Polk, and other authors

CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.

Specify the --help option for further information about CVS


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs commit: modperl-2.0/pod modperl_dev.pod

Posted by Stas Bekman <st...@stason.org>.
On Fri, 11 May 2001, barries wrote:

> On Fri, May 11, 2001 at 08:07:18AM -0000, sbekman@apache.org wrote:
> >
> >     % cd httpd-2.0
> >     % cvs up -dP
> >   + % cd srclib/apr
> >   + % cvs up -dP
> >   + % cd ../..
> >   + % cd srclib/apr-util
> >   + % cvs up -dP
> >   + % cd ../..
>
> I always thought the first cvsup would do the other two.  Which seems to
> work ok on my system.  What am I missing?

I swear I've tried 'cvs up' a few times, and I had the error I've reported
some time ago. When I went to srclib/apr and run 'cvs up' there,
everything was OK.

Now I've tried it at home, and I didn't need to run 'cvs up' in srclib
subdirs... this is on Mandrake 8.0 (cvs-1.11-5mdk) versus Mandrake 7.2
(cvs-1.11-3.1mdk) (at work).  Can anybody confirm that it works for him if
you are on Mandrake 7.2 with the same cvs version? If it does, I'll remove
the note I've added, I'm completely clueless why does this happen to me :(

Thanks!
_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:stas@stason.org   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org