There is need to migrate one folder from SVN parent repository. But history is not coming properly.
Parent SVN Repo path: https://svn.dts.fm.rbsgrp.net/grouptreasury/ (Attached is the screenshot - SVNParentRepo)
The folder https://svn.dts.fm.rbsgrp.net/grouptreasury/LewtanMortgages/ were previously https://svn.dts.fm.rbsgrp.net/grouptreasury/Lewtan Mortgages/ and was renamed.
After this, the folder https://svn.dts.fm.rbsgrp.net/grouptreasury/LewtanMortgages/Trunk/ was renamed to https://svn.dts.fm.rbsgrp.net/grouptreasury/LewtanMortgages/trunk/
Now, when we are migrating https://svn.dts.fm.rbsgrp.net/grouptreasury/LewtanMortgages/ , complete history is not coming and the history comes only from the day the folders were renamed.
Requirement is to move: https://svn.dts.fm.rbsgrp.net/grouptreasury/LewtanMortgages/ (Screenshot attached)
We have used below mapping
Subversion Project URL- https://svn.dts.fm.rbsgrp.net/grouptreasury/
trunk = LewtanMortgages/trunk:refs/heads/master
branches = LewtanMortgages/branch/*:refs/heads/*
branches = LewtanMortgages/Releases/*:refs/heads/Releases/*
tags = LewtanMortgages/tag/*:refs/tags/*
shelves = LewtanMortgages/shelves/*:refs/shelves/*