Hello Gunnar!
In racallback.c around line 58 you can find this:
/* Set up Authentication stuff. */
STOPIF_SVNERR( svn_cmdline_setup_auth_baton,
(&cb__cb_table.auth_baton,
!(isatty(STDIN_FILENO) && isatty(STDOUT_FILENO)),
opt__get_int(OPT__AUTHOR) ?
opt__get_string(OPT__AUTHOR) : NULL,
NULL, /* Password */
NULL, /* Config dir */
1, /* no_auth_cache */
cfg,
NULL, /* cancel function */
NULL, /* cancel baton */
pool)
);
Does it help if you set some value for the configuration directory, which is
currently passed as NULL?
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]