Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
How to use CVS from Eclipse without SSH?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Uwe Seimet, post: 618883"] I have solved it (under Linux, but an analogous solution should also be possible on Windows, at least with cygwin) like this: 1. Specifiy the "ext" connection type in the CVS repository settings. 2. Enter the repository path as it appears in your local filesystem, e.g. /opt/cvsroot. 3. Create a shell script like this: #!/bin/sh shift 4 # Just throw away the first four arguments exec cvs ${1+"$@"} # call cvs with the remaining arguments make it executable and save it, e.g. as extcvs.sh 4. In the eclipse preferences go to Team->CVS->Ext Connection Method and enter the full path of extcvs.sh in the CVS_RSH input field. That's it. Works like a charm for me. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
How to use CVS from Eclipse without SSH?
Top