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 change has occurred on mod dav svn
did you also upgrade httpd and/or openssl at the same time?

After svn servers migration, we have installed openssl on the web frontal
machines(web server relocate all 443 request to SVN servers via apache mod
proxy module).This automatically upgraded some modules of apache (ex: mod
ssl).



Regards


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 'https://svn-repo:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
 - The certificate hostname does not match.
Certificate information:
 - Hostname: T02PROD
 - Valid: from Nov 11 07:23:00 2013 GMT until Nov 11 07:23:00 2014 GMT
 - Issuer: SomeOrganizationalUnit, SomeOrganization, SomeCity, SomeState,
-- (root@T02PROD)
 - Fingerprint: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
(R)eject, accept (t)emporarily or accept (p)ermanently? p

After accepting certificate, nothing shows and it remains planted until I
tape* 'Ctrl + C* to cancel it.

Before upgrading svn server version, this problem never shows up and when I
tought that is was related to the upgrade, I found that from one of the
machines, where installed version 1.6 of svn client, accessing svn repo
works fine.

The only thing that comes in mind seeing this is that there is some sort of
incompatibility between svn client 1.7 and svn server 1.8, but I'm not
sure, it may be also because something is missing in my svn client
installation.


Hope you could help me solving this issue.

Thanks in Advance


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 the issue.


I've tried many suggestions but none would work :s, I hope through
your help I can solve this.

Thanks in advance.




Regards,

Mehdi
ERROR: Failed to check out https://svn-repo.com/svn/repos/pac/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT 
/svn/repos/pac/!svn/vcc/default failed
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:379)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:364)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:352)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:708)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:335)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289)
at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.updateInternal(SvnNgAbstractUpdate.java:192)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.update(SvnNgAbstractUpdate.java:76)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:752)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:14)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:9)
at 
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
at 
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
at 
org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)
at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291)
at 
org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777)
at 
hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99)
at 
hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153)
at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2387)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at hudson.remoting.Engine$1$1.run(Engine.java:58)
at java.lang.Thread.run(Thread.java:595)
Caused by: svn: E175002: REPORT /svn/repos/pac/!svn/vcc/default failed
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
... 33 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request 
failed on '/svn/repos/pac/!svn/vcc/default'
svn: E175002: SSL peer shut down incorrectly
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:754)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373)
... 32 more
Caused by: svn: E175002: REPORT request failed on 
'/svn/repos/pac/!svn/vcc/default'
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:752)
... 33 more
Caused by: svn: E175002: SSL peer shut down incorrectly
at 
org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:109)
at 

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


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 value (403 Forbidden) in response to
PROPFIND request for '/svn/repos/simpeTest/trunk/2_developpement'*

Here are the credentials i'm using to access this repo:
*Login* : svc-generic
*Password *: !SVN2012$

PS: the same command was working, i was able to ckeck out source code with
these credentials and this error has just occurs, If you could take a look
a this? :)


Thanks in advance


Regards
Mehdi