cary51 writes: > > I do have the cvswrappers file set to use COPY versus MERGE by doing > ---- > *.mss -k 'b' -m COPY > ---- > but the cvs archive file is still showing a "diff"-like content for > previous commits.
Yes, that's the way the RCS file format works. COPY vs MERGE just affects whether CVS tries to merge changes into the working file during an update, it does not affect how the revisions are stored in the repository. -Larry Jones Why can't I ever build character in a Miami condo or a casino somewhere? -- Calvin _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
