paulsobczak wrote:
I have an upcoming project that I am thinking about using Github for I hope it works out.
-Paul
I've been using Mercurial (Hg) for personal projects and have found it to be quite easy and streamlined. I think it's good for small to medium sized projects -- and I feel the tool is easier to get up and running with than git (fewer options/"do one thing well"). Might just want to compare it to git. (Nothing wrong with Git; git is great -- just my opinion that it's more "advanced" in ways to do things; Distributed Version Control Systems(DVCS) are superior in my mind for this type of group)
One great, quick Mercurial intro is here:
http://hginit.comOne good public repository for Hg projects is BitBucket (could model it after this):
https://bitbucket.org/On topic, great idea on combining auth. A remote accessible SFTP server or DVCS would be a great addition also!
