source:
trunk/sync_gitlab_from_svn.sh
@
3634
| Last change on this file since 3634 was 2509, checked in by , 5 years ago | |
|---|---|
|
|
| File size: 242 bytes | |
| Line | |
|---|---|
| 1 | #! /bin/bash |
| 2 | ## svn >> gitlab [must have write permissions on master, see wiki] |
| 3 | |
| 4 | git checkout master |
| 5 | git svn init https://svn.lmd.jussieu.fr/Planeto/trunk |
| 6 | git update-ref refs/remotes/git-svn refs/remotes/origin/master |
| 7 | git svn rebase |
| 8 | git push |
Note: See TracBrowser
for help on using the repository browser.
