Hello.
On my computer I have both Linux (Ubuntu Edgy) and Windows (XP)
installed. I am developing the same project on both OSs, switching to
the one on which I need to test the project (it is CDT project, not Java).
The project is stored in CVS also.
Now I use this schema:
1. I have two workspaces - one on Linux partition and second on Windows
partition.
2. When I need to update changes to the second OS, firs I commit changes
from first OS to CVS, restart machine to second OS, update changes from
CVS, continue working.
On both platforms I have the same Eclipse and CDT version.
Question:
I created new FAT32 partition, that is accessible for RW from both OSs.
Is it possible to have the workspace directory on this new partition and
use it from both operating systems (without need of commit to/update
from CVS between each OS switching)?
Would there be no problems?