Hello list, Since my first email where I said that we wanted to migrate from CVS to a distributed SCM, we have had a lot of discussions with developers and my chief (which happens to be a developer too). We have come to the following conclusions: * git has credentials (heck, it "runs" the Linux kernel, Wine, Samba, and other); * the "distributed" part of it is indeed an advantage (planned developments with huge technical/functional impacts); * 52 CVS modules, fine; but then this can become one and 52 subdirectories in them and still act as separate modules from the build system point of view (which I have implemented, so I can change it); * we have enough resources that the old CVS tree can be kept, even on tape, the day we decide to "scrap it all" and start anew; * CVS "good practices" have barely been observed, so "we" might as well start again from a sane base. So, git looks like a great solution. The Eclipse plugin evolves nicely, you still can decide on a "central" repository... Looks good. There are, however, a few problems: * first: I am not an Eclipse user, and the two main developers use Eclipse extensively (but even they are lost because of CVS, which is to "my" advantage), so some questions below will focus on the Eclipse plugin; * second: even though this may be a "non problem", we use Bonsai, which has the ability to see what was commited by whom, given a time interval (from d1 to d2): the base gitweb allows to search by commiter, which is good, but it has no date boundaries: do tools exist for git that can do this? If not, that wouldn't be a big deal, however... * third: also Bonsai-related; Bonsai can link to Bugzilla by matching (wild guess) /\b(?:#?)(\d+)\b/ and transforming this into http://your.bugzilla.fqdn.here/show_bug.cgi?id=$1. Does gitweb have this built-in? (haven't looked yet) Is this planned, or has it been discussed and been considered not worth the hassle? Finally, about the Eclipse plugin: * the README says that it has no push capacity, the popup menu says otherwise (last checked last Saturday)... What should I believe? * if the plugin can push, can you configure from within the plugin what branches can be pushed where, or should you edit .git/config by hand? * "git stash": is it supported? * can you "copy" a commit, or even a set of commits, and "cherry-pick" them into another branch? Or even rebase a branch onto antoher? Thanks, -- fge -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html