Xref: utzoo comp.sources.wanted:15733 gnu.utils.bug:1863 Path: utzoo!utgpu!watserv1!watmath!uunet!snorkelwacker.mit.edu!ai-lab!ai.mit.edu!gnulists From: srg!culliton@uunet.uu.net (Tom Culliton) Newsgroups: comp.sources.wanted,gnu.utils.bug Subject: Desperately seeking rcsclean.c for 5.5 Message-ID: <1991Mar13.184936.17094@srg.uucp> Date: 13 Mar 91 18:49:36 GMT Followup-To: gnu.utils.bug Organization: SRG, Arinc Research Corp., Annapolis, MD Lines: 12 Approved: info-gnu@prep.ai.mit.edu To: gnu-utils-bug@uunet.uu.net In the GNU release 4.4 of RCS, rcsclean was implemented in C rather than shell script. When I "upgraded" to RCS release 5.5 this became a shell script again. Unfortunately this doesn't work for my users who have their RCS directories seperated from their their work directories. (Work directories on their local machine for speed, RCS archives on a CM server for central access and backup) I could write lots of custom shell scripts which wouldn't solve the general problem or hack the rcsclean.c 4.4 source code to work like the other 5.5 stuff which I'm trying, but the changes are extensive. PLEASE! Does anyone know where I can find a RCS 5.5 compatible version of rcsclean.c? Has anyone else done this port?