Koozali.org: home of the SME Server

[announce] Two new docs : Subversion HOWTO and NFS HOWTO

Landry

[announce] Two new docs : Subversion HOWTO and NFS HOWTO
« on: April 18, 2006, 12:55:32 AM »
hello all !!

i've took the time to rewrite and polish my notes, so i've written two new howtos for the community :
- One for Subversion, the well-known Concurrent version system. The doc explains how to setup a basic http access to the repository using WebDAV
- One for NFS, to transform your SME into a full Unix network area storage :)

Everything is here:
http://sme.firewall-services.com
Or direct access:
http://sme.firewall-services.com/cgi-bin/index.pl?page=subversion
http://sme.firewall-services.com/cgi-bin/index.pl?page=nfs

I hope these will be useful to some of you :)
Don't hesitate to contact me for any information or feedback.

Landry

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: [announce] Two new docs : Subversion HOWTO and NFS HOWTO
« Reply #1 on: April 18, 2006, 02:56:38 PM »
Quote from: "Landry"
One for Subversion, the well-known Concurrent version system. The doc explains how to setup a basic http access to the repository using WebDAV
http://sme.firewall-services.com/cgi-bin/index.pl?page=subversion

I hope these will be useful to some of you :)
Don't hesitate to contact me for any information or feedback.

Landry


I am working on Subversion too... but would like to implement it into the server manager (just like the ibays), have a basic setup (the configuration of the httpd is done with templates and the internal database) but can not figure out how to create the directories from the server-manager in combination with events (cloning the ibays script seems to fail in my case, probably a lack in my perl knowledge).

I also use a more up-to-date version of subversion (1.3.0) which can be found here: http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/rhel-4/bin/

I use a bit different setup and use the AuthExternal function to make use of users that are configured on the system itself, and use RewriteRules to force SSL if I need it.

I also make use of the configuration/accounts database so I can easily modify the repository users and groups and use it also for holding the settings.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

i4daniels

[announce] Two new docs : Subversion HOWTO and NFS HOWTO
« Reply #2 on: April 18, 2006, 05:29:58 PM »
A good howto, I've installed Subversion a few months ago.

Looking forward to your TRAC howto !

Dan Scannell
www.i4tech.co.uk

Offline jumba

  • *****
  • 291
  • +0/-0
  • Donations: July 2007 - $ 20.00
    • Smeserver på svenska!
[announce] Two new docs : Subversion HOWTO and NFS HOWTO
« Reply #3 on: April 20, 2006, 08:11:12 AM »
Subversion is very interesting!

Do you have any experience in using GUI frontends suitable for typical Windozze developers?

Any experiences / suggestions would be welcome!

Landry

[announce] Two new docs : Subversion HOWTO and NFS HOWTO
« Reply #4 on: April 20, 2006, 09:55:05 AM »
Quote from: "jumba"
Subversion is very interesting!
Do you have any experience in using GUI frontends suitable for typical Windozze developers?
Any experiences / suggestions would be welcome!


I know at least TortoiseSVN, RapidSVN, and maybe Eclipse through a plugin.... but i DON'T have windows users, only me, and i have not used windows since w2k :)

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
[announce] Two new docs : Subversion HOWTO and NFS HOWTO
« Reply #5 on: April 21, 2006, 08:56:38 PM »
Hi Landry looked at the howto for nfs like to install it and use it to export ibays to the internal lan for installing linux systems would this be possible or do you have to export from the export directory.

Thanks in advance.
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Landry

[announce] Two new docs : Subversion HOWTO and NFS HOWTO
« Reply #6 on: April 22, 2006, 12:22:04 PM »
Once you have NFS installed, you can export any directory on the server. you just have to put the right paths in the configuration file /etc/exports.
The howto is clear about that, and you should also read man exports.

Quote
Step 5 : add the directories you want to export in /etc/exports. (Here, i export the entire additional disk to my workstation and my desktop. man exports for more information on the options).