Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I’ve had a similar experience with these three.

Originally a (mostly happy) SVN user, we didn’t branch unless really needed, and being a small bunch of coders usually not working on the same files back then, we didn’t conflict with each other. I’d heard of git (and a little later Mercurial), and in fact started storing my university stuff in a git repo on my computer(s), more or less successfully. I have lost some data with it, because it’s ridiculously easy to use git in a clumsy way. I ended up not liking its user interface due to the weird naming of commands and the relatively insane defaults — but I hear it has improved a lot since 2007.

I ended up doing stuff in Hg instead, primarily because it felt so similar to SVN — if SVN is CVS Done Right, I’d say Mercurial is SVN Done Right (I’m sure this sets off alarms in git users’ heads :D). The user interface feels sane (albeit it’s not without slight pricks hidden here and there; but no software is perfect) and it’s very easy for people to switch to it without clobbering their work with a careless or misunderstood command. Back when I tried git, the documentation was rather… arcane. Or it felt like it anyway. Mercurial just works, and you can do advanced crazy stuff in it if you really want to (now with Phases, even rebasing is decent). I do also very much like the immutability of the history here — git users often seem to be obsessed with making the tree look more like a flagpole (after the fact) rather than a shunting yard :)

Back to work, we’ve moved one of our projects over to Mercurial and have been very pleased with it so far. Started moving other projects to it too, the other users seem to grok hg as well now. This is pretty cool.

And just as you said: I learned the way things work in a DVCS from Mercurial (way easier than I could from git) — and as a result I understand the way git works much better than I did with the SVN-only background.

Recently got interested in getting down some git-fu simply because GitHub is awesome (and I don’t like Bitbucket that much), and because Perl stuff is primarily git-hosted. My second language is Python though, so… the hg-fu will come handy eventually when I can code in it again.


In reply to Re^2: Thoughts on Git, Mercurial, Github, and Bitbucket. by Ralesk
in thread Thoughts on Git, Mercurial, Github, and Bitbucket. by bms

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-19 15:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found