Skip to content
Snippets Groups Projects

How to migrate svn projects

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Andreiu Galea
    Edited
    svn_clone.sh 162 B
    git svn clone https://svn.rrze.uni-erlangen.de/scm/svn/*****/trunk/*****
    git remote add origin https://gitlab.rrze.fau.de/*****/****.git
    git push -u origin master
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment