How to get Subversion repository from svn:// and https://?

Posted by Hikari on Server Fault See other posts from Server Fault or by Hikari
Published on 2013-04-14T00:09:16Z Indexed on 2014/06/11 21:28 UTC
Read the original article Hit count: 163

Filed under:
|
|
|

I know these are noob questions, but I never got my own Subversion running before and I'm kinda lost.

I installed VisualSVN in Windows, but it doesn't support svn:// protocol by default, only HTTP or HTTPS.

It is working fine over HTTP, and I'm able to manage it from its management tool, see its repositories and get their HTTP-based URL, and from that I'm able to use Tortoise to check out and check in. I'm able to check out from a repository URL using Tortoise: http://Main:90/svn/HikariKrumo/

But I need svn:// protocol for Redmine to access it. Redmine says to support http:// but it reports this error message: The entry or revision was not found in the repository.. And I need HTTPS to access it from Internet.

If I can get Redmine to access it from svn:// I can just configure it to use HTTPS in place of HTTP, and I hope it all to works.

I like VisualSVN because of its management tool, but I can use another Subversion distro if needed, as long as it supports svn:// and https://. I'm getting crazy on it because it should be simple but I can't get it to work.

© Server Fault or respective owner

Related posts about svn

Related posts about redmine