Hi,

svnmucc doesn't honor option --config-dir when it comes to stuff
stored below config_dir/auth.

To reproduce:
- access a remote repository that will store information below
config_dir/auth, e.g.
  username/password or permanently accepted SSL server certificate,
using svn command
  without --config-dir  (i.e. default config_dir ~/.subversion is used)
- try to access the same repository with "svnmucc --config-dir
/non/existent/directory ..."
  and wonder why svnmucc doesn't prompt again for the above information

Suggested patch against trunk attached.

[[[
Make svnmucc honor option --config-dir for auth stuff.

* tools/client-side/svnmucc/svnmucc.c
  (create_ra_callbacks) Add parameter config_dir, pass it to
svn_cmdline_create_auth_baton.
  (execute) Pass config_dir to create_ra_callbacks.
]]]


Cheers, Roderich

Attachment: svnmucc.patch
Description: Binary data

Reply via email to