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