Category Archives: Development

Temporarily excluding files from Subversion commit

4
Filed under Development
Tagged as , , ,

Recently I needed a convenient way to exclude some files from an svn commit. All the googling I made returned suggestions to use svn:ignore property but that was not what I was looking for. I need to keep some versioned files from committing.  Later on, I decided to practice some bash programming and made a small script which does what I want. Here it comes, in case anybody else needs it too.