#1043088 ITA: cvsutils -- CVS utilities for use in working directories

#1043088#5
Date:
2023-08-05 21:39:33 UTC
From:
To:
cvsutils is obviously not maintained anymore.
It has a trivial RC bug that prevented it from entering bookworm.
Please consider adopting it if you have the time and skills to maintain
it properly.

Description: CVS utilities for use in working directories
  Several utilities which are used to facilitate working with the
  files in the working directory of a developer using CVS.
  .
  The utilities included in this package are:
  .
   + cvsu:       Offline "cvs update" simulator. Lists the files found in
                 the current directory (or in the directories which you
                 specify).
   + cvsco:      "Cruel checkout". Removes results of compilation and
                 discards local changes. Deletes all the files except
                 listed unmodified ones and checks out everything which
                 seems to be missing.
   + cvsdiscard: Discards local changes but keeps results of compilation.
                 Works like "cvsco", but only deletes files which are
                 likely to cause merge conflicts.
   + cvspurge:   CVS-based "make maintainer-clean". Removes results of
                 compilation but keeps local changes intact. Removes
                 unknown files, but keeps changes in files known to CVS.
   + cvstrim:    Removes files and directories unknown to CVS.
   + cvschroot:  Makes it possible to change CVS/Root in all subdirectories
                 to the given value.
   + cvsdo:      Simulates some of the CVS commands (currently add, remove
                 and diff) without any access to the CVS server.
   + cvsnotag:   Reports untagged files.

#1043088#10
Date:
2023-08-15 17:23:22 UTC
From:
To:
retitle 1043088 cvsutils -- CVS utilities for use in working directories
owner 1043088 !
thanks

I'm happy to adopt cvsutils.

I will need a sponsor for the uploads.

#1043088#23
Date:
2023-08-23 20:54:14 UTC
From:
To:
retitle 1043088 O: cvsutils -- CVS utilities for use in working directories
noowner 1043088
thanks

I'm marking cvsutils back as orphaned after the discussion in #1049461 and the upload of
version 0.2.6 (last supported upstream release) in #1050386.