| Next |
Converting CVS repositories to other scm's
Cvs conversion to other scm
Rene de Zwart
| Revision History | |
|---|---|
| Revision first | 2010-09-28 |
| first | |
| Revision 2 | 2010-11-10 |
| Windows port by Wolfgang Stumvoll, cvsnt support | |
Abstract
How to convert a cvs repository to another SCM. currently conversion 2 fossil scm is implemented.
For the impatient
- mkdir cvs ; cd cvs
- cvs2sqlite -d /path/to/repository ../convert.db
- commits ../convert.db
- db2fossil --tag --branch --usercs -f ../convert.fsl ../convert.db
copyright 2010 Rene de Zwart
Table of Contents
- 1. Introduction
- 2. The Cvs repository
- 3. Converting a cvs repository
- 4. Creating the changeset
- 5. Creating and checking the fossil repository
List of Tables
- 3.1. Conversion
- 3.2. rcsfile
- 3.3. version
- 3.4. delta
- 3.5. branch
- 3.6. branchedOnVersion
- 3.7. tag
- 3.8. taggedOnVersion
- 3.9. log
- 3.10. author
- 3.11. timestampwrong
- 3.2. rcsfile
| Next |