Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Close eclipse.
  2. Save the whole directory on a zip, just in case.
  3. Save all your local change from the revisión you are working on. What I would call `stash your changes` in git terms
  4. inside the directory of the project, run : git init .
  5. Set a remote to the svn clone you made on git
  6. git fetch --all
  7. Find on git the exact same revision you are working on svn
  8. git checkout --force the-revision-id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement