repo.or.cz
/
svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reorganize the output to "svnserve --help".
[svn.git]
/
tools
/
dist
/
download-release.sh
blob
027c9e86fb9d26515ca90738a634c52d4e2d67c1
1
#!/bin/bash
2
BASEURL
=
$1
3
VERSION
=
$2
4
wget
-nc
$BASEURL
/{{
md5
,
sha1
}
sums
,
svn_version.h.dist
,
subversion
{
-deps
,}-
$VERSION
.
{{
zip
,
tar
.bz2
}{
.asc
,},
tar
.gz.asc
}}
5
bzip2
-dk
subversion
{
-deps
,}-
$VERSION
.
tar
.bz2
6
gzip
-9n
subversion
{
-deps
,}-
$VERSION
.
tar
7
md5sum
-c
md5sums
8
sha1sum
-c
sha1sums