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

Re: Administering multiple repositories

From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2004-10-08 13:47:27 CEST

Kevin Jones kevinj-at-develop.com |Lists| wrote:
> I just want to make sure I don't screw myself
> completely in the future if/when I decide to change things)

Keep in mind, that you can always later change the owner of every file
in the repository with:

chown -R newuser:newgroup /path/to/repos

, if you decide something else later. See 'man chown'.

So worry about how you want it now. There are no long-term implications.

Peter

P.S: If you want svn+ssh access at some point, keep in mind that these
svn+ssh users will get at the repository as each their own user. (What
we've done is to setup a 'subverison' group. Make the repository owned
by an owner of that group. Make sure that every user accessing the
repository is a member of that 'subversion' group and has a umask of
002. Last:
'chmod -R ug+wr /path/to/repository')

-- 
Peter Valdemar Mørch
http://www.morch.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 8 13:47:51 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.