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
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
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
>
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
; 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.
do that. it might be because i got used to git sooner than cvs,
but i do use git locally.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
Hi folks!
I have a simple question: is cvs still relevant today ? Would you start a
project today using cvs ?
[]s
--
I accept bitcoins
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
Дана 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
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
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?
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
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
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):
> &
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
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
;> 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
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
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
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
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
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
>
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 "
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
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
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
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
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
That looks like a problem on the cvs server, not the client.
What cvs server are you trying to checkout from?
- todd
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
You removed the relevant part of the ktrace, so noone can help.
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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 - 100 of 750 matches
Mail list logo