Subversion Notes

| | Comments (0) | TrackBacks (0)
Add to delicious Digg This Add to My Yahoo! Add to Google Add to StumbleUpon

Notes to self about subversion.

To get the permssions right read the following.

RedBook

What follows is probably a butchers job.

#!/bin/sh
REPO=/usr/local/subversion

if [ -d $REPO ]; then
echo "Repository already exists"
exit 1;
fi

mkdir $REPO
chown svn:svn $REPO
chmod +s $REPO
chmod g+w $REPO

svnadmin create --fs-type fsfs $REPO

cd $REPO
chmod g+w db
chmod g+w db/transactions
chmod g+w db/write-lock
chmod g+w db/revs/
chmod g+w db/revs/*
chmod g+w db/revprops
chmod g+w db/revprops/*

0 TrackBacks

Listed below are links to blogs that reference this entry: Subversion Notes.

TrackBack URL for this entry: http://www.hjackson.org/mt/mt-tb.cgi/198

Leave a comment

About this Entry

This page contains a single entry by Harry published on July 24, 2005 2:39 AM.

Abbey Business Account Shambles was the previous entry in this blog.

ssh Notes is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.01