repo.or.cz
/
cvs2svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a test case for IgnoreSymbolTransform.
[cvs2svn.git]
/
cvs2svn_rcsparse
/
update.sh
blob
c1e65b77f1750793cea81ee7082b897460e40902
1
#!/bin/sh
2
3
set -ex
4
5
VIEWVC_REPOS
=
"http://viewvc.tigris.org/svn/viewvc"
6
7
# Update the rcsparse library from ViewVC
8
svn
export --force
"
$VIEWVC_REPOS
/trunk/lib/vclib/ccvs/rcsparse"
.
9