I don't think so. http://www.eclipse.org/eclipse/platform-cvs/ says clearly:
"Because the CVS plug-in includes a pure java client, the support works without requiring a command line client install on the users machine. "
I have read eclipse/plugins/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/Command.java, seems it does not call a the command line cvs client, but implement the client function in pure java in other source files (Session.java ...).
I don't think so. www.eclipse. org/eclipse/ platform- cvs/ says clearly: plugins/ org.eclipse. team.cvs. core/src/ org/eclipse/ team/internal/ ccvs/core/ client/ Command. java, seems it does not call a the command line cvs client, but implement the client function in pure java in other source files (Session.java ...).
http://
"Because the CVS plug-in includes a pure java client, the support works without requiring a command line client install on the users machine. "
I have read eclipse/