ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff.sh
Revision: 494
Committed: 2012-02-19T14:53:40-08:00 (13 years, 4 months ago) by douglas
Content type: text/x-sh
File size: 268 byte(s)
Log Message:
Move shar and diff files into their own fancy directory structures.


File Contents

# User Rev Content
1 douglas 12 #!/usr/local/bin/bash
2    
3     source "`dirname $0`/common.sh"
4    
5 douglas 494 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 *