/ Published in: Groovy
Expand |
Embed | Plain Text
#!/usr/bin/env groovy // Add all new files in working dir into svn // Usage svnadd.groovy [working_dir] matcher = (line =~ /^\?\s+(.+)$/) } }
You need to login to post a comment.
thebugslayer on 09/23/07
2 people have marked this snippet as a favorite
#!/usr/bin/env groovy // Add all new files in working dir into svn // Usage svnadd.groovy [working_dir] matcher = (line =~ /^\?\s+(.+)$/) } }
You need to login to post a comment.