Skip to content

Commit 3fb8fc7

Browse files
author
Michael Friedrich
committed
Add SVN Migration hints
fixes #17
1 parent f8cb484 commit 3fb8fc7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

day2/05_Git_Hints/40_Svn_Migration.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
!SLIDE smbullets
2+
# Migration from SVN
3+
4+
* Preserve history?
5+
* Pick a migration route with `svn2git`: https://github.com/nirvdrum/svn2git
6+
* Extract authors, Git needs user/email mapping
7+
* Run `svn2git` with `authors.txt`
8+
* No history, copy source and start fresh
9+
10+
~~~SECTION:handouts~~~
11+
12+
****
13+
14+
https://docs.gitlab.com/ce/user/project/import/svn.html
15+
16+
17+
~~~ENDSECTION~~~

0 commit comments

Comments
 (0)