#92: zip command exclude .svn directories

Solved!
I am looking for the command line incantation for zip to package up a .zip file but exclude any .svn metadata directories and files. I used --exclude=.svn/* but it doesn't seem to work.

#58: reverting a single svn revision

Solved!
How have I gone this long without know how to do this...

#49: Subversion 1.6.2 explodes on first network access

Solved!
After compiling Subversion 1.6.2 from source on OS X 10.5 Leopard, the compilation is apparently successful, but svn dies when it tries to connect to the network for the first time. Crash log reports that symbols are missing from libneon.dylib. Crash report...

#38: Migrate an SVN repository

I need to move an SVN repository from http://svn.foo.com to http://svn.bar.com . I also have a working copy, checked out from foo.com, that has changes. I have a svndump of the last revision at foo.com. However, I no longer have commit access to foo.com...

#6: SVN directory is viewable through Apache

Solved!
Contents of .svn directories, when located under an Apache web root, are viewable via a browser. This leads to potential exploits, as referenced by Adam Gotterer. The hack obviously starts in .svn directory, specifically at the entries file. You can access...