本地存储库中的 svn 存储库
我和我的火车伙伴在本地网络中工作,因此我们希望将服务器作为我们的存储库,我们在其中提交并签出其上的目录。 因此,如果有能力在我们的服务器中设置一个目录作为我们的 svn 存储库,请通过电子邮件将解决方案发送给我,或者向我发送可以找到解决方案的网络参考。 我使用 subversion 和 turtoise。(注意我也在 eclipse 下使用 subclipse)。
i work with my train mate in a local network, so we want to make the server our repository where we commit and check out ina directory on it.
so if there is any ability to set a directory in our server as our svn repositry, then email me the solution or send me the web reference where i can find the solution.
i work with subversion and turtoise.(note i also work with subclipse under eclipse).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Subversion 结帐在您的 PC 上进行本地。所以你可以签出,所有文件都在你的电脑上,你可以离线编辑它们,当你再次上线时你可以提交它们。 (但这并不意味着您和您的伙伴可以在没有服务器访问权限的情况下进行协作)。
Subversion 存储库通常是 URL。在这种情况下,您可以发送这些 URL,您可以在浏览器中打开它们(以查看文件,尽管界面确实非常基本。)
在任何情况下,所有 subversion 存储库标识符都是字符串 (即使那些不是 URL),因此您绝对可以通过电子邮件等发送它们,并使用 Subversion 客户端(例如 TortoiseSVN)来查看/签出存储库。
Subversion checkouts are local on your PC. So you can do a checkout, all the files are on your PC, you can edit them offline, and when you go online again you can commit them. (This does not mean that you and your mate can collaberate without both having access to the server, however).
Subversion repositories are very often URLs. In which case, you can send those URLs around, you can open them in the browser (to see the files, although the interface is pretty basic admittedly.)
In any case, all subversion repository identifiers are strings (even those that aren't URLs) so you can definitely send them via email, etc., and use a Subversion client e.g. TortoiseSVN to view/checkout the repositories.