nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

Remove support for --password; implement password support with env var #305

Open jesteves opened 2 years ago

jesteves commented 2 years ago

git-svn does not support --password anymore.

This commit removes the command line option for svn2git since it ultimately passed its value to `svn-git.

If the SVN transport requires a password, svn-git will always prompt the user for it, so now svn2git will detect the presence of the SVN2GIT_PASSWORD environment variable and pass its value in reply to the prompt.