WebStorm 2018.1 Help

Configure CVS Root Field by Field Dialog

VCS | CVS | Configure CVS Roots


This dialog box opens when you click the Edit by Field button in the CVS Roots dialog box. Use this dialog box to specify the parameters for connecting to the CVS server and have WebStorm assemble them into a correct repository string according to the CVS root string syntax.

ItemDescription
MethodFrom this drop-down list, select the desired connection method. The available options are:
  • pserver
  • ext
  • ssh (internal implementation)
  • local
UserIn this text box, type your login to the CVS server.
PortIn this text box, specify the port to listen to on the CVS server host.
HostIn this text box, type the name of the host where the desired CVS server is located.
RepositoryIn this text box, type the path to the CVS repository relative to the host name.
Last modified: 20 July 2018

See Also