Server sent unexpected return value (403 Forbidden) in response to PROPFIND

2013-05-09 Thread Mehdi Hayani
Hi Team, I'm a newbie in subversion and while trying to checkout source code from an svn repo using "svn co" i get this error and no file is imported! *[user-V1@master test]$ svn co https://svnserver.mycompany.com/svn/repos/simpeTest/trunk/2_developpement* *svn: Server sent unexpected return valu

Re: Server sent unexpected return value (403 Forbidden) in response to PROPFIND

2013-05-10 Thread Mehdi Hayani
Perfect :d, as you said i've removed .subversion/auth content and re-run the same command and it worked Thank you so much for your help ;) Regards Mehdi

Error while checking out sources from SVN using Jenkins SVNkit client

2013-09-18 Thread Mehdi Hayani
Hi team, Recently, I'm getting this error when trying to checkout sources from svn using Jenkins SVNkit client: Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly And this happens at some point during the checkout. I've attached the log file, in case you need more info about

Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-25 Thread Mehdi Hayani
Hi, After upgrading the version of our svn server from 1.7 to 1.8, I'm not able to access from command line, for example, if I run* svn co* followed by the project svn URL here is what I get: [root@FPROD ~]# svn list https://svn-repo/svn/repos/project/trunk Error validating server certificate for

Re: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-26 Thread Mehdi Hayani
Hello, Regarding your question, >When you upgraded the server, did you also upgrade mod_dav_svn only? Or >did you also upgrade httpd and/or openssl at the same time? I've asked the other team and here is their response: >When you upgraded the server, did you also upgrade mod_dav_svn only? No