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

Re: Install Subversion on Gentoo Help

From: Kevin Williams <kevin_at_bantamtech.com>
Date: 2004-12-20 22:07:39 CET

I run the Subversion ebuild on Gentoo. I did not try to move the
ebuild's repository location to somewhere else, though. I would guess
it's a permission problem, if the svn group does not have write
permission. I just run "chmod -R 775 /path/to/svn/repository" and chmod
-R g+s /path/to/svn/repository" and it works. I added my user and apache
to the svn group.

HTH

Nicholas Pappas wrote:
> Hello all.
>
> Does anyone have subversion running on Gentoo using the ebuild? I
> am trying to install subversion at the moment, but have run into a few
> problems -- or am not understanding why things are not working at the
> moment.
> After building the package I make a symbolic link from
> /var/svn->/svn, which is its own partition. I then ran the config
> option from the ebuild, which created all the files and gave them
> 'apache' user and group permissions.
> Now, I can not import a new project (svn import...) as my user
> account, although it is part of the apache group -- but root can add a
> project. I can not checkout (svn checkout...) any files as my user either.
> This is the error I get when trying to check out the project that
> root added:
>
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///svn/repos/trunk'
> svn: Berkeley DB error while opening environment for filesystem
> /svn/repos/db: Permission denied
>
> Based on the permissions (rwxr-xr-x) I can see why I might be
> getting this error, but I do not understand at the same time. Who
> exactly should be able to import/checkout on a default install?
> I've been looking over the following guides in an effort to get it
> working:
> http://gentoo-wiki.com/HOWTO_Subversion
> http://svnbook.red-bean.com/en/1.1/svn-book.html
> The Gentoo-Wiki is nice, but it talks about installing a personal
> repository. While this would be acceptable for my situation, I'd like
> to avoid it just because I'd rather have it installed as it would by
> default.
> Any help is figuring out the steps I need to get the repository
> working, and letting my user account (and say, any other user account I
> create in the future) the ability to import and checkout, would be
> greatly appreciated!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

----------
Scanned for viruses by ClamAV

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 20 22:30:52 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.