source:
trunk/sync_svn_from_gitlab.sh
@
2835
| Last change on this file since 2835 was 2509, checked in by , 5 years ago | |
|---|---|
|
|
| File size: 237 bytes | |
| Line | |
|---|---|
| 1 | #! /bin/bash |
| 2 | ## gitlab >> svn [with a linear history 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 dcommit |
| 8 | git push |
Note: See TracBrowser
for help on using the repository browser.
