Youtube Channel

SVN tool

  • SVN  is a revision control system or  a version control system for sharing the files and documents across team members of a project.
  • SVN is an advanced open source version control system created by Apache and it is a replacement for CVS(another real time tool)  for industry.
  • SVN follows client server model.
  • Comes with two parts SVN server and Client.
  • SVN server is maintained by Project Manager while Client is used by Developers in software industry.

Steps to configure SVN server


  • After Successful installation you will find three item in svn server
  1.  Repositories
  2. Users
  3. Groups
Repositories :
A repository is like a folder in system in which a project related files & documents are stored for sharing across multiple developers of project team.
Note:
  • This repository creation will be taken care by a project manager.
  • To create repository follow the steps:
Right click on repository —>create new repository—>enter repository name—>select check box for default structure —>finish
1) Naming the repository e.g svmversion_repository
2) Choosing layout for new repository
3) Specify access permissions
4) repository is created
5) It will look like below
Repository is created successfully now Go to directly specified during installation of svn server open it .It will contain following things it means repository is successfully created otherwise create a new repository using above steps.

Adding Users to SVN Server:

1)go to user , right click and select “create user”.
2) Enter user name,password and confirm password then press enter.
3) New user is created .
4) Create another user using previous steps.
5) Its time to add permission to user’s. Select created repository , right click and select all tasks–>
Manage Security.
6) Add users you have created.
7) select users
8) Apply.
9) ok ,Now users are added and server side settings are finished.
Next PostNewer Post Previous PostOlder Post Home