Way back in http://drupal.org/node/29344#comment-57796 morbus *tried* to fix our .htaccess file to prevent folks from seeing stuff in your CVS directories [1]. ;) However, he missed a few files, namely "Tag" (important) and "Template" (which we never use, so it'll always be empty, but still).
So, for example, anyone can see exactly what branch (and if folks checkout directly from release tags) exact version of drupal code you're running on any site deploying from CVS. for example:
http://drupal.org/CVS/Tag
http://drupal.org/modules/CVS/Tag
http://drupal.org/modules/project/CVS/Tag
http://scratch.drupal.org/modules/devel/CVS/Tag
...
This file will be empty on workspaces checked out from HEAD, but those will most likely be the exception, not the rule for drupal deployments from CVS.
Attached patch applies cleanly to HEAD, but fails in DRUPAL-4-7 (since we added "info"). I'll post a 4.7.x patch momentarily.
Thanks,
-Derek
[1] I'm just kidding... Morbus and I were joking in IRC... no offense intended. ;)
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | htaccess_cvs_tag_4_6.patch.txt | 601 bytes | dww |
| #1 | htaccess_cvs_tag_4_7.patch.txt | 649 bytes | dww |
| htaccess_cvs_tag_HEAD.patch.txt | 666 bytes | dww |
Comments
Comment #1
dwwhere's the 4.7 version
Comment #2
morbus iffThis patch is correct, but I'll only +1 if someone besides dww submits it. ;)
Comment #3
drummCommitted to HEAD.
Comment #4
dwwpatch #1
Comment #5
killes@www.drop.org commentedapplied
Comment #6
dwwdunno if anyone's still committing to 4.6.x, but if so, here's the patch. ;)
otherwise, please set this back to 4.7.x/fixed.
thanks,
-derek
Comment #7
killes@www.drop.org commentedapplied
Comment #8
(not verified) commented