Hook for pre-checkout?
From: Rogers, Donald <Donald.Rogers_at_openpolytechnic.ac.nz>
Date: 2005-07-27 05:15:11 CEST
We have a repository where it is imperative that individual users not be able to read others' files.
<Location /subversion/xml_dev>
<Location /subversion/xml_dev/100>
<Location /subversion/xml_dev/200>
<Location /subversion/xml_dev/300>
Now this works fine in Firefox browser. testuser3 can browse to xml_dev and can see the folders 100, 200, 300, but cannot browse into 100, 200, only into 300. Great.
The problem is that when testuser3 checks out xml_dev repository using Tortoise, he gets the whole lot, including 100, 200, 300 and all the files therein. IMHO that is a bug.
I thought of using a hook script to prevent checking out at the xml_dev level, but there appears to be no hook for checkout. Is there a known workaround for this problem?
Donald Rogers
---------------------------------------------------------------------
|
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.