Using git svn with some awkward permissions
- by Migs
Due to some funky permissions on our client's side that we can't change, we have a project whose hierarchy looks something like:
projectname/trunk: foo/, bar/, baz/
projectname/branches: branch1/, branch2/
(where branch1 and branch2 each contain foo, bar, and baz.)
The thing is, I have no permission to access trunk, so I can't just do a…