I'm working on a project in Eclipse. I'm going to be handing it off to
another person to do the database work, then he's going to give it back
to me to finish up. The other developer is on a different continent, and
we do not have a shared SCM system. That's the bad news; the good news
is that we don't have to work in parallel. First it's mine, then his,
then mine.
So, is there a folder I can zip up and he can import, then reverse the
process when he gives it back to me? Aside from the source code, of
course. This is Eclipse 3.1.
Thanks,
HT
Oliver Wong - 08 Mar 2006 21:01 GMT
> I'm working on a project in Eclipse. I'm going to be handing it off to
> another person to do the database work, then he's going to give it back to
[quoted text clipped - 6 lines]
> process when he gives it back to me? Aside from the source code, of
> course. This is Eclipse 3.1.
If you right click on the project, there's an option to "export" the
project in various formats (including ZIP, I think). Try that.
- Oliver