ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff.sh
Revision: 497
Committed: 2012-02-19T17:36:49-08:00 (13 years, 4 months ago) by douglas
Content type: text/x-sh
File size: 266 byte(s)
Log Message:
Use ISO 8601 basic format instead of extended format since Windows is unhappy when I try to select a file with ':'s to attach in Thunderbird.


File Contents

# 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 nomodeline
9 (cd $category; diff -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff
10 modeline
11 svn add $diff

Properties

Name Value
svn:executable *