I came across an interesting question on Server Fault recently:
I’m doing svn update to update the code for my php website, but it leaves
.svn/
folders all over.I think its dangerous to leave those files publically readable, but its very easy to update the system.
Is there a way to use
svn update
to update the system, but not to export the.svn/
folders?
Solid answer, too.