How to create a branch in subversion that is deeper than just the branch directory?
I have a standard trunk , tags and branches structure, and I want to create a branch that contains several directories deeper than the 'branch' tag.
Using the standard svn move method, it gives me an error not found . I also tried to copy it to the branches folder, checked it and "svn moved" it to the tree structure that I wanted, but also got the error "administrator workspace".
What do I need to do to create this?
To illustrate, suppose I want to create a branch to go directly to 'branch / version_1 / project / subproject' (which does not exist yet)?
branch svn trunk
kaybenleroll
source share