#25765: subversion-1.6.12 http auth via keychain broken ---------------------------------------+------------------------------------ Reporter: marcus@… | Owner: dluke@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: subversion ---------------------------------------+------------------------------------ Comment(by marcus@…): Seems that svn gets a bit confused sometimes. I followed [http://stackoverflow.com/questions/661923/subversion-on-mac-refuses-to- get-password-from-keychain this advice] to delete the auth entry I was having trouble with (in `~/.subversion/auth/svn.simple/`). The next time I did an svn up it asked for a password (as expected), then I did it again and it asked for keychain access, next time it worked without asking anything. The auth files look different before and after. Original looked like this: {{{ K 15 svn:realmstring V 78 ... }}} After recreating it started like this: {{{ K 8 passtype V 8 keychain K 15 svn:realmstring V 78 ... }}} HTH! -- Ticket URL: <http://trac.macports.org/ticket/25765#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS