Re: cvs

2025-07-28 Thread Constantine A. Murenin
On Mon, 28 Jul 2025 at 03:28, Tomasz Rola wrote: > > On Fri, Jul 25, 2025 at 10:54:49AM -0500, Constantine A. Murenin wrote: > [...] > > CVS does NOT allow novice users to edit commits. This is a huge > > deal-breaker for any use these days, just see how the "normal&qu

Re: cvs

2025-07-28 Thread Tomasz Rola
On Fri, Jul 25, 2025 at 10:54:49AM -0500, Constantine A. Murenin wrote: [...] > > You're basically using the fact that CVS cannot be archived easily on > a third-party service as a BENEFIT of CVS? How does that make any > sense? It is possible to set up cvs-based repository a

Re: cvs

2025-07-25 Thread Christian Schulte
Am 25.07.2025 um 11:45 schrieb Tomasz Rola: > On Wed, Jul 23, 2025 at 01:10:23PM +0200, Anders Andersson wrote: >> On Wed, Jul 23, 2025 at 7:13 AM Tomasz Rola wrote: >>> > [...] >>> >>> In contrast to that, cvs is easy enough to be quickly understood and >

Re: cvs

2025-07-25 Thread Constantine A. Murenin
On Fri, 25 Jul 2025 at 04:58, Tomasz Rola wrote: […] > I think you may be conflating cvs use with need to setting up some > service and accessing via the net, even if only through the > localhost. But I do nothing like that. I just mkdir, cvs init and this > is mostly it. No need

Re: cvs

2025-07-25 Thread Niels Müller Larsen
; interacting with git*.com ... AFAICT git is used mostly to sync source >> with remote repo, but of course I may be wrong because I do not use >> it. > > i do that. it might be because i got used to git sooner than cvs, > but i do use git locally.

Re: cvs

2025-07-25 Thread mkf9
do that. it might be because i got used to git sooner than cvs, but i do use git locally.

Re: cvs

2025-07-25 Thread Tomasz Rola
On Wed, Jul 23, 2025 at 01:10:23PM +0200, Anders Andersson wrote: > On Wed, Jul 23, 2025 at 7:13 AM Tomasz Rola wrote: > > [...] > > > > In contrast to that, cvs is easy enough to be quickly understood and > > used by oneself. > > This is a silly argument thoug

Re: cvs

2025-07-24 Thread Stuart Henderson
On 2025-07-24, Rubén Llorente wrote: > If you want to contribute to a cvs project, you cvs checkout it, do your > changes, send a patch to the mailing list and get ignored. In Git world > you do end up dealing with the likes of Github and Gitlab this is more about the project than

Re: cvs

2025-07-24 Thread Rubén Llorente
Anders Andersson wrote: This is a silly argument though, and even incorrect. Git is not github or gitlab. One could easily have made a similar "cvshub" website. Git is a lot easier to administrate as a single user than CVS is, since the repo is completely self-contained in the proj

Re: cvs

2025-07-23 Thread Anders Andersson
On Wed, Jul 23, 2025 at 7:13 AM Tomasz Rola wrote: > > On Thu, Jul 10, 2025 at 08:49:38PM -0300, Gustavo Rios wrote: > > Hi folks! > > > > I have a simple question: is cvs still relevant today ? Would you start a > > project today using cvs ? > > To many the

Re: cvs

2025-07-22 Thread Tomasz Rola
On Thu, Jul 10, 2025 at 08:49:38PM -0300, Gustavo Rios wrote: > Hi folks! > > I have a simple question: is cvs still relevant today ? Would you start a > project today using cvs ? Yes and yes, on a daily basis in my case. But one has to remember that cvs is good for development a

Re: cvs

2025-07-16 Thread Philip Guenther
On Wed, Jul 16, 2025 at 3:53 PM Constantine A. Murenin wrote: > > On Wed, 16 Jul 2025 at 12:50, Anders Andersson wrote: > > > > On Fri, Jul 11, 2025 at 1:54 AM Gustavo Rios wrote: > > > > > > Hi folks! > > > > > > I have a simple que

Re: cvs

2025-07-16 Thread Constantine A. Murenin
On Wed, 16 Jul 2025 at 12:50, Anders Andersson wrote: > > On Fri, Jul 11, 2025 at 1:54 AM Gustavo Rios wrote: > > > > Hi folks! > > > > I have a simple question: is cvs still relevant today ? Would you start a > > project today using cvs ? > > You did

Re: cvs

2025-07-16 Thread Anders Andersson
On Fri, Jul 11, 2025 at 1:54 AM Gustavo Rios wrote: > > Hi folks! > > I have a simple question: is cvs still relevant today ? Would you start a > project today using cvs ? You didn't qualify the question enough to prevent me from answering that yes, I use CVS when I wr

Re: cvs

2025-07-16 Thread Anders Andersson
On Fri, Jul 11, 2025 at 1:54 AM Gustavo Rios wrote: > > Hi folks! > > I have a simple question: is cvs still relevant today ? Would you start a > project today using cvs ? > > []s > > -- > I accept bitcoins

Re: cvs

2025-07-14 Thread Chris Cappuccio
gameoftrees.org of course Gustavo Rios [rios.gust...@gmail.com] wrote: > Hi folks! > > I have a simple question: is cvs still relevant today ? Would you start a > project today using cvs ? > > []s > > -- > I accept bitcoins

Re: cvs

2025-07-14 Thread Riccardo Mottola
Hi Maxim, Maxim wrote: Python has been being replaced with Rust: https://wiki.mercurial-scm.org/OxidationPlan at least it is not interpreted, but... another unfortunate choice. Riccardo

Re: cvs

2025-07-14 Thread Maxim
On Mon, 14 Jul 2025, at 00:42, Riccardo Mottola wrote: > GIT has many difference, but even as "lone coder" one advantage (which > is also a drawback): it has a staging area and you can work off-line and > then sync. FWIW there are alternative or compatible interfaces to Git repositories: Game o

Re: cvs

2025-07-13 Thread Riccardo Mottola
Gustavo Rios wrote: I have a simple question: is cvs still relevant today ? Would you start a project today using cvs ? Provocateur question. But, yes, I still like CVS, but it has limitations. CVS is unix-style: simple, easy but tricky too. It does one thing, it builds upon RCS and has

Re: cvs

2025-07-13 Thread Crystal Kolipe
On Sun, Jul 13, 2025 at 12:53:57PM +, Daniel Wilkins wrote: > imo even git is too much SCM for most projects. I just rolled my own > eventually. +1

Re: cvs

2025-07-13 Thread Daniel Wilkins
> If the tool lets you self-host easily, why would anything like a > GitHub spring up to solve the issue that's already been solved? Incidentally, that's why I refuse to use fossil. I want SCM software, not SCM+Wiki+Bug tracker+flying car. imo even git is too much SCM for most projects. I just rol

Re: cvs

2025-07-11 Thread Lyndon Nerenberg (VE7TFX/VE6BBM)
For simple(ish) projects that don't need constant branching and that are restricted to a single machine, I still use CVS. But that may be because I've been using CVS since it first came out, so I have muscle memory. Hell, to this day I still use rcs to record the history of assorted co

Re: cvs

2025-07-11 Thread Stephan Beal
quot; off the top of their head[^1], whereas "Linus Torvalds" is a name known to many outside of the IT world. It took SVN about 5 years to truly displace CVS, and it took git all of about 6 months to effectively displace SVN - practically overnight. Now git is stuck there, like it or not

Re: cvs

2025-07-11 Thread Constantine A. Murenin
On Fri, 11 Jul 2025 at 09:03, Andy Bradford wrote: > > Thus said Gustavo Rios on Thu, 10 Jul 2025 20:49:38 -0300: > > > Would you start a project today using cvs ? > > While I think it may still have some relevance, I probably would not use > it for a new project. My DVCS

Re: cvs

2025-07-11 Thread Andy Bradford
Thus said Gustavo Rios on Thu, 10 Jul 2025 20:49:38 -0300: > Would you start a project today using cvs ? While I think it may still have some relevance, I probably would not use it for a new project. My DVCS of choice these days is Fossil. Andy

Re: cvs

2025-07-10 Thread Raymond, David
I used CVS before I moved to git. I would never go back. CVS combines backup and version control which makes it harder to set up and use. Git keeps simple things simple. David J. Raymond david.raym...@nmt.edu http://kestrel.nmt.edu/~raymond On Thu, Jul 10, 2025, 17:57 Gustavo Rios wrote

cvs

2025-07-10 Thread Gustavo Rios
Hi folks! I have a simple question: is cvs still relevant today ? Would you start a project today using cvs ? []s -- I accept bitcoins

Re: CVS Web crippled

2025-03-15 Thread dan
I just came from playing with my own stuff. For my splash engine, I solved externally from nginx, converting call to db layer to static resources in configuration arrays: just to fire your ideas, eg. if you know cvs has any cashing mechanism by reading files or diffs that it a way to solve. I

Re: CVS Web crippled

2025-03-15 Thread Lloyd
Stuart Henderson wrote: > However nginx would allow blocking user agents by regex (and also would > avoid another problem that these sites run into from time..) I observe a lot of malicious bot traffic that masquerades as Chrome so this technique is only effective against the lowest hanging fruit

Re: CVS Web crippled

2025-03-15 Thread Constantine A. Murenin
On Fri, 14 Mar 2025 at 17:36, Nick Holland wrote: > > hello. > As you may have noticed, cvsweb.openbsd.org has been having > issues. This time, it is due to effectively a Distributed Denial of > Service, though I don't actually believe it is /deliberately/ > malicious. Speculation is someone is

Re: CVS Web crippled

2025-03-15 Thread Stuart Henderson
On 2025-03-15, Kirill A Korinsky wrote: > On Fri, 14 Mar 2025 23:33:45 +0100, > Nick Holland wrote: >> >> As you may have noticed, cvsweb.openbsd.org has been having >> issues. This time, it is due to effectively a Distributed Denial of >> Service, though I don't actually believe it is /delibe

Re: CVS Web crippled

2025-03-15 Thread Nick Holland
On 3/14/25 18:47, Nick Owens wrote: ... sorry to hear about AI's latest victim. i had this problem on my gitea instance running on openbsd, where the crawler decided to follow every link to every revision of my mirrors of openbsd src and linux, and i "fixed" it with robots.txt which the particula

Re: CVS Web crippled

2025-03-15 Thread Dan
Actually in my nginx.conf among the tweaks to cache, limit and speed up figure the followings: # backend cache proxy_temp_path directive proxy_cache_[*] directives # file cache open_file_cache[*] directives # connection limits limit_conn_zone [*] directives limit_conn conn_per_[*] directives

Re: CVS Web crippled

2025-03-15 Thread Dan
Ancidentally, I'm also running recently into these kind of problems with my Splash engine (now stopped) code.5mode.com (https://5mode.net/l/ddos1) However my log for code. reports "just" 12 server errors in 1 week.. Obviously target of these gentlemen are the few web apps heavy dependent on db

Re: CVS Web crippled

2025-03-15 Thread Kirill A . Korinsky
On Fri, 14 Mar 2025 23:33:45 +0100, Nick Holland wrote: > > As you may have noticed, cvsweb.openbsd.org has been having > issues. This time, it is due to effectively a Distributed Denial of > Service, though I don't actually believe it is /deliberately/ > malicious. Speculation is someone is tr

Re: CVS Web crippled

2025-03-14 Thread Philipp Buehler
Am 14.03.2025 23:47 schrieb Nick Owens: "fixed" it with robots.txt which the particular crawler ("claudebot") respected. robots.txt: Esp "claude" is known to me to be very ignorant of robots.txt (kinda that way it is funny that it is downloading everything BUT robots.txt ...) one can muse to

Re: CVS Web crippled

2025-03-14 Thread Nick Owens
On Fri, Mar 14, 2025 at 3:39 PM Nick Holland wrote: > > hello. > As you may have noticed, cvsweb.openbsd.org has been having > issues. This time, it is due to effectively a Distributed Denial of > Service, though I don't actually believe it is /deliberately/ > malicious. Speculation is someone i

CVS Web crippled

2025-03-14 Thread Nick Holland
hello. As you may have noticed, cvsweb.openbsd.org has been having issues. This time, it is due to effectively a Distributed Denial of Service, though I don't actually believe it is /deliberately/ malicious. Speculation is someone is trying to feed a so-called AI application from cvsweb. While

Re: patches in snapshots (Re: CVS: cvs.openbsd.org: src)

2024-10-14 Thread Lorenz (xha)
source-changes@? > > It's not reliably possible, because the tree is shared between archs, > and a build on one arch may already be running when the file is changed. i thought that something like cvs diff at the start or end of the build and including that in ${DESTDIR} could work.

Re: patches in snapshots (Re: CVS: cvs.openbsd.org: src)

2024-10-14 Thread Stuart Henderson
On 2024-10-14, Lorenz (xha) wrote: > hi, i'd like to kindly ask if the patches that are included in > snapshots could somehow be provided to the people running the > snapshots, in some way, like source-changes@? It's not reliably possible, because the tree is shared between archs, and a build on

patches in snapshots (Re: CVS: cvs.openbsd.org: src)

2024-10-13 Thread Lorenz (xha)
with testing stuff, but... this is reeaally sensitive stuff that'd be nice to know about if i am running it on my system. thank you. On Sun, Oct 13, 2024 at 07:57:50PM -0600, Damien Miller wrote: > CVSROOT: /cvs > Module name: src > Changes by: d...@cvs.openbsd.org

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-05 Thread tetrosalame
Il 05/07/2024 06:18, Anon Loli ha scritto: [...] Why did I then get told that OpenBSD is not for me? I put it bluntly: because you don't listen. Weren't you recovering a multigigabyte horribly broken filesystem using your bare hands and a screwdriver? You're the next Kirk McKusick, aren't you

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-05 Thread Anon Loli
On Fri, Jul 05, 2024 at 09:29:33AM +0200, Jan Stary wrote: > Your messages to this list are nothing but a nuisance. > > > On Jul 05 04:18:04, anonl...@autistici.org wrote: > > On Thu, Jul 04, 2024 at 08:53:01PM +0200, Christian Weisgerber wrote: > > > Anon Loli: > > > > > > > That doesn't defent

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Anon Loli
On Thu, Jul 04, 2024 at 08:53:01PM +0200, Christian Weisgerber wrote: > Anon Loli: > > > That doesn't defent againts the mirror host itself being malicious.. like > > HELLO > > what are we talking about?? > > The AnonCVS mirror concept dates from a time when people didn't think > mirrors would b

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Страхиња Радић
Дана 24/07/05 05:29AM, Stuart Longland VK4MSL написа: > Are the commits digitally signed? No, this is CVS not git. When/if got(1) replace CVS, then `got tag -s` will allow tags to be signed using SSH keys. @topic: > how to verify OpenBSD CVS repositories from mirrors? Read every line o

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Stuart Longland VK4MSL
On 4/7/24 03:50, Anon Loli wrote: Hi! I've recently compiled OpenBSD in order to change the source code for the better. There is one problem, however. How do you verify the CVS repository that you got from the available Anonymous CVS Servers? All that I see in manual pages and FAQ is(summa

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Christian Weisgerber
Anon Loli: > That doesn't defent againts the mirror host itself being malicious.. like > HELLO > what are we talking about?? The AnonCVS mirror concept dates from a time when people didn't think mirrors would be malicious. It does not provide any guarantee of integrity. -- Christian "naddy" W

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Katherine Mcmillan
Re: how to verify OpenBSD CVS repositories from mirrors? Attention : courriel externe | external email If you think this is a bug then perhaps OpenBSD is not the O/S for you. after a tremendous amount of support from the OpenBSD community regarding your attempt to recover a file system that you

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread deich...@placebonol.com
If you think this is a bug then perhaps OpenBSD is not the O/S for you. after a tremendous amount of support from the OpenBSD community regarding your attempt to recover a file system that you over wrote you now believe you can criticize the OpenBSD project. WOW, will wonders never cease. On J

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Anon Loli
On Thu, Jul 04, 2024 at 08:35:59AM -, Stuart Henderson wrote: > On 2024-07-03, Anon Loli wrote: > > How do you verify the CVS repository that you got from the available > > Anonymous > > CVS Servers? > > All that I see in manual pages and FAQ is(summarized): > &

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-04 Thread Stuart Henderson
On 2024-07-03, Anon Loli wrote: > How do you verify the CVS repository that you got from the available Anonymous > CVS Servers? > All that I see in manual pages and FAQ is(summarized): > 1. CVS CHECKOUT, CVS CHECKOUT, CVS CHECKOUT > 3. compile > 4. boom, you now became awesome

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-03 Thread Anon Loli
or the > >> better. > >> > >> There is one problem, however. > >> How do you verify the CVS repository that you got from the available > >> Anonymous > >> CVS Servers? > >> All that I see in manual pages and FAQ is(summarized): > >> 1

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-03 Thread Brian Conway
;> better. >>> >>> There is one problem, however. >>> How do you verify the CVS repository that you got from the available >>> Anonymous >>> CVS Servers? >>> All that I see in manual pages and FAQ is(summarized): >>> 1. CVS CHECKOUT, CVS

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-03 Thread Anon Loli
On Wed, Jul 03, 2024 at 12:59:55PM -0500, Brian Conway wrote: > On Wed, Jul 3, 2024, at 12:50 PM, Anon Loli wrote: > > Hi! > > I've recently compiled OpenBSD in order to change the source code for the > > better. > > > > There is one problem, however. > &g

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-03 Thread Florian Obser
On 2024-07-03 12:59 -05, "Brian Conway" wrote: > On Wed, Jul 3, 2024, at 12:50 PM, Anon Loli wrote: >> Hi! >> I've recently compiled OpenBSD in order to change the source code for the >> better. >> >> There is one problem, however. >> How

Re: how to verify OpenBSD CVS repositories from mirrors?

2024-07-03 Thread Brian Conway
On Wed, Jul 3, 2024, at 12:50 PM, Anon Loli wrote: > Hi! > I've recently compiled OpenBSD in order to change the source code for the > better. > > There is one problem, however. > How do you verify the CVS repository that you got from the available Anonymous > CVS Se

how to verify OpenBSD CVS repositories from mirrors?

2024-07-03 Thread Anon Loli
Hi! I've recently compiled OpenBSD in order to change the source code for the better. There is one problem, however. How do you verify the CVS repository that you got from the available Anonymous CVS Servers? All that I see in manual pages and FAQ is(summarized): 1. CVS CHECKOUT, CVS CHE

Re: cvs revert specific commit

2024-01-18 Thread Hrvoje Popovski
On 19.1.2024. 0:14, Christian Weisgerber wrote: > Hrvoje Popovski: > >> I would like to revert only if_em.c rev. 1.369, but would like to leave >> TSO stuff if_em.c rev. 1.370 and if_em.h rev 1.81. >> >> is this somehow possible? > > $ cd /sys/dev/pci >

Re: cvs revert specific commit

2024-01-18 Thread Christian Weisgerber
Hrvoje Popovski: > I would like to revert only if_em.c rev. 1.369, but would like to leave > TSO stuff if_em.c rev. 1.370 and if_em.h rev 1.81. > > is this somehow possible? $ cd /sys/dev/pci $ cvs diff -kk -r1.369 -r1.368 if_em.c | patch -p0 -- Christian "

cvs revert specific commit

2024-01-18 Thread Hrvoje Popovski
Hi all, I sorry for beginners questions regarding cvs revert stuff. https://cvsweb.openbsd.org/src/sys/dev/pci/if_em.c https://cvsweb.openbsd.org/src/sys/dev/pci/if_em.h I would like to revert only if_em.c rev. 1.369, but would like to leave TSO stuff if_em.c rev. 1.370 and if_em.h rev 1.81

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Sven F.
m > >> ( default one is in the trace, is "anon...@obsdacvs.cs.toronto.edu:/cvs" ) > > > > I can confirm the problem with obsdacvs.cs.toronto.edu but other > > servers are fine. So it does appear to be a problem on > > obsdacvs.cs.toront

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Nick Holland
On 1/17/24 12:07, Todd C. Miller wrote: On Wed, 17 Jan 2024 11:11:36 -0500, "Sven F." wrote: well i tried anoncvs.spacehopper.org after the fail and then anoncvs.comstyle.com ( default one is in the trace, is "anon...@obsdacvs.cs.toronto.edu:/cvs" ) I can conf

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Todd C . Miller
On Wed, 17 Jan 2024 11:11:36 -0500, "Sven F." wrote: > well i tried anoncvs.spacehopper.org after the fail and then > anoncvs.comstyle.com > ( default one is in the trace, is "anon...@obsdacvs.cs.toronto.edu:/cvs" ) I can confirm the problem with obsdacvs.cs.toro

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Sven F.
On Wed, Jan 17, 2024 at 11:04 AM Todd C. Miller wrote: > > That looks like a problem on the cvs server, not the client. > What cvs server are you trying to checkout from? > > - todd well i tried anoncvs.spacehopper.org after the fail and then anoncvs.comstyle.com ( default one

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Todd C . Miller
That looks like a problem on the cvs server, not the client. What cvs server are you trying to checkout from? - todd

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Sven F.
ktrace RET mmap 7749384634368/0x70c4b518000 94418 ktrace CALL execve(0x72cb108abdd0,0x72cb108ac3e0,0x72cb108ac3f8) 94418 ktrace NAMI "/home/builder/bin/cvs" 94418 ktrace RET execve -1 errno 2 No such file or directory 94418 ktrace CALL execve(0x72cb108abdd0,0x72cb108ac3e

Re: GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Theo de Raadt
You removed the relevant part of the ktrace, so noone can help.

GENERIC.MP#1600 last snapshot cvs cant create tmp subdir

2024-01-17 Thread Sven F.
Quite confusing -bash-5.2$ cd /usr/src -bash-5.2$ mkdir /tmp/cc -bash-5.2$ cvs diff can't create temporary directory /tmp/cvs-serv11343 No space left on device -bash-5.2$ uname -a OpenBSD snaps.lan 7.4 GENERIC.MP#1600 amd64 -bash-5.2$ mount | grep tmp ; df -hl | grep tmp /dev/sd0d on /tmp

Re: CVS checkout

2023-10-25 Thread Stuart Henderson
just > starting out? There are various methods, but here is one: Edit a file, cvs diff > /tmp/somefile, compose an email explaining the change, insert the contents of /tmp/somefile into the email. Some email clients mess about with formatting and e.g. rewrap lines or convert tabs to space

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 th

Re: CVS checkout

2023-10-25 Thread Otto Moerbeek
ek wrote: > > > > 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 > >> n

Re: CVS checkout

2023-10-25 Thread Maria Morisot
to know every time I fart. > On Oct 25, 2023, at 12:44, Otto Moerbeek wrote: > > 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

Re: CVS checkout

2023-10-24 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 th

CVS checkout

2023-10-24 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

Re: Files 'in the way' when doing cvs update

2023-08-03 Thread Stuart Henderson
On 2023-08-03, Matthias Pressfreund wrote: > When updating the source tree via anonymous cvs, I keep getting this ... > > ... > cvs update: move away regress/lib/libssl/symbols/Makefile; it is in the way > C regress/lib/libssl/symbols/Makefile > cvs update: move away regress/

Files 'in the way' when doing cvs update

2023-08-03 Thread Matthias Pressfreund
When updating the source tree via anonymous cvs, I keep getting this ... ... cvs update: move away regress/lib/libssl/symbols/Makefile; it is in the way C regress/lib/libssl/symbols/Makefile cvs update: move away regress/lib/libssl/symbols/symbols.awk; it is in the way C regress/lib/libssl

Re: patch-008 missing in CVS repo

2023-07-20 Thread Theo de Raadt
ckeader wrote: > Brian Conway writes: > [...] > > >> I see similar results when I try pulling from a couple anoncvs mirrors. > > >> Perhaps a bug or oops in the CVS update process? > > > > > > Keep waiting while more of Canada wakes up and

Re: patch-008 missing in CVS repo

2023-07-20 Thread ckeader
Brian Conway writes: [...] > >> I see similar results when I try pulling from a couple anoncvs mirrors. > >> Perhaps a bug or oops in the CVS update process? > > > > Keep waiting while more of Canada wakes up and it will likely get resolved. > > In the meantim

Re: patch-008 missing in CVS repo

2023-07-13 Thread Brian Conway
On Thu, Jul 13, 2023, at 9:13 AM, Stefan Sperling wrote: > On Thu, Jul 13, 2023 at 08:49:06AM -0500, Brian Conway wrote: >> I'm seeing the same. The commit email for 7.3-stable is here: >> >> https://marc.info/?l=openbsd-cvs&m=168919043301821 >> >> But

Re: patch-008 missing in CVS repo

2023-07-13 Thread Yoshihiro Kawamata
From: Stefan Sperling Date: Thu, 13 Jul 2023 16:13:41 +0200 > In the meantime you could fetch the patch from the errata page and apply > it locally. Yes, I applied that patch locally and proceeded with my project. Yoshihiro Kawamata https://fuguita.org

Re: patch-008 missing in CVS repo

2023-07-13 Thread Stefan Sperling
On Thu, Jul 13, 2023 at 08:49:06AM -0500, Brian Conway wrote: > On Thu, Jul 13, 2023, at 12:40 AM, Yoshihiro Kawamata wrote: > > Of the recently announced OpenBSD 7.3 patches 006 through 009, > > 008 cannot be found on CVSweb. > > > > And even after cvs update, sys/kern

Re: patch-008 missing in CVS repo

2023-07-13 Thread Brian Conway
On Thu, Jul 13, 2023, at 12:40 AM, Yoshihiro Kawamata wrote: > Of the recently announced OpenBSD 7.3 patches 006 through 009, > 008 cannot be found on CVSweb. > > And even after cvs update, sys/kern/exec_elf.c remains unfixed. > > But, I was able to find patch-008 on GitHub. &g

patch-008 missing in CVS repo

2023-07-13 Thread Yoshihiro Kawamata
Of the recently announced OpenBSD 7.3 patches 006 through 009, 008 cannot be found on CVSweb. And even after cvs update, sys/kern/exec_elf.c remains unfixed. But, I was able to find patch-008 on GitHub. Yoshihiro Kawamata https://fuguita.org

Re: Weird cvs diff of recent httpd changes on OPENBSD_7_2 branch

2023-07-12 Thread Stefan Sperling
On Wed, Jul 12, 2023 at 06:28:47PM +0200, Matthias Pressfreund wrote: > Why does 'cvs diff -D...' on the OPENBSD_7_2 branch > include changes from before the given date? Because cvs -D resolves to the most recent revision no later than the given date, and the OPENBSD_7_2 tag con

Weird cvs diff of recent httpd changes on OPENBSD_7_2 branch

2023-07-12 Thread Matthias Pressfreund
Why does 'cvs diff -D...' on the OPENBSD_7_2 branch include changes from before the given date? # cvs -qd anon...@anoncvs.spacehopper.org:/cvs checkout -rOPENBSD_7_2 -P src/usr.sbin/httpd U src/usr.sbin/httpd/Makefile U src/usr.sbin/httpd/config.c U src/usr.sbin/httpd/control.c U sr

Software Heritage CVS loader - Call for public review

2022-10-11 Thread Benoit Chauvet
Hello, The mission of Software Heritage is to collect, preserve and share all the publicly available source code (see https://www.softwareheritage.org for more information). Thanks to Stefan Sperling (@stsp), Software Heritage now has a CVS loader [1] [2]. It's been deployed in our st

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 O

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 check

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 >

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) i

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

Re: necessity to specify CVSROOT each time cvs is run?

2022-07-29 Thread Stuart Henderson
On 2022-07-28, Chris Bennett wrote: > On Thu, Jul 28, 2022 at 08:13:46AM -, Stuart Henderson wrote: >> Either use -d, or set CVSROOT, or replace CVS/Root files with ones >> containing the path to the repo (cvschroot from the cvsutils package >> makes this easy). If your

Re: necessity to specify CVSROOT each time cvs is run?

2022-07-28 Thread Chris Bennett
On Thu, Jul 28, 2022 at 08:13:46AM -, Stuart Henderson wrote: > Either use -d, or set CVSROOT, or replace CVS/Root files with ones > containing the path to the repo (cvschroot from the cvsutils package > makes this easy). If your original checkout had been done via anoncvs > you w

Re: necessity to specify CVSROOT each time cvs is run?

2022-07-28 Thread Stuart Henderson
g a .tar file.) I am able to update it > > > with, e.g., > > > > > > ; CVSROOT=anon...@ftp.hostserver.de:/cvs > > > ; cvs -d $CVSROOT -q up -Pd -rOPENBSD_7_1 > > > > > > After that I thought -- based on what I read at > > > https://www.openbsd.org/anon

Re: necessity to specify CVSROOT each time cvs is run?

2022-07-28 Thread Paul de Weerd
On Thu, Jul 28, 2022 at 02:01:54PM +0200, rsyk...@disroot.org wrote: | Ok. Now I perhaps gained some of the missing understanding, but | still not full. | | So if I obtain the tree by downloading a .tar, it is not enough | to just supply -d to cvs once and next time run cvs without the -d; | I

Re: necessity to specify CVSROOT each time cvs is run?

2022-07-28 Thread Stuart Henderson
On 2022-07-28, rsyk...@disroot.org wrote: > Dear list, > > > I have a ports tree. (Most probably first obtained > by downloading a .tar file.) I am able to update it > with, e.g., > > ; CVSROOT=anon...@ftp.hostserver.de:/cvs > ; cvs -d $CVSROOT -q up -Pd -rOPENBSD_7

Re: necessity to specify CVSROOT each time cvs is run?

2022-07-28 Thread Jason McIntyre
On Thu, Jul 28, 2022 at 09:26:40AM +0200, rsyk...@disroot.org wrote: > Dear list, > > > I have a ports tree. (Most probably first obtained > by downloading a .tar file.) I am able to update it > with, e.g., > > ; CVSROOT=anon...@ftp.hostserver.de:/cvs > ; cvs -d $CVSR

Re: Confusing problem with CVS

2020-03-13 Thread Ingo Schwarze
Hi Chris, Chris Bennett wrote on Fri, Mar 13, 2020 at 08:23:22PM -0400: > Thanks, that was helpful. > I did not think of using info cvs. I do use info at times, > just not that often. That is quite understandable. With BSD systems in general, it is both the normal case and also our

Re: Confusing problem with CVS

2020-03-13 Thread Chris Bennett
Thanks, that was helpful. I did not think of using info cvs. I do use info at times, just not that often. I'm just using CVS for porting. Since -current offers a tar file and I've made a partition for /usr/ports and another for /usr/ports/mystuff, so I'm just using that file t

Re: Confusing problem with CVS

2020-03-13 Thread Ingo Schwarze
Hi Chris, Chris Bennett wrote on Fri, Mar 13, 2020 at 04:47:09PM -0400: > I am running -current. > > On one server, src was empty. So I did a cvs checkout. > On another server, src had older files. So I did a cvs up. > > Afterwards, inttypes.h had one size on the checkout, a

  1   2   3   4   5   6   7   8   >