I have inherited a subversion repo which looks like this:
https://foo/product/src
I want to make it more like:
- https://foo/product/trunk/src
- https://foo/product/tags
- https://foo/product/branches
Will moving ./src to ./trunk/src retain history ? I also want to make sure the other developers don't curse me for doing this .. are there unintended consequences from doing this ? I want the developers to just do a simple repo directory relocate.
Thanks