Ales Hvezda wrote: > Hi PeterB, > > [snip] >> If you're wondering why the SEUL CVS server is being hammered, it's because= >> =20 >> I'm currently in the process of importing the entire gaf CVS history into=20 >> git. This is likely to take some hours (it's currently got as far as Augus= >> t=20 >> 2000), so it'll be a while before the mirror is online. Once the initial=20 >> import is done, updates will be incremental. > > Okay. I'm assuming that this git server will be used for PeterC > and your work on various larger changesets. How are you going to > keep the SEUL CVS and git server in sync? Is there something that runs > automatically or is this a manual process? > > I am quite curious to know how well git (or cogito?) will work out. > If I were to start something new, I probably wouldn't use CVS (for all > the reason you mentioned in your next e-mail). > > -Ales
I don't know if this experience is of interest to you, but I use git/cogito and qgit as part of my daily grind working with embedded Linux (ppc) and u-boot. Both those projects are managed by git servers. I have to admit that by now my brain doesn't even bother with CVS because my fingers already know the way, so anything not CVS is a bit of an effort for me. But I have no complaints w/ git in the cases where I do use it. It is indeed faster for day-to-day uses such as seeing what I did and for making patches. It is also far more flexible then CVS when it comes to branching and merging. And, as has been pointed out, it can be used off-line, leading, I presume, to lighter loads on the servers for day-to-day work. The down side is git takes up non-trivial amounts of disk space. The other down side is that it is still "new" compared to CVS, and as my fingers are aware, there is bound to be much inertia between you and git nirvana. -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
