How to give the repository URL in Tortoise SVN?

放肆的年华 提交于 2020-01-05 02:52:12

问题


I am new to Tortoise SVN. I have created a repository in my machine. To access this folder in a remote host, what's the repository url which should be given in SVN checkout? Should the server be running, when I try to access the repository ?


回答1:


Yes, the server must be running in order for you to access Subversion.

The URL depends on how you've configured Subversion.

My local Subversion instance URL looks like this:

svn://localhost:3690

Another that I use to access Sourceforge looks like this:

https://mandelbrotset.svn.sourceforge.net/svnroot/mandelbrotset

It could be http instead of https, depending on how you've set things up.

In general, the URL takes this form:

http://host:3690/repository

Have a look at the Red Bean book if you get stuck.



来源:https://stackoverflow.com/questions/6504064/how-to-give-the-repository-url-in-tortoise-svn

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!