'svn co http://' fails
From: Sebastian Bergmann <lists_at_sebastian-bergmann.de>
Date: 2002-06-23 12:16:37 CEST
I have setup Apache 2.0.40-dev with mod_dav and mod_dav_svn and
sb@wopr-mobile:~> svnadmin create /usr/local/svn/test
and imported some files
sb_at_wopr-mobile:~> svn import file:///usr/local/svn/test /home/sb/test
Checking out the repository using
sb_at_wopr-mobile:~> svn co file:///usr/local/svn/test
works, but
sb_at_wopr-mobile:~> svn co http://localhost/svn/test
results in the following error
svn_error: #21054 : <General filesystem error>
svn_error: #21054 : <General filesystem error>
What could be going wrong here?
mod_dav and mod_dav_svn are installed and activated, the following
<Location /svn/test>
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Jun 23 12:22:19 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.