On Mon, Mar 01, 2004 at 10:38:18AM +0000, Paul Brown wrote:
> We have just started using subversion 1.0 and are coming across the following problem trying to Tag a release, I've done it before but with 0.37. To add to the confusion (or at least to mine) using file:// instead of http:// works.
>
> I've dumped and reloaded the repository this morning and tried again but keep getting the same error, anyone got any ideas what I'm doing wrong ?
>
> (V1.0 server on linux with apache 2.0.48
>
> Thanks
>
> Paul
>
>
>
> nut:~ # svn ls http://www.twi.co.uk/repos/Tags/Crackwise%204
> V0.1/
> V0.2/
> V0.3/
> V0.4/
> nut:~ # svn copy http://www.twi.co.uk/repos/Trunk/Crackwise%204 http://www.twi.co.uk/repos/Tags/Crackwise%204/V0.5 -m "Tagging the 0.5 internal release"
> svn: PROPFIND request failed on '/repos/Tags/Crackwise%204/V0.5'
> svn: PROPFIND of '/repos/Tags/Crackwise%204/V0.5': 200 OK (http://www.twi.co.uk)
>
This would seem to be something to do with either linux or my specific installation as the same repository exported and imported onto windows is fine.
The linux setup is apache 2.0.48, db 4.0.14, subversion-1.0.0
apache configured with ./configure --enable-auth-dbm --enable-ssl --enable-rewrite --enable-dav
subversion configured with ./configure --with-apxs=/usr/local/apache2/bin/apxs
with httpd.conf containing
LoadModule fastcgi_module modules/mod_fastcgi.so
LoadModule perl_module modules/mod_perl.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /repos>
DAV svn
SVNPath /dsk1/repos
AuthType Basic
AuthName "Subversion authentication"
AuthUserFile xxxxxx
require valid-user
SVNAutoversioning on
</Location>
Does anyone have any ideas where I'm going wrong ?
Thanks
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 1 22:42:45 2004