本地存储库中的 svn 存储库

发布于 2024-10-30 18:37:07 字数 190 浏览 1 评论 0原文

我和我的火车伙伴在本地网络中工作,因此我们希望将服务器作为我们的存储库,我们在其中提交并签出其上的目录。 因此,如果有能力在我们的服务器中设置一个目录作为我们的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不寐倦长更 2024-11-06 18:37:07

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文