SVN: one working copy, two repositories?

前端 未结 8 1398
一向
一向 2020-12-14 08:35

I\'d like to know how can I set two repositories for my one working copy. I need one repository in my server, so that I can check in/out between two pcs; I need another repo

8条回答
  •  萌比男神i
    2020-12-14 09:24

    SVN is not inherently suited for such use cases. You'll have to tweak with things here and there (like writing crons). If you want something which works out of the box to suit such use cases, try GIT.

提交回复
热议问题