Moderators: Nexuiz Moderators, Moderators
Alien wrote:Actually, Mercurial is better than those two.
For comparison: http://better-scm.berlios.de/comparison/comparison.html
http://mail.python.org/pipermail/python ... 87931.html
GreEn`mArine wrote:I've watched linuses speech about GIT, yet, some things they claim (e.g. "much faster") is ... well, no surprise if git encourages you to use much smaller projects. I don't see how full nexuiz svn checkout would be much slower compared to a full git checkout of nexuiz. You need to download it from a host, there is bandwith that limits you, and no great tool won't come past that.
Apart from that I haven't quite understood yet how you can share your own repository when you are "just a user" behind a firewall. How does that work?
git init myrepo
cd myrepo
touch foo.txt
vim foo.txt
#editing
git add foo.txt
git commit -m "initial checkin"
vim foo.txt
#more editing
git add foo.txt
git commit -m "some random change to a file"
parasti wrote:I didn't take note of the exact time, but for me a clone of nexuiz-classbased.git took about the same time as checking out trunk with SVN, which is about 1.5 hours. Fun fact: an SVN checkout of Nexuiz trunk is actually a bit larger than a git-svn clone of the entire history of trunk since 2003 + working tree: 3.2 GB vs 3.1 GB.
Return to Nexuiz - Development
Users browsing this forum: No registered users and 1 guest