Re: git-svn won't remember pem password
From: Eric Wong <hidden>
Date: 2016-06-15 22:53:06
Igor [off-list ref] wrote:
I'm running into an issue where I have to enter my pem certificate password every time I git-svn fetch or git-svn dcommit. Vanilla svn uses OS X KeyChain and remembers my password just fine. Is there a known solution for this? Other users have ran into same issue as described here: http://stackoverflow.com/questions/605519/does-git-svn-store-svn-passwords. However, that solution of removing .subversion folder did not work for me.
Hi Igor, this issue seems related to the platform specific auth providers patches. There have been bugs in the SVN bindings in previous releases and uncertainty about how everything works. I haven't been interested enough to follow along closely[1], but maybe some other folks Cc:-ed can finally push this through. http://mid.gmane.org/20120103204403.GI17548@login.drsnuggles.stderr.nl Basically I'm waiting for a patch that we can be certain won't break the majority of existing use cases (especially no triggering of segfaults and other nastiness in released versions of SVN bindings). [1] - I barely use git-svn anymore, and wouldn't touch GNOME or OSX with a 10-foot pole...