I am in the process of moving from SVN to git, and I am trying to migrate my existing SVN repository using the git svn wrapper, svn2git (https://github.com/nirvdrum/svn2git). I am using svn2git because it keeps branches intact. My end goal is to put the project onto github.
When performing the clone through svn2git, the execution halts when it tries to access a folder:
svn/https%3A
Which is supposedly a branch - however I cannot see it in the repository. I am assuming that at some stage I had accidentally named a branch beginning with https: (thinking it required the full SVN path), however now I am unsure how to remove it again because it cannot be found.
Is there some way to find and delete this using svnadmin?