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

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

Properties

Name Value
svn:executable *