English 中文(简体)
我如何遥远地利用我的雕刻存放处?
原标题:how do I access my svn repository remotely?

I have a domain. And I have a dedicated windows server. It has svn installed and I created a svn repository. How do I setup usernames and passwords to access it. And how do I access it remotely without having to go through remote desktop? My repository is located remotely on my server at c:svn

最佳回答

I m not exactly sure how you have structure up the directory in your svn server but the file path use to look something like this. svn epositoryprojectnameconf

in this folder you will find a file named passwd open it in a text editor and input the username you want to your svn like this. username = password

关于远程访问,应当从一开始就做好准备。 在联系之前采用等级表,就应如此。

svn://domain.topdomain/projectname

问题回答

关于远程访问,必须使任何支持的网络议定书能够使用:http://www.un.org。 Pap或 svn http:// with svnserve





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签