RE: Clarification Needed
From: rajesh k <rajesh_k08_at_infosys.com>
Date: Thu, 7 May 2009 09:18:24 +0530
Dear sir/madam,
I used the following path and tried creating adding the location.
svn://10.**.***.**/Repositories/myNet
ERROR- Error validating location "org.tigris.subversion.javahl.ClientException: Couldn't find a repository
svn: No repository found in 'svn://10.**.***.**/Repositories/myNet'
Let me know if it can be rectified.
Thanks,
From: Bob Archer [mailto:Bob.Archer_at_infor.com]
>I created a new repository and also a service using svnserve. I tried adding >locations by giving the URL as
>- http://10.**.***.**/Repositories/myNet
If you are using svnserve you need to use the svn:// protocol, not http:// try:
svn://10.*.*.*/Repositories/myNet...
Also, depending on how you may or may not need to use /Repositories in your URI.
BOb
From: Rajesh Krishnamoorthy08
Dear sir/madam,
I created a new repository and also a service using svnserve. I tried adding locations by giving the URL as
- http://10.**.***.**/Repositories/myNet
ERROR - Error validating location "org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: PROPFIND request failed on '/'
svn: PROPFINDof '/':405 Method Not Allowed (http://10.**.***.**/)
- https://10.**.***.**/Repositories/myNet
ERROR - Error validating location "org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: PROPFIND request failed on '/Repositories/myNet'
svn: PROPFINDof '/Repositories/myNet' : could not connect to server(https://10.**.***.**/)
- svn://10.**.***.**/Repositories/myNet
ERROR- Error validating location "org.tigris.subversion.javahl.ClientException: Couldn't find a repository
svn: No repository found in 'svn://10.**.***.**/Repositories/myNet'
Please assist. The repository is in a shared folder named "Repositories" in C drive.
Rajesh Krishnamoorthy,
CME.
**************** CAUTION - Disclaimer *****************
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.