I am trying to adopt the following workflow:
git svn clonea svn repository through command line (egitdoesn't support git-svn)- Open the project in eclipse with
egitsince I rather use egit to branch, merge, commit etc... - When i'm ready commit the changes back, I use use
git svn dcommitto commit back to svn
I am having trouble with step number 2, don't understand how to import a git project, eclipse tells me i can't import it to use the same directory it's currently in because another project with the same name is already there. this is confusing.
Anyone knows how to do this ?
Also would like to hear other workflow examples that uses egit and git svn. I am aware that it is better to do it all through command line, however, I am trying to ease the move to git for fellow developers in my team, who are not used to command line interface etc...
git svn rebasethrough the CLI,egitdoesn't know about it. after a few seconds it gets updated with changes but still, it's not a good practice. I really wish there was easier way to work inside eclipse withgitandsvn. some of the people are afraid for some reason of working with command line...