[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-cvs-dev] can I reference EFS cvs project?

Is it possible to use an eclipse file system (EFS) mount of a remote drive to reference an existing cvs checkout and use the cvs related tools in eclipse on that checkout? I'm using the Remote System Explorer eclipse plug-in to edit files on servers and would like to be able to do cvs related tasks like updating and checking in on the remote system w/o making a complete local copy of the projects. Right now my workflow is something like:

1. log onto remote (*nix) server using a putty window from my windows pc, performing cvs commands like cvs update
2. edit files in eclipse on my desktop that are located on remote system
3. go back to putty and perform cvs commands like diff and commit.

I'd like to be able to run the cvs commands in 1 & 3 above in eclipse.