Bash rules, yeah.for t in *; do if cd $t; then pwd; svn propset svn:ignore "$t.iml `svn propget svn:ignore`" .; cd ..; fi; done;
2010-01-27
Bulk svn:ignore Idea's .iml files
Pay some attention to the line break just after the .iml, this one is required.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment