Re: SVN commit does nothing
From: Eric Johnson <eric_at_tibco.com>
Date: Tue, 10 Mar 2015 08:32:04 -0700
After you have created repositories, do you see them listed when you browse
Also, try checkout and commit directly on the machine (as the same user
Eric
On Mar 10, 2015, at 7:53 AM, "pascal.sandrez_at_freescale.com" <
Hi
I recently installed svn module (1.8.11) for apache (2.2.24). I compiled
I can create repository with svnadmin or copy repository from existing
Repository checkout or update is working fine using tortoise or command
BUT commit does nothing. When I try to commit existing or new file, from
My configuration is like this:
LoadModule dav_module lib/httpd/modules/mod_dav.so
LoadModule dav_fs_module lib/httpd/modules/mod_dav_fs.so
LoadModule dav_svn_module libexec/mod_dav_svn.so
LoadModule authz_svn_module libexec/mod_authz_svn.so
DavLockDB "/opt/amon/var/DavLock"
<Location /svn>
DAV svn
SVNParentPath /opt/amon/var/www/svn
SVNListParentPath On
</Location>
Apache user and group is the same as user creating the repository.
After few days searching I don’t see anything else to do, what could I
Thanks for your help!
Regards
Pascal
|
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.