I have been working on an embedded project with a friend and I like to send him the project every once in a while so he can go over the code.
What is the best way to send him the project so that he can build it fairly easily on his side.
Zipping up the workspace and sending it over does not seem to work very well and exporting the project and having him import it into a workspace doesn't seem to do what I want either.
Update
Thanks everyone for your input, I figured out how to install Subclipse and how to use it with my SVN repo. In order to allow my friend to do the same I went through and documented the installation of Subclipse as well as how to add-to and import-from the repository.
You can find it on my blog: http://blogs.6bit.com/josh/2009/11/subclipse-svn-on-eclipse-cdt/