SVN authentication

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

SVN authentication

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SVN authentication

Post 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
Make sure you have read the HOW TO POST thread
Post Reply