I have a cloned mercurial repository, and a checked out subversion repository.
When I checkout the subversion repo I take the option to save my password as plain text.
I want import the mercurial repo into subversion, so I use mercurial's convert extension.
hg convert --debug --dest-type svn hgrepo svnrepo
Everything looks fine until the first commit:
Password for '"Michael':
It stops and asks for a password to correspond to username "Michael, but my username is michael.
Could anyone one tell me where it is pulling this username from, or how I could override it.
Thanks