Thank's but for Interest only It seems that the subclibse can't handle the client certification the list command report the error
list -r HEAD https://svn.apache.org/repos/test
RA layer request failed
svn: PROPFIND request failed on '/repos/test'
svn: PROPFIND of '/repos/test': Server certificate verification failed: issuer is not trusted (https://svn.apache.org)
Interesting. I think that the certificate is self signed, thus it would not verify. But can't you just tell it to ignore that?
Upayavira
Klaus
Antonio Gallardo wrote:
Klaus Bertram dijo:
I try it as normal user with the subclipse plugin in eclipse but I don't see any files at https://svn.apache.org/repos/test (with a browser it worked after an error message) I try to use http://svn.apache.org/repos/test That works and i can checkout files and projects
Yep. We forgot to tell that. Thanks for pointing out it.
Non-committer users should use the http link:
http://svn.apache.org/repos/test
The https repository is reserved for committers. In this case:
https://svn.apache.org/repos/test
If a committer already downloaded the repository using the http link, they
can switch to the https repository using:
svn sw --migrate http://svn.apache.org/repos/test https://svn.apache.org/repos/test (the above svn command in one line).
Best Regards,
Antonio Gallardo
