Hi,
Sorry, I may be out of topic and a bit silly. But that sounds like a situation where I would use a centralised or distributed version control system like git or mercurial. You will have to create a central repository server at the host machine. What prevents this for you?
On Monday, 2 July 2012 21:18:42 UTC+5:30, sajuptpm wrote:
I want to access project running on remote machine, for that i done following steps
* Shared remote proect folder using NFS
* Mounted on client machine eg: on /mnt/cms
* Created a new project in netbeans/eclipse and pointed project path to /mnt/cms/--
* After that i can work on project but it Very slow in Navigation and Searches.
* Have any way to solve this performace issue ????
* Have any other way to do similar setup ???
Note:
I am using ubuntu 12.04 as server and client