]> git.pld-linux.org Git - packages/lighttpd.git/blob - branch.sh
- script to make lighttpd-branch.diff
[packages/lighttpd.git] / branch.sh
1 #!/bin/sh
2 svn=svn://svn.lighttpd.net/lighttpd/
3 tag=lighttpd-1.4.18
4 branch=lighttpd-1.4.x
5 svn diff --old=$svn/tags/$tag --new=$svn/branches/$branch > lighttpd-branch.diff
This page took 0.073039 seconds and 4 git commands to generate.