Tag expansion is no longer needed (svn handles them correctly).

Add svn command to diff against vendor branch.
This commit is contained in:
Dag-Erling Smørgrav 2008-08-01 01:05:27 +00:00
parent a84fceb333
commit 539f0548f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181096

View file

@ -10,11 +10,5 @@ done
cat tags |
xargs perl -n -i.orig -e 'print; s/\$(Id|OpenBSD): [^\$]*/\$FreeBSD/ && print'
# Shell code to reexpand FreeBSD tags
cat tags | while read f ; do
id=$(cvs diff $f | grep '\$Fre[e]BSD:' |
sed 's/.*\(\$Fre[e]BSD:.*\$\).*/\1/') ;
if [ -n "$id" ] ; then
sed -i.orig -e "s@\\\$Fre[e]BSD\\\$@$id@" $f ;
fi ;
done
# Diff against vendor branch
svn diff --no-diff-deleted --old=$FSVN/vendor-crypto/openssh/dist/ --new=.