Commit eccec4fe5ed67adf1fce6cbe24757aca2e064b35
- Diff rendering mode:
- inline
- side by side
gm-mirror_vcs
(6 / 4)
|   | |||
| 4 | 4 | #------------------------------------------------------------------ | |
| 5 | 5 | ||
| 6 | 6 | mkdir -p ${BAK_BASE}/vcs-mirror | |
| 7 | |||
| 7 | 8 | cd ${BAK_BASE}/vcs-mirror | |
| 8 | 9 | ||
| 9 | |||
| 10 | # Git | ||
| 11 | git clone git://gitorious.org/gnumed/gnumed.git | ||
| 12 | if test "$?" != "0" ; then | ||
| 10 | if [ -d gnumed ]; then | ||
| 13 | 11 | cd gnumed | |
| 14 | 12 | git pull -v | |
| 15 | 13 | cd .. | |
| 14 | else | ||
| 15 | git clone git://gitorious.org/gnumed/gnumed.git | ||
| 16 | 16 | fi | |
| 17 | |||
| 18 | |||
| 17 | 19 | ||
| 18 | 20 | ||
| 19 | 21 | # CVS |
Comments
Add your comment
Please log in to comment



Add a new comment:
Login or create an account to post a comment