This is with Subversion r4489 (client and server). I checkout a working
copy:
$ svn co http://svn/sandbox/quixote quixote_dav
A quixote_dav/setup.py
[...]
A quixote_dav/demo
A quixote_dav/demo/demo.cgi
A quixote_dav/demo/upload.cgi
A quixote_dav/demo/forms.ptl
A quixote_dav/demo/widgets.ptl
A quixote_dav/demo/demo_scgi.sh
A quixote_dav/demo/integer_ui.py
A quixote_dav/demo/session.ptl
A quixote_dav/demo/demo_scgi.py
A quixote_dav/demo/pages.ptl
A quixote_dav/demo/run_cgi.py
A quixote_dav/demo/session_demo.cgi
A quixote_dav/demo/demo.conf
A quixote_dav/demo/__init__.py
[...]
Checked out revision 20347.
Remove a sub-directory and run up
$ cd quixote_dav
$ rm -rf demo
$ svn up
A demo
A demo/demo_scgi.py
A demo/integer_ui.py
A demo/session.ptl
A demo/demo_scgi.sh
A demo/forms.ptl
A demo/widgets.ptl
A demo/demo.cgi
A demo/upload.cgi
A demo/__init__.py
svn: A checksum mismatch occurred
svn: apply_window: checksum mismatch after applying text delta
(demo/.svn/tmp/text-base/session_demo.cgi.svn-base):
expected checksum: 61efb9192dd8ea0a3b62dbd1b58b76cb
actual checksum: 9e2815ffac145e86f75eed8f9372d39c
The session_demo.cgi has the svn:keywords set to HeadURL Id (but so
does demo.cgi and friends). The problem does not present itself if I
use ra_svn.
If someone can tell me how to make part of a repostitory readable I can
make the quixote directory available. I tried:
Location /repos
DAV svn
SVNPath /data/subversion/repository
AuthType Basic
AuthName Subversion Repository
AuthUserFile /data/subversion/passwd
LimitExcept GET PROPFIND OPTIONS REPORT
Require valid-user
/LimitExcept
order deny,allow
deny from all
allow from 127.0.0.1 10.27.0.0/16
/Location
# read-only access to Quixote
# This doesn't work, svn accesses /repos/!svn.... Argh!
Location /repos/trunk/quixote
allow from 0.0.0.0/32
/Location
That doesn't work. Is there some way to do it?
Neil
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:06:41 2006