开发者

Interfacing Subversion with git

开发者 https://www.devze.com 2023-03-04 00:03 出处:网络
I do a lot of my coding on my school Mac, but I can\'t install an开发者_如何转开发y new programs on it due to school policy.I\'ve been using SVN for all my projects since it\'s pre-installed, but I wo

I do a lot of my coding on my school Mac, but I can't install an开发者_如何转开发y new programs on it due to school policy. I've been using SVN for all my projects since it's pre-installed, but I would like to migrate to git.

Is there any way to use Subversion alongside git? Can they somehow update/pull from the same server?


You're looking for git-svn. Check out this guide: Using Git with Subversion


You can use Git as a Subversion client with the git svn set of commands. This works pretty well (within the limitations of Subversion).


git-svn

It's part of the Git package and even has a help page included. Read that first and then come back with any questions if you still have problems.

0

精彩评论

暂无评论...
验证码 换一张
取 消