HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 198790 thumbnail
User 410289 avatar

By CodeJustin
via article.gmane.org
Published: Jul 03 2009 / 07:12

This release is dedicated to my grandfather, Walter Gordon Heffron, who introduced me to Unix 30 years ago, and who passed away yesterday.
  • 15
  • 0
  • 1496
  • 1

Comments

Add your comment
User 1 avatar

rick replied ago:

0 votes Vote down Vote up Reply

I never know how to decide when to try the latest, greatest tools? Maybe I'm too influenced by "if it ain't broke, don't fix it." mentality. Mercurial sounds like it has some excellent capabilities, and so does git, but our subversion system seems to do the job reliably. (knocks on wood!)

User 85500 avatar

andrewm replied ago:

0 votes Vote down Vote up Reply

the benefit of a DVCS is you can keep all the history with you at all times. and you can do everything locally that you would do with a server present, without any problems and synch up later. great for working on a plane etc.

i just wish one distributed version control system would do auto-rename tracking properly. mercurial, bazaar and git go half way there with heuristics that use file comparisons and a threshhold to determine if a renamed file was previously something else. however, they are still prone to bad failures.

i should dig into bazaar and make it do inode tracking. inodes under unix filesystems don't change (I think that's the case with NTFS also, but not FAT) on renaming. so, you could keep track of things perfectly. and then, integration with other things which do renaming (e.g. IDEs) isn't really needed anymore. the VCS can work it out for you.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.