SVN: one working copy, two repositories?

前端 未结 8 1391
一向
一向 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条回答
  •  [愿得一人]
    2020-12-14 09:12

    If your local box is linux, you could create a crontab entry to svn update every X minutes to keep it synced with the server in the background. From there you would have the most recent copy on your local svn server to diff from.

提交回复
热议问题