<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>&lt;code&gt;
svn remove log/* --force
svn commit -m "removing all logs from subversion"
svn propset svn:ignore "*.log" log/ --force
svn update log/
svn commit -m "Ignoring all files in /log/ ending in .log"
svn propset svn:ignore "*" tmp/sessions tmp/cache tmp/sockets
svn commit -m "Ignoring all files in /tmp/"
svn remove tmp/*
svn propset svn:ignore "*" tmp/
svn update tmp/
svn commit -m "ignore tmp/ content"
&lt;/code&gt;</body>
  <created-at type="datetime">2009-04-01T01:17:33+03:00</created-at>
  <id type="integer">2</id>
  <permalink>subversion-and-rails-project</permalink>
  <private type="boolean">false</private>
  <title>subversion and rails project</title>
  <updated-at type="datetime">2009-04-01T01:18:24+03:00</updated-at>
  <user-id type="integer">2</user-id>
</post>
