Permissions problem. Kept chowning/chmoding the repo until I found the right combo.
Main Topics
Browse All TopicsHaving a ridiculous time getting all of these to play nicely together:
Apache HTTPd 2.2.12
Subversion 1.6.4
WebSVN 2.2.1
I'm having two different problems... I do have HTTPd and Subversion cooperating. I have WebSVN configured, but when I try to browse to the main page, I get the following error:
Please set up a repository path in include/config.php using $config->parentPath or $config->addRepository
The following line IS set in config.php:
$config->parentPath('/Libr
I've also tried these variants:
$config->parentPath('/Libr
$config->parentPath("/Libr
$config->parentPath('/Libr
$config->parentPath("/Libr
$config->parentPath('/Libr
$config->parentPath("/Libr
$config->parentPath('/Libr
$config->parentPath("/Libr
HOWEVER, when I comment the above line out and use the following instead, the main page loads and shows this repository:
$config->addRepository('Te
What am I missing??
Secondly, when I specifiy the specific repositories and try to browse through them, I am given the following error:
Error running this command: /usr/local/bin/svn --non-interactive --config-dir /tmp log --xml --verbose --limit 2 'file:///Library/Subversio
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///Library/Subversio
svn: Can't open file '/Library/Subversion/Repos
Just for the hell of it, I have chmod'ed everything from /Library/Subversion/Reposi
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: TechComposerPosted on 2009-08-08 at 16:59:31ID: 25052204
I tried using this, instead:
ry');
$config->parentPath('/Libra
Strangely, that shows the /Library/Receipts as an available project, but doesn't show anything under /Library/Subversion or below. Both of these seem like a permissions problem to me...