Messages - parkint [ switch to compact view ]

Pages: prev1 ... 19 20 21 22 23 [24]
116
Developer's Corner / Re: Like gitHub, but better
« on: January 22, 2010, 08:14 AM »
I don't disagree with you, F0dder.  And every tool should be used for its specific strengths.
For open-source (public, read-only access) projects git seems to be gaining popularity quickly.
In the scenario you described, the ability to distribute "patches" as an email attachment is a handy feature in git.

This is not a general discussion about Version Control systems (is it CVS or VCS or both?)

As my 'entry' to this group, I wanted to make a contribution.  And so, the video is my first showpiece.
Thank you for the warm welcome (and intellectual banter) to this group.

117
Developer's Corner / Re: Like gitHub, but better
« on: January 21, 2010, 06:45 PM »
The Windows "emulation" (MsysGit) is quite good.  It is used in much of the video.
For anyone who is unfamiliar with git, I would like to say this:
 
  •   git is unlike other CVS (subversion, sourcesafe, etc) and it can be a bit intimidating.
  •   In order to use git properly you need to let go of any old habits from SVN or Subversion
  •   After using them all, I honestly believe git is better.  The strength comes from the fact that it is primarily 'local' and file-based.  At first that sounds like a limitation, but is really quite an outstanding strength.
I will not try to describe git here because there are numerous resources on the web.  My first recommendation is this great blog entry, followed by ProGit (free book online).

Traditionally, in order to use git with remote access you need nothing more than a Linux server (most free/cheap hosting) with SSH access and an instance of git installed.  There are a few places, like github, where you can store repositories for free as long as they are public.  I had some stuff I wanted to keep to myself - yet needed to collaborate with other developers.
This video demonstrates a method I devised whereby you can HAVE IT ALL and PAY NOTHING.

Thank you for your feedback.

118
Developer's Corner / Like gitHub, but better
« on: January 19, 2010, 08:44 PM »
I am very proud of this idea.
I created a video that explains how to create your own remote git instance, without a server (no web hosting required) for FREE.
No fuss.  You can control access to multiple repositories.  Better than gitHub.  Better than Unfuddle.
Check out the video.

I encourage comments.

EDIT: A more detailed description is located further down in this thread.

Pages: prev1 ... 19 20 21 22 23 [24]
Go to full version