1

I set up a svn server using svnserve to test how svn-git works.

When trying to dcommit I run into the problem that the tortoise gui does not give the option to choose the username, it just prompts for the password:

http://img1.uploadscreenshot.com/images/orig/11/31810164510-orig.png

Initially the username shown by the prompt used to be the windows authentication user (Razvan).

Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169

1 Answers1

2

posting this as a temporary solution, if there is a better one I will accept it:

One solution would be to dcommit from command prompt and set the username:

git svn dcommit --username desiredusername

TortoiseGit will remember the username and password for future dcommits.

Răzvan Flavius Panda
  • 21,730
  • 17
  • 111
  • 169