Can I have one project in two SVN repositories?

后端 未结 12 1302
野性不改
野性不改 2020-12-10 07:03

Our I.T. dept doesn\'t allow connections to the SVN server from outside the physical office. (They\'re just kind of like that.) I need to work on projects when I\'m not at t

12条回答
  •  北海茫月
    2020-12-10 07:49

    Have you read about git? it uses a local repository for offline work, and can be easily synchronized with a svn repo.

    Two articles that explain how to do what you want.

提交回复
热议问题