为 Visual Studio 配置 Subversion

发布于 2024-09-05 07:00:45 字数 285 浏览 5 评论 0原文

我在 windows-7(x86) 上运行 Visual studio 2008。我已经在我的系统上安装了 subversion (服务器+客户端)、tortoise svn 和 ankhsvn。 我可以使用以下网址将我的解决方案添加到 subversion 的存储库:File://c:/svn_repository/ 但是当我尝试“svn://localhost”时,我在系统上看不到任何存储库。

我在同一 LAN 上的朋友看不到我的存储库。

我应该使用什么存储库 URL,以便 LAN 中的其他人能够查看我的存储库?

I have Visual studio 2008 running on windows-7(x86). I have installed subversion (server+client), tortoise svn and ankhsvn on my system.
I could add my solution to subversion's repository using the url: File://c:/svn_repository/
But when I try "svn://localhost" I do not see any repository on my system.

My friend who is on the same LAN cannot see my repository.

What repository URL should I use for others in LAN to be able to see my repository?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

倾`听者〃 2024-09-12 07:00:45
  1. 使用 svnadmin create 创建存储库
  2. 确保您的服务器正在使用 sysinternals process explorer 运行 (svnserve.exe)
  3. 检查您是否可以使用 tortoisesvn use < code>svn://yourip 作为 URL
  4. addcommit 您的项目
  5. 您的朋友也应该使用相同的 URL
  6. 使用您的主机名进行尝试。注意:localhost 不是您的主机名!
  1. Create a repository with svnadmin create <repos name>
  2. Make sure your sever is running (svnserve.exe) with sysinternals process explorer for example
  3. Check you can connect with tortoisesvn use svn://yourip as URL
  4. add AND commit your project either
  5. Your friend should also use the same URL
  6. Try out by using your hostname. NOTE: localhost IS NOT your hostname!!!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文