repo.or.cz
/
freeciv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
webperimental: killstack decides stack protects.
[freeciv.git]
/
windows
/
installer_msys2
/
cleanup_checkout.sh
blob
252f41075ff278bc85a650d7aa993b87017a8d59
1
#!/bin/sh
2
3
if
test
"x
$VERSION_REVTYPE
"
=
"xgit"
;
then
4
git checkout
$1
/
translations
5
elif
test
"x
$VERSION_REVTYPE
"
=
"xsvn"
;
then
6
cd
$1
/
translations
7
svn revert
-R
.
8
fi