c2NyaXB0OiBtaW5vciBlZGl0Cg==

This commit is contained in:
lovelywcm 2009-03-15 03:00:18 +00:00
parent 37bd48f808
commit 91aa708518

View File

@ -104,5 +104,9 @@ base64 list.txt > gfwlist.txt &&
# "svn ci" and "git commit" are atomic operations
svn ci gfwlist.txt -m $( echo "$*" | base64 -w 0) ||
# "svn ci" may be failed because of connection problems.
git reset HEAD^;
)
git reset HEAD^ 1> /dev/null;
) &&
# BASE++, HEAD++, if committed.
svn update 1> /dev/null;