#105: swtiching to homebrew screwed up the textmate svn bundle

Solved!
At least under OS X Leopard. Said svn was out of date

#99: Trac reports "Insufficient permissions" when using fine-grained permissions

Solved!
I have a Ubuntu-based Trac installation covering two SVN repositories. Having to share a single Subversion repository with different teams, who shouldn't have access to the other team's code, I had to activate fine-grained permissions using htpasswd and mod_authz_svn...

#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...

#20: Subversion: ignore a version controlled file on commit

For my project, I have several runtime configuration files that differs on each machine it's installed on. Each developer that works on the project needs to make changes to the conf file, but I don't want the developer-dependent, custom settings in their individual...

#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...