Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GIT x SVN

GIT x SVN

Old Git x SVN presentation showing the benefits of using git-svn vs. SVN (which we were stuck to using at the time).

Avatar for Pedro Nascimento

Pedro Nascimento

May 22, 2012
Tweet

Other Decks in Technology

Transcript

  1. ATOMIC COMMITS allows you to pinpoint your commits instead of

    commiting a bunch of code all the time Friday, May 24, 13
  2. TAGS This Demo would bring tears to yours eyes, so

    we’ll skip it Friday, May 24, 13
  3. MERGE Useful between branches Not much point in SVN We

    lose history in SVN But worth learning Friday, May 24, 13
  4. GIT SVN branches in SVN tags in SVN tags as

    branches? rebase dcommit Friday, May 24, 13
  5. GIT SVN git svn is like a namespace branches and

    tags are just copies git considers tags as branches (and they are) each commit is a revision Friday, May 24, 13
  6. GIT SVN git svn tag 666 -m “the one for

    you and me” Friday, May 24, 13
  7. GIT SVN this is not good! revisions spread across tags

    and branches but cannot be carried across them commits can be shared, but they are unique Friday, May 24, 13