我可以做一个"推"从Subversion到GitHub存储库?

时间:2015-07-29 18:13:13

标签: git svn github version-control vb6

我使用SVN(subversion)和Visual Basic 6.0源文件,我有我的本地存储库(包含所有内容:解决方案,代码等)。但我想知道是否......

  

我可以 - 类似于Git - 推送到远程存储库吗?

想象一下,我有:

    1. My Repository in GitHub, 
    2. My local repository,
    And I do some changes in the local repository, changes that 
    I want to send to the remote repository...

使用Git,它将类似于

git add "name of the file"
git commit -m "Commit message"
git push  branchname

我这么快就这么做,所以,如果我错过了什么,请原谅。

  

是否可以使用SVN 进行Visual Basic 6.0代码?

推送到GitHub的远程存储库?

感谢您的关注,欢迎任何评论或建议!

1 个答案:

答案 0 :(得分:2)

也可以从svn客户端访问Github存储库,请参阅https://github.com/blog/1178-collaborating-on-github-with-subversion