working copy is web-accessible, .svn/auth/* retrievable
From: Alexis Huxley <ahuxley_at_gmx.net>
Date: 2003-01-07 17:16:15 CET
Hi
A Subversion and/or Apache problem:
I've got my homepage stored in Subversion; that is I run:
svn co http://blah.blah/svn/homepage ~/public_html
For various reasons I don't want to 'make install' my homepage to
The problem is that I can retrieve .svn/auth/{username,password}
I'm can see that this isn't strictly a purely Subversion question,
I'm wondering what my options are.
I could do a 'make install' but this is going to be a real pain for
I could run a 'find . -name .svn | xargs chmod', but this is too much
I could put a <Document> entry in httpd.conf to limit access to this,
I could do 'store-password = no', but then I'll be asked for a password
Feel free to tell me that I *have* to use one of the above solutions,
... the perfect solution for me would be to say in the top-level .htaccess
Can anybody suggest any other options? Thanks!
Alexis
---------------------------------------------------------------------
|
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.