How to create a project in SVN

I have access to the SVN server, and I need to add a new project1 folder, which should contain folders such as trunk lines, branches, tags for this project. Could you advise me how to do this using the SVN turtle, assuming the project is empty and I want to create only the folder structure.

+4
source share
1 answer

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

+6
source

Source: https://habr.com/ru/post/1447806/


All Articles