Slashdot Mirror


SVN's svn:externals To GIT's Submodule

mcnazar writes "Do you manage your Rails Plugins via svn:externals? Thinking of switching to Git but are concerned that Git lacks a direct equivalent of svn:externals? In this article I present a work-around or even IMHO a better solution than SVN's svn:externals."

3 of 40 comments (clear)

  1. GIT lecture by Mr2cents · · Score: 5, Interesting

    There's an interesting talk about git on youtube, if you want an introduction to the program.

    And don't believe Linus when he says he's not a good speaker.

    --
    "It's too bad that stupidity isn't painful." - Anton LaVey
  2. Re:SVN branching a daunting task? by Atti+K. · · Score: 4, Informative

    Branching is easy. Merging them together again... well... What SVN lacks is merge tracking (a la ClearCase, for example - which is otherwise a horrible product, but that's not the point here). They plan to introduce it in 1.5, though.

    --
    .sig: No such file or directory
  3. Re:SVN branching a daunting task? by lagfest · · Score: 4, Informative

    Merge tracking is the main feature of 1.5, which, according to this guy, is in beta right now. He does a demo of it too.