Created
April 15, 2014 03:18
-
-
Save tg123/10699282 to your computer and use it in GitHub Desktop.
set svn:ignore like git ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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