Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前SVN一切都到本地服务器。我知道所有内容都被压缩为类似DB 的格式(伯克利?)。有没有办法利用我的回购作为开发/登台服务器,还是我必须走“老式”路线?
SVN
您可以在同一台服务器上设置 repo 的工作目录 ( checkout ),并post-commit在其中设置一个挂钩,它将在每次提交时更新工作目录。
post-commit