christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
59 stars 20 forks source link

Doesn't backup Mercurial repositories using TortoiseHg 4.7 (latest) #19

Closed Fydon closed 5 years ago

Fydon commented 6 years ago

I was using an older version of TortoiseHg, which was also failing, so I updated to the latest to see if that would fix the issue, but it didn't. I'm using the latest version of SCM Backup and have previously been using Bitbucket Backup, so thank you for these tools.

The current hg command line includes the username in the URL and --config auth.x.username. If the username in the URL is removed or the password is included in the URL then the repository is downloaded. In its current state the hg command line prompts for password, but this isn't displayed to the user so it pauses indefinitely.