In order to use Subversion (SVN), you must first create a repository to host your files. Once created, you can then access the files in the repository using your Subversion client software on your computer (for example, by using TortoiseSVN).
To create a new SVN repository:
Subversion Repositories
menu link.Create new Subversion Repository
link.Create
button to create the subversion repository.Once you have finished creating the repository, you can return to the repository list by clicking on the Subversion Repositories
menu link. Here you will now find that the new repository is shown in the repository list.
Note: If you click on a repository name, it will take you to the SVN URL for the project. For example, the URL for the myproject repository is of the form:
https://myaccount.projecthut.com/svn/myproject/
You can now use this URL to access the repository from your Subversion client. For example, enter this URL in to the Repo-browser of TortoiseSVN to browse the contents and history, or check out a working copy on to your local computer and start uploading your files.
See also:
You must be logged in to post a comment.