home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!twinsun.COM!eggert
- From: eggert@twinsun.COM (Paul Eggert)
- Newsgroups: gnu.utils.bug
- Subject: Re: Patch + RCS = ?
- Date: 25 Jan 1993 20:13:15 -0500
- Organization: Twin Sun Inc, El Segundo, CA, USA
- Lines: 20
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <bkMaDhok@twinsun.com>
- References: <NEAL.93Jan22151815@neal.ctd.comsat.com>
-
- neal@ctd.COMsat.COM (Neal Becker) writes:
-
- It is easy enough if you only have one directory, then you just use
- rcsdiff. The only problem is, rcsdiff doesn't have a -r switch! So,
- what about making a patch from multiple directories?
-
- A simple way is the (Bourne) shell command:
- rcsdiff `
- find . -name '*,v' -print |
- sed 's|,v$||; s|RCS/||' |
- sort
- `
- For a more complete solution, you can use CVS (also distributed by the FSF).
-
- Also, what's the status of rcsclean in 5.6?
-
- The same as in earlier versions of RCS: it's experimental.
- The source is available, but the program is not installed by default.
- Please send bug reports or questions to rcs-bugs@cs.purdue.edu.
-
-