Thursday 25 September 2014

how to Installation SVN

how to Installation SVN?

Step 1. Download (http://www.sliksvn.com/en/download). we need silksvn for create repository , export repository, import repository.

Step 2. Install.

Step 3. Create an empty folder with the name as you like(e.g. D:\SVN\), which is can be used as root for all your repositories.

Step 5 Create another folder MyNewRepository inside D:\SVN\.

Step 6  Right click on the newly created folder and select TortoiseSVN  --> Create Repository here....

Step 7 Create required folders for project and right click on newly created folders and click tortoiseSVN-->import.

Step 8 right click on newly created folders and click on svncheckout.

Step 9 Added all the required file to MyNewRepository(your repository folder)

Step 10 Select all the folders and right click tortoiseSVN --> Add

Step 11 tortoiseSVN --> commit (note: give comment while committing)

Now you've got a new repository located at D:\SVN\MyNewRepository.


SVN Client:

1.create another folder as client repository.
2.right click on that newly created folder and click svncheckout.
3.after 2 nd step we will get all code from repository into newly created folder.


visualSVN Server:

1.download visualSVN server and install in server machine or in required system.

2.open All PRograms-->visualSVN-->visualSVN server manager.

3.here you can create repository and import existing repositories.

4.to check storage place of repository.
in explorer right click on "VisualSVN(local)" and select "storage" tab(we can change this further)

5.we can create folders in repository using "visualSVN server manager".

6.we can give permissions for folder level to specific users.

6.1 example if have folder call "test" in repository ,you can give permission for specific users by right click on "test" folder --> properties