Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread G. Branden Robinson
Hi Alfred, It looks like I need some coaching with CVS. It's been a long, long time since I used it daily. At 2023-08-26T14:15:55-0400, Alfred M. Szmidt wrote: >I asked my CVS checkout what the status of the former is. > >$ cvs status | grep html_node || echo NO RESULT >cvs status:

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread Alfred M. Szmidt
It looks like I need some coaching with CVS. It's been a long, long time since I used it daily. No worries, same here .. trying to recall. > $ cvsu > X manual/html_node $ cvsu cvsu: command not found I assume you had a typo, but for what, I'm not sure.

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread G. Branden Robinson
Hi Alfred, Success! At 2023-09-01T11:41:57-0400, Alfred M. Szmidt wrote: >$ cvsu [...] > Not a typo, it is part of the cvsutils package. Aha! Today I learned...(and "apt-got"). >$ cvs update -PAd > > Right, cvs update will try to add the files back. Did you do remove? > You also

Re: [Savannah-hackers-public] stale directory in CVS-managed WWW pages for groff project

2023-09-01 Thread Alfred M. Szmidt
Thank you for your help! Happy hacking!