I am trying to convert an SVN repository to Mercurial, but I'm having some troubles. These are the steps I've taken: (I am on Windows)
Turned on "convert" in the extensions
Opened a command window, and typed:
hg convert http://myversioncontrorepositoryhere
It says it's initializing the destination folder and then asks:
Enter username for Administration at http://myversioncontrorepositoryhere:
type my username then
in Administration at http://myversioncontrorepositoryhere:
I assume this is my password, but it just loops back to
Enter username for Administration at http://myversioncontrorepositoryhere:
What am I doing wrong? I'm very sure I'm typing in my username and password correctly.