File: map_diff.sh

package info (click to toggle)
edgar 1.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 227,860 kB
  • sloc: ansic: 93,832; sh: 388; makefile: 185; xml: 88
file content (6 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
#!/bin/bash
svn diff https://github.com/riksweeney/edgar/tags/$1/data/maps https://github.com/riksweeney/edgar/trunk/data/maps --diff-cmd diff -x -uw >map_diff.diff
svn diff https://github.com/riksweeney/edgar/tags/$1/src https://github.com/riksweeney/edgar/trunk/src --diff-cmd diff -x -uw >src_diff.diff
svn diff https://github.com/riksweeney/edgar/tags/$1/data/scripts https://github.com/riksweeney/edgar/trunk/data/scripts --diff-cmd diff -x -uw >script_diff.diff
svn diff https://github.com/riksweeney/edgar/tags/$1/data/patch https://github.com/riksweeney/edgar/trunk/data/patch --diff-cmd diff -x -uw >patch_diff.diff
svn diff https://github.com/riksweeney/edgar/tags/$1/locale https://github.com/riksweeney/edgar/trunk/locale --diff-cmd diff -x -uw >locale_diff.diff