Please log into your user account or create a new one
#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...

yliu