Skip to content

Instantly share code, notes, and snippets.

@tg123
Created April 15, 2014 03:18
Show Gist options
  • Save tg123/10699282 to your computer and use it in GitHub Desktop.
Save tg123/10699282 to your computer and use it in GitHub Desktop.
set svn:ignore like git ignore
#!/bin/bash
for i in {`svn ls | grep /`,'.'}; do
svn ps svn:ignore $i -F .svnignore
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment