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

RE: [LINUX] How to launch svnserve process with another user than 'root' ?

From: Steve Fairhead <steve_at_fivetrees.com>
Date: 2006-08-31 00:30:41 CEST

Jim Weir said:
>>
I'm pretty new at this so I guess an easy way for me to take care of this is
to, delete old repository as 'root'
login as user "svn"
create the new repository

Is this right?
<<

Well, you could. But you can also use the chown command (as others have
said) to change the ownership of the current repository.

Assuming that user and group svn exist:
chown -R /path/to/repo

The -R (which means "do the whole file hierarchy") really does need to be
upper-case. To see the manual page:
man chown

Seems to me you could benefit from doing some reading up on Unix ;).

Steve
http://www.sfdesign.co.uk
http://www.fivetrees.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 31 00:32:43 2006

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.