You are not logged in.

#1 2006-10-09 20:41:29

microft
Member
From: Portugal
Registered: 2006-09-16
Posts: 29

SVN + SSL problem

Hi, I'm trying to install SVN with SSL.

I've been following the tutorial in the wiki to the letter.
but I get an error in one of the final steps:

[root@papadocs test]# svn import -m "Initial import" https://papadocs.di.uminho.pt/svn/test/
svn: PROPFIND request failed on '/svn/test'
svn: PROPFIND of '/svn/test': Server certificate was missing commonName attribute in subject name (https://papadocs.di.uminho.pt)

Any help is welcome.

Offline

#2 2006-10-09 22:03:34

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: SVN + SSL problem

$ svn help import
import: Commit an unversioned file or tree into the repository.
usage: import [PATH] URL

In your version, you're missing the local path that you want to import in to the repository...

Offline

#3 2006-10-09 22:22:38

microft
Member
From: Portugal
Registered: 2006-09-16
Posts: 29

Re: SVN + SSL problem

then this:
http://wiki.archlinux.org/index.php/Sub … he_Project
is wrong, isn't it? what commando should i do there?

Offline

#4 2006-10-09 22:46:37

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: SVN + SSL problem

Doh...you're right, according to those instructions, that should work fine since it looks like the path defaults to the current directory when using <code>svn import</code>.  You error looks more like an issue with the SSL certificate problem.  Did you account for the fact that the wiki puts the repositories in a "repositories" directory, so you'd need:

svn import -m "Initial import" https://papadocs.di.uminho.pt/svn/repositories/test/

If that solves your problem, then yes, the wiki is wrong on that last command.

Offline

#5 2006-10-09 23:47:27

microft
Member
From: Portugal
Registered: 2006-09-16
Posts: 29

Re: SVN + SSL problem

when I try

http://wiki.archlinux.org/index.php/Subversion_Setup#Import_the_Project

the error is the same, I think the problem is in the key generation.
What parameters/input should I give when openssl asks?

Offline

#6 2006-10-11 21:41:01

microft
Member
From: Portugal
Registered: 2006-09-16
Posts: 29

Re: SVN + SSL problem

SOLVED
The problem was that I was givin openssl the wrong data when generating the key.

Offline

#7 2006-10-12 00:34:19

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: SVN + SSL problem

DOH...fogot to check back in with ya.  Glad you figured it out  big_smile

Offline

Board footer

Powered by FluxBB