source:
autobuild/scripts/cleanunknown
@
1183
| Last change on this file since 1183 was 1183, checked in by moo, 6 months ago | |
|---|---|
|
|
| File size: 133 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | [ -z "$1" ] && exit "Usage: $0 path" |
| 3 | for dir in "$@"; do |
| 4 | svn st "$dir" | while read u file; do |
| 5 | rm -f "$file" |
| 6 | done |
| 7 | done |
Note: See TracBrowser
for help on using the repository browser.

