Preparing cvs->git Migration: Developer workflow [message #930595] |
Tue, 02 October 2012 09:13  |
Eclipse User |
|
|
|
Hi all,
I am currently trying to convert a customer from CVS to git. Unfortunately I am sort of stuck at primarily one topic:
Currently, development makes a patch from every new feature or bugfix and they have a complete toolset in place to use these patchsets for application updates (development/patch target is a web framework written in a scripting language). For the sake of stability, I may not change the update workflows and CVS to git at the same time.
Unfortunately, I could not find a sane workflow yet in Eclipse/EGit for this sort of patching workflow, because it seems like you can only create patches in EGit from one commit to its predecessor.
That probably means a developer wont be able to commit anything until his current task hs been completely implemented. Then he would commit and create a patch. Clearly, especially in the git-spirit of "commit early, commit often" this is everything but optimal.
The other way I could think about would involve leaving Eclipse and making the patches outside in a command line environment. This also would be not good, because devs neither wont like the necessity to leave Eclipse nor would it be easy to train them for using git on the cmdline.
Since I am not an Eclipse guru, I wanted to ask you if you can imagine a way to find a proper workflow, preferably completely inside Eclipse, that would allow devs something like:
* create a local branch per task
* commit as often as they feel like
* create a patch that includes all changes made on that branch
* merge back the branch
How would you accomplish this?
Thank you very much for your help!
|
|
|
|
|
|
Re: Preparing cvs->git Migration: Developer workflow [message #940233 is a reply to message #939977] |
Thu, 11 October 2012 08:46  |
Eclipse User |
|
|
|
Quote:In addition I found that ${file_prompt} on OSX does not allow the user to create NEW files but only to select existing ones
Yeah, I just noticed that myself - I hadn't used this before and was trying it out for a Git bundle creation launcher. Is it really a platform-specific absence? Maybe JGit will support bundles directly soon...
|
|
|
Powered by
FUDForum. Page generated in 0.04656 seconds