CentOS 5.3 subversion 1.4.2
I have been using git for one of my projects.
However, our company policy has changed and now I have to import my git project into our new subversion repository.
I am just wondering how I can import a project created in git into a subversion repository?
Ater I have imported the project I will have to checkout. However, I would still rather use the git commands and not subversion commands, if that is possible?
Many thanks for any suggestions,
Git can use an external svn repository: http://git-scm.com/docs/git-svn
The main commands you must know are:
For the complete push process:
After that, you can still work with Git in local (if your company policy isn't too strict), and synchronize your work with the distant SVN repository (git svn rebase/dcommit).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With