On Tue, Jun 30, 2009 at 10:23 PM, Michal Charemza<[email protected]> wrote: > Hi, > > I was wondering what would be a good version control system for an > Agavi project? I do have some specific notes: > > - It is just a team of two (me and one other) > - The other person is not very familiar with PHP (they will be > handling more of the graphical design, images, CSS etc). > - The other person is unfamiliar with the command line: so a way of > dealing with the system in a more graphical fashion would be best > - We are both Mac-based. > > Any suggestions / thoughts would be very welcome. I see Git is quite > popular nowadays...? >
Hi, git or Mercurial would be a good choice for a two-man team because it's a decentralized system. Your workflow would be natural. The commands are quite easy, and a graphics designer only needs to use a handful of commands that can be written down in a cheat sheet. He just needs to pull, push, and commit his changes to the repo. Just guide him whenever there's a need to merge the branches. GitX (http://gitx.frim.nl/) and CuteHG (http://www.bitbucket.org/bfrog/cutehg-stable/wiki) look OK, but I've never really used them since I spend most of my time in the command line. There are other lots of good front-ends for git and hg out there too... =) [ simon.cpu ] _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
