[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Could svn check permissions?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-09-07 02:29:38 CEST

Jack Repenning wrote:
> "Not a competent admin, yet has root access" is a scary combination I'm
> not sure I want to deal with!

It's the unfortunate reality. There are many people who hear "Linux is so easy
to use now!" and don't understand that once you open that shell prompt, it is no
easier now than it was 10 years ago.

> If that includes "--user," then the user stuff need no longer be
> _remembered._

Like this?

$ ./svnadmin create --help
create: usage: svnadmin create REPOS_PATH

Create a new, empty repository at REPOS_PATH.

Valid options:
   --on-disk-template arg : specify template for the on disk structure
   --in-repos-template arg : specify template for the repository structure
   --bdb-txn-nosync : disable fsync at transaction commit [Berkeley DB]
   --config-dir arg : read user configuration files from directory ARG
   --user-id arg : create repository for exclusive access by user ARG
   --group-id arg : create repository for shared access by group ARG

I'm familiarizing myself with the source-code at the moment. I've figured out
how to add the options, now I have to write the code to do something with the
options! ;~)

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 7 02:30:05 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.