Koozali.org: home of the SME Server

SVN subversion on SME9?

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #15 on: July 27, 2015, 11:07:49 PM »
What is the output

rpm -qa pwauth

pwauth-2.3.10-5.el6.sme.x86_64

On 64bit

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SVN subversion on SME9?
« Reply #16 on: July 27, 2015, 11:32:53 PM »
Code: [Select]
yum install http://mirror.de-labrusse.fr/Sme-Server/smeserver-subversion/smeserver-subversion-1.7-3.el6.sme.noarch.rpm --enablerepo=smecontribs
signal-event post-upgrade; signal-event reboot

tested on a 64 bit, I have forgotten that the path to pwauth is different between sme8 and sme9, keep me in touch
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #17 on: July 28, 2015, 08:13:00 AM »
Seam to be working now :-)

Will install it on my production server and start using it to see if other problems appear!

Thank you so much for the support. I will update the Wiki soon.

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #18 on: July 28, 2015, 12:32:52 PM »
Found a small problem I think!

If I disable modDAVSVN I am unable to access the repository with https - think this is wrong if I have understood the concept correctly. E.g. modDAV is still enabled.

Am I correct in the assumption that modDAV is for http(s) and modDAVSVN is for the special protocol SVN?

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SVN subversion on SME9?
« Reply #19 on: July 28, 2015, 01:05:32 PM »
I don't know take a look to the http.conf (sort by the name of your repository) from what i recall you can't authenticate if you dont use https.

I'm at my day work i will look tonight
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #20 on: July 28, 2015, 01:12:48 PM »
I don't know take a look to the http.conf (sort by the name of your repository) from what i recall you can't authenticate if you dont use https.

I'm at my day work i will look tonight

It just return an unknown page when I try to access the repo with https:

Not Found

The requested URL /blabla/ was not found on this server.

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SVN subversion on SME9?
« Reply #21 on: July 28, 2015, 06:31:22 PM »
it seems that it is a mandatory

    if ( $modDAVSVNStatus eq 'enabled' ) {

see  /etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28SubversionContent

See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #22 on: July 28, 2015, 06:51:46 PM »
it seems that it is a mandatory

    if ( $modDAVSVNStatus eq 'enabled' ) {

see  /etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28SubversionContent

Why then have the option?

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SVN subversion on SME9?
« Reply #23 on: July 28, 2015, 08:44:53 PM »
Maybe to stop the service of the contrib....but see the description of http://wiki.contribs.org/Subversion it just offers to  use http and https with subversion.

No more.
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SVN subversion on SME9?
« Reply #24 on: July 29, 2015, 09:18:39 AM »
If you can add to the contribs page some usages that could be nice
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #25 on: July 29, 2015, 01:05:15 PM »
If you can add to the contribs page some usages that could be nice

Sure, but have to work everything out myself first ;-)

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #26 on: August 09, 2015, 09:48:01 AM »
Now I have updated the Wiki as good as I can but have found a small error.

In the admin page there is a link that is not valid any more - need an update!

http://subversion.tigris.org to https://subversion.apache.org/

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: SVN subversion on SME9?
« Reply #27 on: August 11, 2015, 03:32:17 PM »
upgrade and report please
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline beast

  • *
  • 245
  • +0/-0
Re: SVN subversion on SME9?
« Reply #28 on: August 13, 2015, 07:38:54 PM »
upgrade and report please

Works fine  :smile: