I can checkout code from this repository and commit to it, but doing an "svnmerge.py avail" fails with the message
svnmerge: command execution failed (exit code: 1)
svn --non-interactive propget --strict "svnmerge-integrated" "https://svn.example.org/example/groups.example.org/trunk/sites/all/themes/bluebeach/themes/bluebeach/trunk" svn: OPTIONS of 'https://svn.example.org/example/groups.example.org/trunk/sites/all/themes/bluebeach/themes/bluebeach/trunk': authorization failed: Could not authenticate to server: rejected Basic challenge (https://svn.example.org)
I'm using svn from collabnet:
svn, version 1.6.3 (r38063)
Someone suggested this could be because my password is being stored in keychain. I tried removing the information from the keychain but of course it gets added back.
I tried removing the information from keychain and then changing my .subversion/config to say:
store-passwords = yes
store-plaintext-passwords = yes
but that still sticks them in the keychain.