Re: Alternative way to get sources, CVS slow

2015-02-23 Thread Raf Czlonka
On Sun, Feb 22, 2015 at 05:18:24PM GMT, Stuart Henderson wrote: On 2015-02-22, Raf Czlonka rczlo...@gmail.com wrote: On Sun, Feb 22, 2015 at 12:43:57PM GMT, Stuart Henderson wrote: On 2015-02-21, Raf Czlonka rczlo...@gmail.com wrote: Alternatively, you can use CVSync[0] to get the code.

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Stuart Henderson
On 2015-02-21, Edgar Pettijohn ed...@pettijohn-web.com wrote: On 02/21/15 14:38, Henrique Lengler wrote: On Sat, Feb 21, 2015 at 07:23:16PM +0100, Alexander Hall wrote: I believe the source tarballs avaliable on the CDs (and mirrors) come with CVS directories, so they might be a good start.

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Stuart Henderson
On 2015-02-21, Raf Czlonka rczlo...@gmail.com wrote: Alternatively, you can use CVSync[0] to get the code. That is likely going to be worse on a slow/unstable link as you are fetching the entire repository history (~2GB rather than ~750MB), not just updating the checked-out tree.

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Henrique Lengler
On Sun, Feb 22, 2015 at 05:18:24PM +, Stuart Henderson wrote: Interesting.. I stopped running local cvsync to my server at home a while ago, as 'cvs up' from my mirror (over adsl) was faster, not even taking the extra cvsync time into account ;) So I successfully fetched the code, now I

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Stuart Henderson
On 2015-02-22, Raf Czlonka rczlo...@gmail.com wrote: On Sun, Feb 22, 2015 at 12:43:57PM GMT, Stuart Henderson wrote: On 2015-02-21, Raf Czlonka rczlo...@gmail.com wrote: Alternatively, you can use CVSync[0] to get the code. That is likely going to be worse on a slow/unstable link as you

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Raf Czlonka
On Sun, Feb 22, 2015 at 12:43:57PM GMT, Stuart Henderson wrote: On 2015-02-21, Raf Czlonka rczlo...@gmail.com wrote: Alternatively, you can use CVSync[0] to get the code. That is likely going to be worse on a slow/unstable link as you are fetching the entire repository history (~2GB rather

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread sven falempin
On Sun, Feb 22, 2015 at 3:48 PM, Henrique Lengler henriquel...@opmbx.org wrote: On Sun, Feb 22, 2015 at 04:40:39PM -0300, Henrique Lengler wrote: On Sun, Feb 22, 2015 at 05:18:24PM +, Stuart Henderson wrote: Interesting.. I stopped running local cvsync to my server at home a while

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Edgar Pettijohn
On 02/22/15 14:48, Henrique Lengler wrote: On Sun, Feb 22, 2015 at 04:40:39PM -0300, Henrique Lengler wrote: On Sun, Feb 22, 2015 at 05:18:24PM +, Stuart Henderson wrote: Interesting.. I stopped running local cvsync to my server at home a while ago, as 'cvs up' from my mirror (over adsl)

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Henrique Lengler
On Sun, Feb 22, 2015 at 04:40:39PM -0300, Henrique Lengler wrote: On Sun, Feb 22, 2015 at 05:18:24PM +, Stuart Henderson wrote: Interesting.. I stopped running local cvsync to my server at home a while ago, as 'cvs up' from my mirror (over adsl) was faster, not even taking the extra

Re: Alternative way to get sources, CVS slow

2015-02-22 Thread Henrique Lengler
The part of CVS end, lets continue build problems here: Failing to build -stable Xenocara -- Regards Henrique Lengler

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread James Hartley
On Saturday, February 21, 2015, Henrique Lengler henriquel...@opmbx.org wrote: once I get the tarballs and unpack them, to update the code, I should run cvs checkout or updtate? Update. Reading the cvs manpage will help other questions as well.

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Henrique Lengler
On Sat, Feb 21, 2015 at 03:51:37PM -0600, James Hartley wrote: On Saturday, February 21, 2015, Henrique Lengler henriquel...@opmbx.org wrote: once I get the tarballs and unpack them, to update the code, I should run cvs checkout or updtate? Update. Reading the cvs manpage will help

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread James Hartley
On Sat, Feb 21, 2015 at 6:14 PM, Henrique Lengler henriquel...@opmbx.org wrote: So I ran this command: cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -rOPENBSD_5_6 -Pd And it is stoped, for more than a hour. Downloading from the main server is a poor choice as this is the motivation for

Alternative way to get sources, CVS slow

2015-02-21 Thread Henrique Lengler
Hi, I'm trying to keep and maintain a copy of -stable source code in my system. The problem is that I can't work with CVS. It is too slow to download. My internet can download things at 500kb/s - 1MB/s, but when I am doing a checkout, the download stay too slow, I already tried with a bunch of

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Kenneth Gober
the OpenBSD CD-ROM set includes the -RELEASE sources. using those as a starting point, updating to -STABLE should be very fast. -ken On Sat, Feb 21, 2015 at 1:06 PM, Henrique Lengler henriquel...@opmbx.org wrote: Hi, I'm trying to keep and maintain a copy of -stable source code in my

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Alexander Hall
I believe the source tarballs avaliable on the CDs (and mirrors) come with CVS directories, so they might be a good start. The FAQ might shed some light on this. /Alexander On February 21, 2015 7:06:44 PM CET, Henrique Lengler henriquel...@opmbx.org wrote: Hi, I'm trying to keep and

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Kevin Lyda
On Sat, Feb 21, 2015 at 6:35 PM, Raf Czlonka rczlo...@gmail.com wrote: CVS looks too complicated and confuse. Probably because you don't know it, in which case anything will look complicated: git, hg, etc. Actually most younger developers I've worked with do know git and find things like svn

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Raf Czlonka
On Sat, Feb 21, 2015 at 06:41:25PM GMT, Kevin Lyda wrote: On Sat, Feb 21, 2015 at 6:35 PM, Raf Czlonka rczlo...@gmail.com wrote: CVS looks too complicated and confuse. Probably because you don't know it, in which case anything will look complicated: git, hg, etc. Actually most younger

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Raf Czlonka
On Sat, Feb 21, 2015 at 06:06:44PM GMT, Henrique Lengler wrote: Hi, Hi Henrique, I'm trying to keep and maintain a copy of -stable source code in my system. The problem is that I can't work with CVS. It is too slow to download. My internet can download things at 500kb/s - 1MB/s, but when

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Edgar Pettijohn
On 02/21/15 14:38, Henrique Lengler wrote: On Sat, Feb 21, 2015 at 07:23:16PM +0100, Alexander Hall wrote: I believe the source tarballs avaliable on the CDs (and mirrors) come with CVS directories, so they might be a good start. The FAQ might shed some light on this. /Alexander This looks

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread James Hartley
On Saturday, February 21, 2015, Henrique Lengler henriquel...@opmbx.org wrote: I'm trying to keep and maintain a copy of -stable source code in my system. The problem is that I can't work with CVS. It is too slow to download. Another alternative is to set up a server which has gone through

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Henrique Lengler
On Sat, Feb 21, 2015 at 07:23:16PM +0100, Alexander Hall wrote: I believe the source tarballs avaliable on the CDs (and mirrors) come with CVS directories, so they might be a good start. The FAQ might shed some light on this. /Alexander Just another question, once I get the tarballs and

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Sebastian Reitenbach
On Saturday, February 21, 2015 19:06 CET, Henrique Lengler henriquel...@opmbx.org wrote: Hi, I'm trying to keep and maintain a copy of -stable source code in my system. The problem is that I can't work with CVS. It is too slow to download. My internet can download things at 500kb/s -

Re: Alternative way to get sources, CVS slow

2015-02-21 Thread Henrique Lengler
On Sat, Feb 21, 2015 at 07:23:16PM +0100, Alexander Hall wrote: I believe the source tarballs avaliable on the CDs (and mirrors) come with CVS directories, so they might be a good start. The FAQ might shed some light on this. /Alexander This looks like the best way, so I will do this.