Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] subversion




Peter Miller wrote:
I'm trying to get a

    svn commit --non-interactive

command to work automatically in the background from a script.  But svn
barfs, saying

    svn: Commit failed (details follow):
    svn: Can't get password

It doesn't fail when I run the script in the foreground.
What is the correct way to do this?


thats really strange, but have you tried to supply the username/password at the command line? there is an parameter for each of them and this should work.

svn uses an authentication cache stored in the subdir ~/.subversion/auth/ in the users homedir. is there a corresponding cache file (usually in the dir svn.simple)?

br, gottfried