jACOB
jACOB

Reputation: 123

To have online Repository for Tortoise SVN

I want to create an Online SVN repository so that Once i commit a code on that repository i can Access it from anywhere through an Internet.Any help on this would be appreciated..

Upvotes: 0

Views: 14897

Answers (1)

Ozair Kafray
Ozair Kafray

Reputation: 13539

There are two ways to go about it.

Use an online svn repository

Here is a good comparison of online svn hosting sites.

One suggestion is https://riouxsvn.com/


Setup a repository on your hosting solution

  1. Creating it using svnadmin command line.
  2. Creating a repository with tortoisesvn.

Upvotes: 7

Related Questions