[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Shared workspace between Windows and Linux

Hello.

I solved this. I created two workspaces - one workspace directory (on linux 
hdd) or linux, second for Windows (on FAT32 hdd = rw access from linux and 
windows). Then I checked out project into windows workspace (FAT32) and only 
imported it into linux workspace. This means that the .metadata files are 
custom for each platform, but the project source files are the same.

"Mareq" <mareq@xxxxxxxxxx> wrote in message 
news:23a5b140bf0309a8e7b39fc01a56573a$1@xxxxxxxxxxxxxxxxxx
> 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?
>
> Thanks.
>
>