Hi,
I just switched to subversion and it rocks! Just have
a small problem after trying to install svn on a new
server. Checkout works fine, but getting the
following error when trying to commit:
//
--------------------------------------------------------------------
Error Commit failed(details follow):
Error PROPFIND request failed on
'/svn/ccr/trunk/doc/SYNC.txt'
Error PROPFIND of '/svn/ccr/trunk/doc/SYNC.txt':200 OK
(http://www.ourdomain.org)
I did notice the following two configure warnings. I
compiled the latest swig so that warning went away. I
dont know if the expat warning really is a problem?
//
--------------------------------------------------------------------
configure: WARNING: Detected SWIG version 1.3.21
//
--------------------------------------------------------------------
libtool: link: warning:
`/usr/lib/gcc/i386-redhat-linux/3.4.5/../../..//libexpat.la'
seems to
be moved
Here are all my configure settings:
//
--------------------------------------------------------------------
configure-apache-2.0.59.sh
./configure \
--enable-so \
--enable-dav \
--enable-ssl \
--with-dbm=db4 \
--with-berkeley-db=/usr/local/BerkeleyDB.4.3 \
--enable-info \
--enable-rewrite \
--enable-cgi
//
--------------------------------------------------------------------
configure-bdb4.3.29.sh
cd /source/db-4.3.29/build_unix
../dist/configure
//
--------------------------------------------------------------------
configure-neon-0.25.sh
./configure \
--with-ssl=openssl \
--with-libs=/usr/local
//
--------------------------------------------------------------------
configure-svn-1.4.sh
./configure \
--with-neon=/usr/local/ \
--with-ssl \
--with-apxs=/usr/local/apache2/bin/apxs \
--with-apr=/usr/local/apache2 \
--with-apr-util=/usr/local/apache2 \
--with-dbm=db4 \
--with-berkeley-db=/usr/local/BerkeleyDB.4.3
//
--------------------------------------------------------------------
configure-swig-1.3.29.sh
./configure
//
--------------------------------------------------------------------
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /svn/ccr>
DAV svn
SVNPath /home/svn/repos/ccr
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile /usr/local/apache2/conf/dav_svn.passwd
Require valid-user
</Location>
And here is my subversion version:
//
--------------------------------------------------------------------
[root@server ~]# svn --version
svn, version 1.4.0 (r21228)
compiled Oct 4 2006, 08:33:09
Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see
http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are
available:
* ra_dav : Module for accessing a repository via
WebDAV (DeltaV)
protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the
svn network
protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on
local disk.
- handles 'file' scheme
Could not find an answer in the mailinglist or google.
Can anyone please help me before I go on
unemployment??
Thanks, Jeff
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 5 17:49:21 2006