Search code examples
gitcvs

Transfer CVS repository to GIT repository


I have a files that are in CVS repository, I need in some way to transfer it to GIT without any conflicts and bugs..What are the risk that I need to take?

The CVS server and the GIT server are set on linux ofcourse

How can I do that?

Anthor question, if I use software that dosent have any git plugin, how can I use git yet?


Solution

  • Repeated:

    migrate from CVS to GIT without losing history

    About your second question, you do not need any plugin to use git with any software. You can use it where you want. Otherthing is if you are asking about IDEs with git integration. But again, you can use git directly without them too.