ProjectPipe Help Center
Return to Main MenuHow do I migrate or import existing code?
In general, there are two approaches to importing an existing code base:
- Add the latest files, without history.
- Add the files with their history.
We recommend the first approach. The general approach to importing code from other source control systems is the same:
- Get the latest checkout of your source code.
- Run the Subversion import command.
You can read more at the definitive documentation for Subversion.
If you are still interested in importing your files with history, then you can visit one of the following external projects to do so:
- Import CVS history: cvs2svn project.
- Import Visual SourceSafe history: vss2svn project.