Hacking cvs2svn for a different RCS-based versioning system
Tim Hart <[email protected]> Sat, 18 Feb 2006 15:28:37 -0600
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <5313b2bc8f92835d26bf4948ad8a72ab__9699.5493084707$1140433972$gmane$org@mac.com> |
List, I'm facing the challenge of converting a non-CVS based system into Subversion. This other system IS based on RCS. I've perused the source for cvs2svn, and it seems that the only code that is specific to CVS issues is code that deals with Attic directories. From what I can tell, the rest of the code seems to limit itself to RCS standards and formats. However, I'll quickly admit that I'm far from a guru when it comes to the inner-workings of CVS vs RCS. I've got a PDF of Tichy's paper on RCS, and I've got the CVS documentation for reference. Could anyone quickly confirm or deny that cvs2svn's only dependency on CVS specific formats or metaphors is with the Attic? Tim Hart