Page 1 of 1

SVN authentication

Posted: Sat Jan 02, 2010 6:00 pm
by marfi
Hi Eran,
I noticed you have changed a way of authentication in SVN plugin. In current CL (3595) I'm not able to commit my code to SVN repository due to authentization failure. Please, could you tell me how can I set my login/pswd in CL now? The error message from SVN plugin is as follows:

Code: Select all

svn  --non-interactive  --config-dir "/home/michal/.codelite/subversion"  commit "src/DiagramManager.cpp"  -m "- Small code clean-up."
svn: Commit failed (details follow):
svn: MKACTIVITY of '/svnroot/wxsf/!svn/act/8b7bc9c2-0562-4d26-9e1e-f4ba76fd677e': authorization failed: Could not authenticate to server: rejected Basic challenge (https://wxsf.svn.sourceforge.net)
Authentication failed. Retrying...

Regards
Michal

Re: SVN authentication

Posted: Sat Jan 02, 2010 6:31 pm
by eranif
What is the content of your /home/michal/.codelite/subversion/config file?

Try erasing your "/home/michal/.codelite/subversion". Also, if you are using Ubuntu 9.10, try upgrading your svn client to 1.6 (from the command line, I can see that you are using old version (1.4 probably))

My guess is that you have an old content in '/home/michal/.codelite/subversion/config' - but I cant be sure about it

Eran