Open dzhyw opened 7 years ago
yes YourPassword | git svn ... --username YourUsername
--password
is not supported by git svn. Other than pipe in the password to the git svn, you can try my new implementation of svn2git which fixed this issue: https://github.com/mazong1123/svn2gitnet
I fix it using git svn without --password tag! but first must install perl-term_readkey
gem uninstall svn2git
gem install svn2git3
SVN2GIT_PASSWORD=<<password>> svn2git http://svn.example.com/path/to/repo --username <<user_with_perms>>
this issue has resolved by @jesteves, I pushed it to rubygems.
hi,all: i have a problem:
svn2git http://xxx/svn/android --no-minimize-url -v --username xxx --password xxx --rootistrunk --authors /usr/local/users.txt
Running command: git svn init --prefix=svn/ --username='xxx' --password='xxx' --no-metadata --no-minimize-url --trunk='http://xxx/svn/android' Unknown option: password command failed: git svn init --prefix=svn/ --username='xxx' --password='xxx' --no-metadata --no-minimize-url --trunk='http://xxx/svn/android'
how to fix it ? it's code bug? Online waiting to be resolved,thanks