clean-git autentication to SVN issue

Issue #15 new
Oleksandr Lotokhov created an issue

When I try to run clean-git I receive the following (path are changed, they are correct). The issue is that I can't enter password, the only reaction is on Ctrl-C, and after script is stopped, password is printed out... Looks like some issue with input.

E:\repo>java -jar ..\svn-migration-scripts.jar clean-git

This is a dry run, add --force to commit

No changes will be made to your repository

Creating annotated tags...

Creating local branches...

Creating the local branch 'origin/tags/Release_2.2.014' for Subversion branch 'refs/remotes/o... Creating the local branch 'origin/tags/Release_2.2.017' for Subversion branch 'refs/remotes/o... Creating the local branch 'origin/tags/Release_2.2.026' for Subversion branch 'refs/remotes/o... ...

Checking for obsolete tags...

Authentication realm: https://some-svn-server:443 VisualSVN Server Password for 'olekl':

After I try to enter password (just for illustration I changed the real password to "entered-password") nothing happens. Till I press Ctrl-c, then I receive the following:

E:\repo>entered-password 'entered-password' is not recognized as an internal or external command, operable program or batch file.

E:\repo>

Comments (2)

  1. Log in to comment