Re: CVS checkout

2023-10-25 Thread Stuart Henderson
On 2023-10-25, Maria Morisot wrote: > got it now, thanks. I'll start editing; but I still don't know how to submit > changes. Since I'm new I can't imagine anyone giving me write access; so what > is the process for uploading changes to the source tree for someone just > starting out? There

Re: CVS checkout

2023-10-25 Thread Ampie Niemand
On Wed, Oct 25, 2023 at 11:13:44AM +0600, Maria Morisot wrote: > I've been trying now for a month to download source via CVS as per > instructions on openbsd.org; I get operation timed out every time. I get no > ping from anoncvs.ca.openbsd.org > > I want to help work on the project in any way

Re: CVS checkout

2023-10-25 Thread Otto Moerbeek
On Wed, Oct 25, 2023 at 01:04:12PM +0600, Maria Morisot wrote: > got it now, thanks. I'll start editing; but I still don't know how to submit > changes. Since I'm new I can't imagine anyone giving me write access; so what > is the process for uploading changes to the source tree for someone

Re: CVS checkout

2023-10-25 Thread Maria Morisot
got it now, thanks. I'll start editing; but I still don't know how to submit changes. Since I'm new I can't imagine anyone giving me write access; so what is the process for uploading changes to the source tree for someone just starting out? -- Google doesn't need to know every time I fart. >

Re: CVS checkout

2023-10-25 Thread Otto Moerbeek
On Wed, Oct 25, 2023 at 11:13:44AM +0600, Maria Morisot wrote: > I've been trying now for a month to download source via CVS as per > instructions on openbsd.org; I get operation timed out every time. I get no > ping from anoncvs.ca.openbsd.org > > I want to help work on the project in any way

CVS checkout

2023-10-25 Thread Maria Morisot
I've been trying now for a month to download source via CVS as per instructions on openbsd.org; I get operation timed out every time. I get no ping from anoncvs.ca.openbsd.org I want to help work on the project in any way I can; I love OpenBSD. -- Faith in Jesus is like going off a high dive

Re: Tools, options or workflow for checking modifications in outdated CVS checkout

2022-08-22 Thread Łukasz Moskała
W dniu 22.08.2022 o 15:27, Mikolaj Kucharski pisze: I forgot to add, currently I'm using: cvs -q diff | grep -ve '^[ +-=@Rrd]' however I'm wondering is there anything better? On Mon, Aug 22, 2022 at 12:32:24PM +, Mikolaj Kucharski wrote: Hi, I have random OpenBSD CVS checkouts

Re: Tools, options or workflow for checking modifications in outdated CVS checkout

2022-08-22 Thread Stuart Henderson
On 2022-08-22, Mikolaj Kucharski wrote: > Hi, > > I have random OpenBSD CVS checkouts across different directories and > machines. I work on something, life interrupts, I come back to it > after longer period of time. In the meantime CVS repo moves forward and > my checkout is out of date. > >

Re: Tools, options or workflow for checking modifications in outdated CVS checkout

2022-08-22 Thread Omar Polo
On 2022/08/22 12:32:24 +, Mikolaj Kucharski wrote: > Hi, > > I have random OpenBSD CVS checkouts across different directories and > machines. I work on something, life interrupts, I come back to it > after longer period of time. In the meantime CVS repo moves forward and > my checkout is out

Tools, options or workflow for checking modifications in outdated CVS checkout

2022-08-22 Thread Mikolaj Kucharski
Hi, I have random OpenBSD CVS checkouts across different directories and machines. I work on something, life interrupts, I come back to it after longer period of time. In the meantime CVS repo moves forward and my checkout is out of date. How I can efficiently check for M's (modified) in the

Re: Tools, options or workflow for checking modifications in outdated CVS checkout

2022-08-22 Thread Mikolaj Kucharski
I forgot to add, currently I'm using: cvs -q diff | grep -ve '^[ +-=@Rrd]' however I'm wondering is there anything better? On Mon, Aug 22, 2022 at 12:32:24PM +, Mikolaj Kucharski wrote: > Hi, > > I have random OpenBSD CVS checkouts across different directories and > machines. I

Re: cvs checkout of src,ports and xenocara gives duplicate key msg

2019-12-16 Thread Stefan Sperling
added my local user to wsrc group. > After changing directory to /usr, I hit the following > command > > cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs checkout \ > -rOPENBSD_6_6 -P ports > > The output; > cvs server: duplicate key found for 'y'

Re: cvs checkout of src,ports and xenocara gives duplicate key msg

2019-12-15 Thread putridsoul66
cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs checkout \ -rOPENBSD_6_6 -P ports The output; cvs server: duplicate key found for 'y' U ports/.cvsignore U ports/Makefile ..and then the normal output followed.

Re: cvs checkout of src,ports and xenocara gives duplicate key msg

2019-12-15 Thread Nick Holland
On 2019-12-15 09:42, putridsou...@gmail.com wrote: > I recently did a checkout of the src,ports and xenocara > repositories and was greeted by the following message on > each checkout. After this the command proceeds smoothly. > Also doing "echo $?" gives "0" so it's not a error. > > cvs server:

cvs checkout of src,ports and xenocara gives duplicate key msg

2019-12-15 Thread putridsoul66
I recently did a checkout of the src,ports and xenocara repositories and was greeted by the following message on each checkout. After this the command proceeds smoothly. Also doing "echo $?" gives "0" so it's not a error. cvs server: duplicate key found for 'y' A quick search online tied this

Re: Can't get cvs checkout for src and ports as a normal user to work

2017-09-13 Thread Stuart Henderson
rwxr-x 2 root wsrc 512 Sep 12 11:32 xenocara > drwxrwx--- 2 build wobj 512 Sep 7 14:34 xobj > > But, when i try to cvs checkout: > $ cvs -qd anon...@obsdacvs.cs.toronto.edu:/cvs checkout -rOPENBSD_6_1 -P src > cvs checkout: warning: cannot make directory CVS in

Re: Can't get cvs checkout for src and ports as a normal user to work

2017-09-12 Thread Theo Buehler
drwxrwxr-x 2 root wsrc 512 Sep 12 11:32 xenocara > drwxrwx--- 2 build wobj 512 Sep 7 14:34 xobj > > But, when i try to cvs checkout: > $ cvs -qd anon...@obsdacvs.cs.toronto.edu:/cvs checkout -rOPENBSD_6_1 -P src > cvs checkout: warning: cannot make directory CVS

Can't get cvs checkout for src and ports as a normal user to work

2017-09-12 Thread Lea Chescotta
share drwxrwxr-x 2 root wsrc512 Sep 12 11:28 src drwxrwxr-x 2 root wsrc512 Sep 12 11:32 xenocara drwxrwx--- 2 build wobj512 Sep 7 14:34 xobj But, when i try to cvs checkout: $ cvs -qd anon...@obsdacvs.cs.toronto.edu:/cvs checkout -rOPENBSD_6_1 -P src cvs checkout: warning

Re: cvs checkout: Corrupt MAC on input

2014-10-06 Thread Stefan Wollny
  Gesendet: Donnerstag, 02. Oktober 2014 um 18:17 Uhr Von: Stuart Henderson s...@spacehopper.org An: misc@openbsd.org Betreff: Re: cvs checkout: Corrupt MAC on input On 2014-10-02, Stefan Wollny stefan.wol...@web.de wrote: Hi there! This morning I have had to reinstall my squid-server running

cvs checkout: Corrupt MAC on input

2014-10-02 Thread Stefan Wollny
getting the sources from ftp.hostserver.de I noticed s.th. unpleasant: quote U src/gnu/gcc/gcc/tree-ssa-forwprop.c Corrupted MAC on input. Disconnecting: Packet corrupt cvs [checkout aborted]: end of file from server (consult above message if any) /quote 'rm -r /usr/src/*' was next and I tried

Re: cvs checkout: Corrupt MAC on input

2014-10-02 Thread Stuart Henderson
/arch/amd64/compile/GENERIC.MP (Full dmesg at the end) When getting the sources from ftp.hostserver.de I noticed s.th. unpleasant: quote U src/gnu/gcc/gcc/tree-ssa-forwprop.c Corrupted MAC on input. Disconnecting: Packet corrupt cvs [checkout aborted]: end of file from server (consult above

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-14 Thread Richard Toohey
: Richard Toohey Sent: Tuesday, February 14, 2012 5:15 PM To: Giridhari Cc: misc@openbsd.org Subject: Re: CVS checkout for OPENBSD_5_0 : aborted On 14/02/2012, at 5:01 PM, Giridhari wrote: HELO have tried a cvs checkout of OPENBSD_5_0 several times in the last week or two and have seen cvs

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-14 Thread patrick keshishian
On Mon, Feb 13, 2012 at 11:59 PM, Giridhari giridh...@live.com.au wrote: $ ls -F src/games/snake/ did you `make build' without `make obj' first? --patrick I'm not sure why I would do that. CVS doesn't build anything. Can you explain a bit about why you suggest that? Please excuse me if I

CVS checkout for OPENBSD_5_0 : aborted

2012-02-13 Thread Giridhari
HELO have tried a cvs checkout of OPENBSD_5_0 several times in the last week or two and have seen cvs abort: cvs checkout: Updating src/games/snake cvs [chckout aborted]: could not chdir to src/games/snake/snake : Not a directory Could someone have a look at this please.

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-13 Thread Richard Toohey
On 14/02/2012, at 5:01 PM, Giridhari wrote: HELO have tried a cvs checkout of OPENBSD_5_0 several times in the last week or two and have seen cvs abort: cvs checkout: Updating src/games/snake cvs [chckout aborted]: could not chdir to src/games/snake/snake : Not a directory Could

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-13 Thread Giridhari
: Richard Toohey Sent: Tuesday, February 14, 2012 5:15 PM To: Giridhari Cc: misc@openbsd.org Subject: Re: CVS checkout for OPENBSD_5_0 : aborted On 14/02/2012, at 5:01 PM, Giridhari wrote: HELO have tried a cvs checkout of OPENBSD_5_0 several times in the last week or two and have seen cvs abort

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-13 Thread patrick keshishian
in the past with CVS with no trouble at all. -Original Message- From: Richard Toohey Sent: Tuesday, February 14, 2012 5:15 PM To: Giridhari Cc: misc@openbsd.org Subject: Re: CVS checkout for OPENBSD_5_0 : aborted On 14/02/2012, at 5:01 PM, Giridhari wrote: HELO have tried a cvs

Re: CVS checkout for OPENBSD_5_0 : aborted

2012-02-13 Thread Giridhari
$ ls -F src/games/snake/ did you `make build' without `make obj' first? --patrick I'm not sure why I would do that. CVS doesn't build anything. Can you explain a bit about why you suggest that? Please excuse me if I don't know what you mean. Giridhari

cvs checkout: warning: server is not creating directories one at a time

2009-08-14 Thread Siju George
Hi, I get this cvs output whils checking out stable source cvs checkout: warning: server is not creating directories one at a time is this ok? thanks --Siju

Out of memory during cvs checkout or update on xenocara

2009-05-09 Thread Tomáš Bodžár
Hi all, is it normal that I have U xenocara/font/misc-misc/12x13ja.bdf cvs [server aborted]: out of memory; can not reallocate 5242880 bytes $ during checkout or update of xenocara -current source? Because I have 4GB of memory so this is somewhat funny message :-) -- $ dmesg | grep mem real

Re: Out of memory during cvs checkout or update on xenocara

2009-05-09 Thread Robert
On Sat, 9 May 2009 15:46:42 +0200 Toma( Bod8ar tomas.bod...@gmail.com wrote: cvs [server aborted]: out of memory; can not reallocate 5242880 bytes $ during checkout or update of xenocara -current source? Using opencvs instead of cvs got rid of that error for me. - Robert

Re: Out of memory during cvs checkout or update on xenocara

2009-05-09 Thread Markus Hennecke
TomC!E! BodEC!r schrieb: Hi all, is it normal that I have U xenocara/font/misc-misc/12x13ja.bdf cvs [server aborted]: out of memory; can not reallocate 5242880 bytes $ during checkout or update of xenocara -current source? Because I have 4GB of memory so this is somewhat funny message :-)

Re: Out of memory during cvs checkout or update on xenocara

2009-05-09 Thread Tomáš Bodžár
It was runned against anon...@anga.funkfeuer.at:/cvs If it's known bug then sorry for noise on misc.I will try opencvs too Thx Dne 9. kvDten 2009 16:08 Markus Hennecke markus-henne...@markus-hennecke.de napsal(a): TomC!E! BodEC!r schrieb: Hi all, is it normal that I have U

Re: Out of memory during cvs checkout or update on xenocara

2009-05-09 Thread patrick keshishian
2009/5/9 TomC!E! BodEC!r tomas.bod...@gmail.com: It was runned against anon...@anga.funkfeuer.at:/cvs If it's known bug then sorry for noise on misc.I will try opencvs too also you didn't search the archives. this was discussed before. --patrick Thx Dne 9. kvD ten 2009 16:08 Markus

CVS checkout testing.

2007-12-10 Thread David Walker
]: there is no version here; run 'cvs checkout' first Can someone tell me the procedure to test cvs checkout? Best wishes, David