@@ -11,7 +11,7 @@ SYNOPSIS
1111SSH:
1212
1313[verse]
14- export CVS_SERVER=git- cvsserver
14+ export CVS_SERVER=" git cvsserver"
1515'cvs' -d :ext:user@server/path/repo.git co <HEAD_name>
1616
1717pserver (/etc/inetd.conf):
@@ -109,7 +109,7 @@ Note: Newer CVS versions (>= 1.12.11) also support specifying
109109CVS_SERVER directly in CVSROOT like
110110
111111------
112- cvs -d ":ext;CVS_SERVER=git- cvsserver:user@server/path/repo.git" co <HEAD_name>
112+ cvs -d ":ext;CVS_SERVER=git cvsserver:user@server/path/repo.git" co <HEAD_name>
113113------
114114This has the advantage that it will be saved in your 'CVS/Root' files and
115115you don't need to worry about always setting the correct environment
@@ -158,7 +158,7 @@ allowing access over SSH.
158158--
159159------
160160 export CVSROOT=:ext:user@server:/var/git/project.git
161- export CVS_SERVER=git- cvsserver
161+ export CVS_SERVER=" git cvsserver"
162162------
163163--
1641644. For SSH clients that will make commits, make sure their server-side
@@ -283,7 +283,7 @@ To get a checkout with the Eclipse CVS client:
283283Protocol notes: If you are using anonymous access via pserver, just select that.
284284Those using SSH access should choose the 'ext' protocol, and configure 'ext'
285285access on the Preferences->Team->CVS->ExtConnection pane. Set CVS_SERVER to
286- 'git- cvsserver'. Note that password support is not good when using 'ext',
286+ " 'git cvsserver'" . Note that password support is not good when using 'ext',
287287you will definitely want to have SSH keys setup.
288288
289289Alternatively, you can just use the non-standard extssh protocol that Eclipse
0 commit comments