Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN and GIT parallel

Tags:

github

svn

I am working on a code based project. I am using SVN with my private server and I use TRAC for ticketing and project management. Parallel I would like to pull my code to github for discussions and the open source thought.

First a commit changes to my svn server and afterwards to github. I have ignored the .git/* Files in svn and vice versa. But I always get merge errors while pushing to github.

Does anyone have experiences in using both services and can give my hints? Yours, Raphael

like image 765
Raphael Avatar asked Jan 24 '26 20:01

Raphael


1 Answers

Just use git-svn (one local codebase - Git repo) and have two remote: SVN and Git

like image 185
Lazy Badger Avatar answered Jan 27 '26 09:01

Lazy Badger