How to set up a free SVN repository | |
Now we will see how to set up a free RiouxSVN server repository . | |
Visit the RiouxSVN website , this site offers a free hosting server, a repository where you can host the code for your team and everyone can download the code from this server. | |
You can create a free account and learn more about Subversion hosting. Fill in all the fields and create an account. | |
Activate the link sent to your email id and then sign in. Make a note of your user ID and password. | |
Click 'Create New Repository' , enter your desired repository title and name. | |
Click 'Next step' . | |
Click 'Next step' | |
Click 'Confirm creation' . | |
Click on the repository link (in our example the repository is 'ChatGPT') and the repository page is displayed. | |
Go to subversion , enter the username and password you wrote down earlier . | |
As you can see, the repository is empty right now. |
It might also interest you |
How to Use Git and GitHub: Beginner's Guide |
Track your changes with the best versioning software |
Git vs SVN: Centralized and Distributed Version Control |