Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create project in SVN

I have access to SVN server and I need to add new folder project1, which must contain such folders as trunk, branches, tags for this project. Could you guide me how to do that using tortoise SVN assuming that project is empty and I want to create just folders structure.

like image 972
seeker Avatar asked Nov 22 '12 18:11

seeker


Video Answer


1 Answers

Right-click on any folder and choose TortoiseSVN - Repo Brower.... Enter the URL of your repository. Then right-click on the root node of the empty tree on the left, and choose Create folder....

like image 200
JB Nizet Avatar answered Oct 31 '22 06:10

JB Nizet