How to: Ignore all files in a directory (folder) with subversion
The ignore command for subversion can be confusing. Ignoring certain files types is pretty easy:
but ignoring folders is tricky and was giving me headaches for a while. I was using file_column (in Rails) to save uploaded photos and whenever I did a svn status I would get a list of all my test uploads:
Which made it hard to find files I wanted to add. Here’s how to ignore a directory:




Like this post? subscribe to the feed.






Thank you very much. You made my day
Comment by serkanyersen — February 5, 2008 @ 6:26 am
Thanks buddy.. it help me lot.
Comment by Gaurav — March 25, 2008 @ 4:14 am