如何使用 MonoDevelop 和 Visual SVN 服务器运行 SVN 命令
我正在使用 MonoDevelop 和 MonoTouch 进行 iPhone 开发。我在 Windows Server 2008 R2 服务器上使用 Visual SVN 服务器(免费)。所有这些都适用于源代码控制,但是,我不确定如何执行 SVN 子系统可用的其他源代码命令。
有人可以解释如何在远程系统(例如用于开发)使用 MonoDevelop 和/或 Visual SVN 服务器时运行 SVN 命令吗?我想对我的版本进行分支等。我查看了 Visual SVN 网站和 SVN 帮助区域,但我不知道如何/在哪里运行这些命令。
谢谢。
I'm using MonoDevelop for iPhone development with MonoTouch. I use Visual SVN server (free) on my Windows Server 2008 R2 server. All works great with source code control, however, I'm not sure how to do other source code commands that are available with the SVN sub-system.
Can someone explain how to run SVN commands while using MonoDevelop and/or Visual SVN server from a remote system such as being used for development? I'd like to branch my release, etc. I looked at the Visual SVN web site and the SVN help area but I don't know how/where to run those commands.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了,您可以右键单击 GUI 中的根节点,找到从 Visual SVN 服务器启动命令行的选项。 http://www.visualsvn.com/support/topic/00013/
I found it, you can right-click on the root node in the GUI and find the option to launch the command line from Visual SVN server. http://www.visualsvn.com/support/topic/00013/
您使用命令行 svn 客户端,例如 slik svn。
您还可以使用 TortoiseSVN。
这两个工具都使用与 MonoDevelop 相同的本地工作副本进行操作。
You use a command line svn client, like the slik svn.
You could also use TortoiseSVN.
Both those tools operates with the same local working copy as MonoDevelop.