File permissions for this setup
From: Chris Rose <offby1_at_gmail.com>
Date: 2004-11-04 17:13:30 CET
Hello, all
I'm a bit new to svn in specific, and unix adminning in general, and
Ideally what I want to have is a repository owned by a local non-root
I then want the httpd server to be able to access and operate on this
the httpd server runs as user/group apache, but is also in group svn.
At present, I use the following script to make a repository (otherwise
=================
#!/bin/bash
if [ -e $1 ]; then
svnadmin create $1
=================
The thing is, there must be something busted somewhere, because when I
<D:error>
Obviously not the ideal.
I googled for the error, but the best I was able to find was a
The permissions in the db directory (where I've had the most troubles)
all directories in the repository are drwxr-sr-x except db, which is drwxrwsr-x
format and README.txt are -r--r--r-- and -rw-r--r-- respectively.
All this may or may not be moot, if there's a different way to be
Basically, I want to be able to -- as "user" -- create a repo freely,
Can someone help with this?
-- Chris R. ====== Not to be taken literally, internally, or seriously. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Nov 4 17:14:16 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.