Skip to content

Commit da9973c

Browse files
schielegitster
authored andcommitted
adapt git-cvsserver manpage to dash-free syntax
Signed-off-by: Robert Schiele <rschiele@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 289796d commit da9973c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-cvsserver.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
SSH:
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

1717
pserver (/etc/inetd.conf):
@@ -109,7 +109,7 @@ Note: Newer CVS versions (>= 1.12.11) also support specifying
109109
CVS_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
------
114114
This has the advantage that it will be saved in your 'CVS/Root' files and
115115
you 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
--
164164
4. 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:
283283
Protocol notes: If you are using anonymous access via pserver, just select that.
284284
Those using SSH access should choose the 'ext' protocol, and configure 'ext'
285285
access 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',
287287
you will definitely want to have SSH keys setup.
288288

289289
Alternatively, you can just use the non-standard extssh protocol that Eclipse

0 commit comments

Comments
 (0)