SVN: Attempted to lock an already-locked dir Error

So you’ve been working hard on your project and you’re ready to check in when all of a sudden Subversion throws you this weird error message: Attempted to lock an already-locked dir. “What the hell is this about?” you ask yourself. Well, Subversion is a really cautious fella and likes to bookkeep all of its transactions. [...]

Tags: , , ,

Ignoring Log Files in Subversion

If you’re like most people, you use Subversion for version control in your Rails app. So let’s say you have your SVN repository all set up, and you’re making changes to your code. Whenever you run your app, things are written to the log file(s). Log files can grow quite large, and they really don’t [...]

Tags: ,