Revision: | 566 |
Committed: | 2013-03-31T12:57:23-07:00 (12 years, 3 months ago) by douglas |
Content type: | text/x-sh |
File size: | 290 byte(s) |
Log Message: | That isn't necessary any more. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 12 | #!/usr/local/bin/bash |
2 | |||
3 | source "`dirname $0`/common.sh" | ||
4 | |||
5 | douglas | 497 | diff="diff/$category_port/$port.`date -u +%Y-%m-%dT%H%M%SZ`.diff" |
6 | douglas | 12 | |
7 | douglas | 494 | svnmkdir `dirname $diff` |
8 | douglas | 562 | sanitize_freebsd_ids |
9 | douglas | 566 | (cd $category; diff -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff |
10 | douglas | 562 | unsanitize_freebsd_ids |
11 | douglas | 494 | svn add $diff |
Name | Value |
---|---|
svn:executable | * |