Hello all,
Recently, I have been wishing I could track and commit my local changes to Angband's source tree using Mercurial, a distributed version-control system I have been working with recently. I created a repository that will track Angband's SVN HEAD, and published it on bitbucket:
If any other developers use Mercurial, you can feel free to clone this repository; you can then commit your personal changes, pull down new updates from SVN HEAD, and create patches to send to Takkaria. This is what I plan to do.
It would be great if Angband eventually moved to a DVCS, since there are so many variants, personal sets of patches, etc. I am most familiar with Mercurial, but git is also quite popular. Until then, I hope that some other developers will benefit from my repository.
You can find information about Mercurial at: http://www.selenic.com/mercurial/wiki. It runs on most Unices as well as Windows and OS X, and has some pretty nice graphical tools.
Recently, I have been wishing I could track and commit my local changes to Angband's source tree using Mercurial, a distributed version-control system I have been working with recently. I created a repository that will track Angband's SVN HEAD, and published it on bitbucket:
If any other developers use Mercurial, you can feel free to clone this repository; you can then commit your personal changes, pull down new updates from SVN HEAD, and create patches to send to Takkaria. This is what I plan to do.
It would be great if Angband eventually moved to a DVCS, since there are so many variants, personal sets of patches, etc. I am most familiar with Mercurial, but git is also quite popular. Until then, I hope that some other developers will benefit from my repository.
You can find information about Mercurial at: http://www.selenic.com/mercurial/wiki. It runs on most Unices as well as Windows and OS X, and has some pretty nice graphical tools.
Comment