Re: OpenCVS: No LockDir? :)

2018-04-29 Thread mazocomp
On Sat, Apr 28, 2018 at 11:27:07PM +0300, mazoc...@disroot.org wrote: > Hi! > > opencvs server: ignoring unknown option 'LockDir' > > It appears running anonymous OpenCVS server is awesome :D > > Anyway, it works, but if I remove LockDir, anonymous GNU CVS &

OpenCVS: No LockDir? :)

2018-04-28 Thread mazocomp
Hi! opencvs server: ignoring unknown option 'LockDir' It appears running anonymous OpenCVS server is awesome :D Anyway, it works, but if I remove LockDir, anonymous GNU CVS stops working because it can't create LockDir :) As far as I understand anonymous OpenCVS doesn't c

Re: Little OpenCVS bug

2018-02-04 Thread mazocomp
On Sun, Feb 04, 2018 at 09:03:04PM +, Stuart Henderson wrote: > On 2018-02-04, mazocomp wrote: > > Hi! > > > > I tried updating both /usr/src and /usr/ports with OpenCVS. It worked, > > but it also downloaded empty directories (GNU CVS never did that): >

Re: Little OpenCVS bug

2018-02-04 Thread Stuart Henderson
On 2018-02-04, mazocomp wrote: > Hi! > > I tried updating both /usr/src and /usr/ports with OpenCVS. It worked, > but it also downloaded empty directories (GNU CVS never did that): > > $ ls /usr/src/ > CVSMakefile.cross distribgames include >

Little OpenCVS bug

2018-02-04 Thread mazocomp
Hi! I tried updating both /usr/src and /usr/ports with OpenCVS. It worked, but it also downloaded empty directories (GNU CVS never did that): $ ls /usr/src/ CVSMakefile.cross distribgames include kerberosV libexecregressshare usr.bin

Re: Status of OpenCVS

2017-05-11 Thread Ingo Schwarze
Hi, multiplex'd wrote on Thu, May 11, 2017 at 04:48:36PM +0100: > I recently stumbled across the OpenCVS webpages and I was wondering > what the status of the project is. It is dormant. While it is *almost* ready for production, actually trying to use it in production revealed in

Status of OpenCVS

2017-05-11 Thread multiplex'd
Hello all, I recently stumbled across the OpenCVS webpages and I was wondering what the status of the project is. The webpage says that it is to be released soon, however commits to the CVS tree seem to be few and far between. Is the codebase in a state where it could be ported to other operating

opencvs@ support for openbsd.mirror.frontiernet.net

2011-06-16 Thread jared r r spiegel
in response to the 18x18ja.bdf out of memory issue while using GNU cvs on the server, i've implemented support for opencvs to run the cvs server also. as it has always been, one can access GNU cvs on the server side with: CVSROOT=anon...@openbsd.mirror.frontiernet.net:/cvs and no

opencvs problem fetching current source

2011-05-27 Thread Olivier Cherrier
cked out /usr/src this way: cd /usr && opencvs -d /home/OpenBSD_cvsync co src -P and I used this command to update: cd /usr/src && opencvs up -CAPd /home/OpenBSD_cvsync is my local OpenBSD repo: $ ls -l /home/OpenBSD_cvsync/ total 72 drwxr-xr-x 4 oc wsrc 2048 Ma

Re: OpenCVS in Base?

2010-11-22 Thread Nicholas Marriott
It's in the tree but not linked into the build. You can use it and there are people working on it sporadically, but expect bugs. On Sat, Nov 20, 2010 at 01:05:21AM -0700, Clint Pachl wrote: > I am starting a new project that needs version control and I was > thinking about us

Re: OpenCVS in Base?

2010-11-20 Thread Nicolas P. M. Legrand
On Sat, Nov 20, 2010 at 01:05:21AM -0700, Clint Pachl wrote: > I am starting a new project that needs version control and I was > thinking about using OpenCVS. However, I'm not sure if it is in the > base (I'm running -current). My old 4.4 firewall has > /usr/bin/opencvs. Is

Re: OpenCVS in Base?

2010-11-20 Thread Amit Kulkarni
I guess it was replaced sometime in between August-October after Tobias Stoeckmann sent in some patches which worked well. I know because I manually deleted /usr/bin/opencvs and read a little about it, I think it was on t...@. We might get that OpenCVS announcement for 4.9 On Sat, Nov 20, 2010 at

OpenCVS in Base?

2010-11-20 Thread Clint Pachl
I am starting a new project that needs version control and I was thinking about using OpenCVS. However, I'm not sure if it is in the base (I'm running -current). My old 4.4 firewall has /usr/bin/opencvs. Is /usr/bin/cvs actually opencvs? I noticed http://www.openbsd.org/plus48.h

Re: opencvs weird problem 4.3

2008-11-14 Thread Jesus Sanchez
some new info about this issue, the command and the return: [avaricia:/usr] root# time opencvs checkout -P -r OPENBSD_4_3 src ... after about 2 hours without response I get: ... Read from remote host anoncvs.de.openbsd.org: Connection reset by peer opencvs [checkout aborted]: failed to write

Re: opencvs weird problem 4.3

2008-11-14 Thread Jesus Sanchez
, although the server should be specified with -d, which also would make it easier to see what the problem might be. I run "export [EMAIL PROTECTED]:/cvs" before the opencvs command. I'm spanish so I need a "relative" near server to do so. Right know I will try some a

Re: opencvs weird problem 4.3

2008-11-14 Thread Tobias Stoeckmann
Erm... > [...] there are no CVS/ directories Just link me into the list of people doing things wrong. :) Anyway, running a checkout from /usr for src will fully work and does what is expected (updates the source tree). There is nothing wrong in doing so, although the server should be specified w

Re: opencvs weird problem 4.3

2008-11-14 Thread Tobias Stoeckmann
s obviously even stated on http//www.openbsd.org/anoncvs.html. > - download de src.tar.gz and sys.tar.gz from a ftp. > - untar them on /usr/src (tar zxvf file.tar.gz in /usr/src) > - cd /usr > - opencvs checkout -P -r OPENBSD_4_3 src Can you please tell me if you have run against an

Re: opencvs weird problem 4.3

2008-11-13 Thread Robert
On Fri, 14 Nov 2008 01:15:19 +0100 Jesus Sanchez <[EMAIL PROTECTED]> wrote: > Hi list, using stable 4.3. > > I have a weird behaviour with "opencvs" and wish to know if it's a > known thing. My usual steps to have an up to date OpenBSD source tree > is to do

opencvs weird problem 4.3

2008-11-13 Thread Jesus Sanchez
Hi list, using stable 4.3. I have a weird behaviour with "opencvs" and wish to know if it's a known thing. My usual steps to have an up to date OpenBSD source tree is to download the src.tar.gz and sys.tar.gz files from a well known ftp server, and then launch a opencvs checkou

opencvs anoncvs servers

2008-06-20 Thread Joris Vink
If you are running an anoncvs server with opencvs installed on it (using the anoncvs.shar file), please contact me off-list. .joris

Re: openCVS

2008-04-30 Thread Nicolas Letellier
Le Wed, 30 Apr 2008 14:36:48 +0200, [EMAIL PROTECTED] a icrit : > any info on why http://www.opencvs.org/ is down, and how active is > this project? > thx > http://www.undeadly.org/cgi?action=article&sid=20080228093414 -- - Nicolas.

openCVS

2008-04-30 Thread x72eme
any info on why http://www.opencvs.org/ is down, and how active is this project? thx

opencvs succeeded / 64-bit checkout of xenocara

2008-04-08 Thread Need Coffee
the server side and fail, it hasn't been debugged/fixed yet." After reading that, I realized that the snapshot I was running had opencvs installed. Trying the exact same command (against a local repository) with opencvs worked perfectly and I had xenocara built in no time. Thanks to th

Re: OpenCVS?

2008-01-26 Thread xavier brinon
> a little mdoc -mandoc cvs.1 and there you go ! Oups, nroff -mandoc cvs.1 That works better like this > > > On Jan 26, 2008 8:43 AM, xavier brinon <[EMAIL PROTECTED]> wrote: > > the man pages of opencvs are cvs.1, cvs.5 (as far as I remember) in > > t

Re: OpenCVS?

2008-01-25 Thread xavier brinon
the man pages of opencvs are cvs.1, cvs.5 ans cvsintro.7 (know I remember) in the source directory of opencvs, that is : /usr/src/usr.bin/cvs/ a little mdoc -mandoc cvs.1 and there you go ! On Jan 26, 2008 8:43 AM, xavier brinon <[EMAIL PROTECTED]> wrote: > the man pages of opencvs

Re: OpenCVS?

2008-01-25 Thread xavier brinon
the man pages of opencvs are cvs.1, cvs.5 (as far as I remember) in the source directory of opencvs On Jan 25, 2008 4:38 PM, Julian Leyh <[EMAIL PROTECTED]> wrote: > On 11:57 Sun 20 Jan , Darrin Chandler wrote: > > On Sun, Jan 20, 2008 at 06:31:48PM +, Stuart Henderson

Re: OpenCVS?

2008-01-25 Thread Julian Leyh
/cvs/ > > > > > > I'm slighly confused by something if the "cvs" command in > > > OpenBSD 4.2 is "OpenCVS", > > > > it isn't - not everything in source is linked to the build yet. > > However, those interested in using/te

Re: OpenCVS?

2008-01-20 Thread Peter N. M. Hansteen
"Unix Fan" <[EMAIL PROTECTED]> writes: > Is there a list of GNU software being installed on my computer? The contents of /usr/src/gnu should give you an idea. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.n

Re: OpenCVS?

2008-01-20 Thread Constantine A. Murenin
On 20 Jan 2008 10:15:15 -0800, Unix Fan <[EMAIL PROTECTED]> wrote: > Stuart Henderson wrote: > > > See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cvs/ > > > > I'm slighly confused by something if the "cvs" command in OpenBSD 4.2

Re: OpenCVS?

2008-01-20 Thread Darrin Chandler
he "cvs" command in > > OpenBSD 4.2 is "OpenCVS", > > it isn't - not everything in source is linked to the build yet. However, those interested in using/testing OpenCVS should take a peek at their /usr/src/usr.bin/cvs/README file as a start. -- Darrin Ch

Re: OpenCVS?

2008-01-20 Thread Andreas Kahari
OpenCVS is not compiled or installed by default, yet, but the CVS in src/gnu/usr.bin/cvs/ is. Regards, Andreas On 20 Jan 2008 10:15:15 -0800, Unix Fan <[EMAIL PROTECTED]> wrote: > Stuart Henderson wrote: > > > See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bi

Re: OpenCVS?

2008-01-20 Thread Pierre Riteau
On 20 Jan 2008 10:15:15 -0800, Unix Fan <[EMAIL PROTECTED]> wrote: > Stuart Henderson wrote: > > > See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cvs/ > > > > I'm slighly confused by something if the "cvs" command in OpenBSD 4.2

Re: OpenCVS?

2008-01-20 Thread Stuart Henderson
On 2008/01/20 10:15, Unix Fan wrote: > Stuart Henderson wrote: > > See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cvs/ > > I'm slighly confused by something if the "cvs" command in > OpenBSD 4.2 is "OpenCVS", it isn't - not everything in source is linked to the build yet.

Re: OpenCVS?

2008-01-20 Thread Unix Fan
Stuart Henderson wrote: > See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cvs/ I'm slighly confused by something if the "cvs" command in OpenBSD 4.2 is "OpenCVS", why does "cvs --help" refer to places like cvshome.org for updates etc? -Nix Fan.

Re: OpenCVS?

2008-01-20 Thread Stuart Henderson
On 2008/01/20 10:22, Richard Daemon wrote: > Just wondering what the status of OpenCVS is. Is it still being actively > worked on more or on the back burner for now? See for yourself: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cvs/

OpenCVS?

2008-01-20 Thread Richard Daemon
Hi, Just wondering what the status of OpenCVS is. Is it still being actively worked on more or on the back burner for now? Just curious to know. TIA.

Re: OpenCVS

2007-09-20 Thread Pierre Riteau
Le 20 sept. 07 ` 07:10, Karl Sjvdahl - dunceor a icrit : On 9/19/07, Adrian Fisher <[EMAIL PROTECTED]> wrote: 1. Who here knows about OpenCVS? 2. How is it used? 3. When will it be released? Will it be released at the same time as 4.2? Regards, A. 1. OpenCVS is develo

Re: OpenCVS

2007-09-20 Thread Edd Barrett
On 19/09/2007, Adrian Fisher <[EMAIL PROTECTED]> wrote: >3. When will it be released? Will it be released at the same time as I was wondering this also. I am really looking forward to the release to replace GNU CVS. I think ( I might be wrong ), the code is there in current, but not linked

Re: OpenCVS

2007-09-19 Thread Karl Sjödahl - dunceor
On 9/19/07, Adrian Fisher <[EMAIL PROTECTED]> wrote: >1. Who here knows about OpenCVS? >2. How is it used? >3. When will it be released? Will it be released at the same time as >4.2? > > > Regards, > > A. > > 1. OpenCVS is developed by sev

OpenCVS

2007-09-19 Thread Adrian Fisher
1. Who here knows about OpenCVS? 2. How is it used? 3. When will it be released? Will it be released at the same time as 4.2? Regards, A.

Re: Difference between co in OpenCVS and GNU RCS

2006-12-01 Thread Alan Watson
Many thanks. Alan

Re: Difference between co in OpenCVS and GNU RCS

2006-12-01 Thread Otto Moerbeek
On Fri, 1 Dec 2006, Alan Watson wrote: > Hi, > > I've just upgraded from OpenBSD/i386 3.8 to 4.0 (yeah, I know), and I've run > across a difference between the behavior of co in OpenCVS RCS (version 3.6) > and GNU RCS (version 5.7, in the ports). This has been fixed in

Difference between co in OpenCVS and GNU RCS

2006-12-01 Thread Alan Watson
Hi, I've just upgraded from OpenBSD/i386 3.8 to 4.0 (yeah, I know), and I've run across a difference between the behavior of co in OpenCVS RCS (version 3.6) and GNU RCS (version 5.7, in the ports). Try the following in an empty directory: $ touch foo $ mkdir RCS $ /usr/bin/ci -i f

opencvs after c2k6

2006-06-04 Thread Joris Vink
I thought it might be nice to give some details about what state opencvs is in after the hackathon. the best way to do this is probably with some examples. so here goes: we need a repository to test on, lets import it: [EMAIL PROTECTED]:~/test/misctest > opencvs -d ~/test/repo import

Re: [OpenCVS] what does soon mean?

2006-04-09 Thread jared r r spiegel
stable release. > > Everything one could read in the past time about the project suggests > you can start out with GNU CVS and easily switch later to OpenCVS. there's also /usr/src/usr.bin/cvs/README if you wanted to see where things are now, check it out, etc. -- jared [ openbsd 3.9-current GENERIC ( mar 15 ) // i386 ]

Re: [OpenCVS] what does soon mean?

2006-04-09 Thread knitti
ect suggests you can start out with GNU CVS and easily switch later to OpenCVS. --knitti

Re: [OpenCVS] what does soon mean?

2006-04-09 Thread Matthias Kilian
On Sun, Apr 09, 2006 at 08:22:19PM +0200, Stefan wrote: > OpenCVS is to be released soon. > So what does soon mean? Does this mean one week, one mounth, a half > year or whatever. http://nedbsd.nl/modules/static/page/JorisVinkInterview More can be found via google. No time plans

[OpenCVS] what does soon mean?

2006-04-09 Thread Stefan
Hi, I'm interested in the new OpenCVS project and would like to when it's to be released. I know you can't poste an exact date but for a while this phrase is at the homepage: OpenCVS is to be released soon. So what does soon mean? Does this mean one week, one mounth, a

Re: OpenCVS Questions

2005-11-06 Thread Siju George
On 11/5/05, J.C. Roberts <[EMAIL PROTECTED]> wrote: > I was looking to learn more about OpenCVS, in particular, reading the > "cvsintro" docs mentioned here: > > http://www.opencvs.org/manual.html > > Unfortunately the links are broken. Could someone drop-kick m

Re: OpenCVS Questions

2005-11-04 Thread Moritz Grimm
J.C. Roberts wrote: I was looking to learn more about OpenCVS, in particular, reading the While OpenCVS isn't ready, yet, reading the contents of the cvs-guide package (located in books/cvs-guide in the ports tree) is very educational. OpenCVS will probably work in similar ways (I ha

Re: OpenCVS Questions

2005-11-04 Thread steven mestdagh
On Fri, Nov 04, 2005 at 01:17:29PM -0800, J.C. Roberts wrote: > I was looking to learn more about OpenCVS, in particular, reading the > "cvsintro" docs mentioned here: > > http://www.opencvs.org/manual.html OpenCVS is not yet released and still under development. > Un

Re: OpenCVS Questions

2005-11-04 Thread Ted Unangst
On 11/4/05, J.C. Roberts <[EMAIL PROTECTED]> wrote: > http://www.opencvs.org/manual.html > > Unfortunately the links are broken. Could someone drop-kick me in the > right direction? I need to (better) learn both CVS usage and CVS > setup/administration. typing things like "cvs", "cvs book", and "c

OpenCVS Questions

2005-11-04 Thread J.C. Roberts
I was looking to learn more about OpenCVS, in particular, reading the "cvsintro" docs mentioned here: http://www.opencvs.org/manual.html Unfortunately the links are broken. Could someone drop-kick me in the right direction? I need to (better) learn both CVS usage and CVS setup/admi

OpenCVS architecture

2005-09-20 Thread Vincent Blondel
e people having such experience with this matter. Is that possible to solve this situation with OpenCVS ??? Thanks to help me. Regards Vincent.

Re: OpenCVS - Some questions

2005-09-04 Thread Antti Nykänen
Hi, On Sun, Sep 04, 2005 at 09:32:32PM +0200, [EMAIL PROTECTED] wrote: > So can we exspect some neat options GNU-CVS dosn't provide? This interview has some info: http://nedbsd.nl/modules/static/page/JorisVinkInterview

OpenCVS - Some questions

2005-09-04 Thread sebastian . rother
Hello everybody, Are there some features GNU CVS dosn't contain? During reading the Project-Goals of OpenCVS I noticed (ofcourse) the first Goal: - Stay as compatible as possible with GNU cvs without compromising the security of the system. - So can we exspect some neat options GNU-CVS d

Re: Will OpenCVS be include 3.8

2005-09-01 Thread Marcos Latas
On 02/09/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > For about ~2 Months I read "OpenCVS is to be released soon" so I asked > myself: > Will OpenCVS be part of OpenBSD 3.8? > > Kind regards, > Sebastian > -- > Don't buy anything from YeongYang.

Will OpenCVS be include 3.8

2005-09-01 Thread sebastian . rother
For about ~2 Months I read "OpenCVS is to be released soon" so I asked myself: Will OpenCVS be part of OpenBSD 3.8? Kind regards, Sebastian -- Don't buy anything from YeongYang. Their Computercases are expensiv, they WTX-powersuplies start burning and their support refuse any R

Re: OpenCVS interview

2005-08-03 Thread Wijnand Wiersma
2005/8/3, Matthias Kilian <[EMAIL PROTECTED]>: > On Wed, Aug 03, 2005 at 11:01:48PM +0200, Wijnand Wiersma wrote: > > The interview is at http://nedbsd.nl/modules/static/page/JorisVinkInterview > > | Anything you want to add to this interview? > | > | Humppa! > > I wonder wether the 3.8 song will

Re: OpenCVS interview

2005-08-03 Thread Matthias Kilian
On Wed, Aug 03, 2005 at 11:01:48PM +0200, Wijnand Wiersma wrote: > The interview is at http://nedbsd.nl/modules/static/page/JorisVinkInterview | Anything you want to add to this interview? | | Humppa! I wonder wether the 3.8 song will be Humppa style. Seems to be some kind of hype nowadays. Cia

OpenCVS interview

2005-08-03 Thread Wijnand Wiersma
For those interested, NedBSD has published a interview with Joris Vink about OpenCVS. The interview is at http://nedbsd.nl/modules/static/page/JorisVinkInterview - Wijnand

Re: OpenCVS vs subversion

2005-06-02 Thread Wijnand Wiersma
I think OpenCVS will deal with several limitations of CVS. I think the OpenBSD folks are the right persons to deal with this. Wijnand