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

svnadmin create from php doesn't work on RH linux machine

From: M. Verkerk <m.verkerk_at_erasmusmc.nl>
Date: 2005-06-28 15:55:24 CEST

Dear all,

I have this php script which should create a new repository. From the
script I execute the following, which doesn't work on this particular
machine (redhat enterprise 4):

exec("svnadmin create /reposloc/repository");

But, dumping DOES work:

exec("svnadmin dump /reposloc/repository > /reposloc/output.dump");

I know this could be a php question, but anyway. I've made sure that:

- The home directory of apache is writable to the apache user (maybe for
the .subversion directory)
- The repository location is writable to the apache user and the empty
directory exists
- php is not running in safe mode
- the newest stable versions of php, apache and subversion are installed

Thanks in advance!

Marijn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Tue Jun 28 15:57:54 2005

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.