Guest User

Untitled

a guest
May 27th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. cd /the/git/repo/directory
  3.  
  4. svn export svn+ssh://user@host.tld/repo/dir . --force
  5.  
  6. git add *
  7. git commit -m "Initial import from subversion"
  8. git push
Add Comment
Please, Sign In to add comment