Create a branch
- Navigate to a temporary folder
- Get the trunk URL of the project (e.g. https://www.softco.co.za/svn/trunk/projects/test/ – with trailing slash)
- Replace trunk with branches/branch-name (e.g. https://www.softco.co.za/svn/branches/v1.1/test/)
- Execute the following command:
svn copy --parents "https://www.softco.co.za/svn/trunk/projects/test/" "https://www.softco.co.za/svn/branches/v1.1/test/"