How can we include one extra folder structure from SVN repository in Branch at the time of migration with the help of SVN mirror?
As per the standard of SVN, there should be three folder structure in SVN i.e. tags, trunk and branches.
But in case we have one extra folder structure and we want to include that structure in Branches at Bitbucket side (at the time of migration) then what configuration changes we should do?
We do have following SVN structure:
- Rest_ARM_Packages/
- Trunk/
- branches/
- tags/
We opted Automatic Project Layout, we got below mentioned mapping:
trunk = Trunk:refs/heads/master
branches = branches/:refs/heads/
tags = tags/:refs/tags/
What we should add/append in this configuration, so that folder Rest_ARM_Packages should comes under branches?
Please help us with that.
Thanks & Regards,
Namit Narang