Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i setup my own SVN

Tags:

svn

I am new on SVN how can i setup my own setup SVN. kind give me complete solution form start to end

like image 612
Rana Azeem Avatar asked Dec 13 '22 19:12

Rana Azeem


1 Answers

Go to http://www.visualsvn.com

Download and install the visualsvn server on your server. There is documentation on how to install on that site.

Set up a repository on your server. There is documentation on how to do this on that site.

Set up security for your server and your repository. There is documentation on that site.

Go to http://tortoisesvn.tigris.org/

Download and install tortoise svn on your client.

Right click on a folder, and go to TortiseSVN->Import

Type in the address of your svn server, and tell it you want to import that folder into the repository you've created.

You are done.

like image 199
tom.dietrich Avatar answered Dec 20 '22 06:12

tom.dietrich