@@ -110,12 +110,12 @@ To get a checkout with the Eclipse CVS client:
110
110
Protocol notes: If you are using anonymous access via pserver, just select that.
111
111
Those using SSH access should choose the 'ext' protocol, and configure 'ext'
112
112
access on the Preferences->Team->CVS->ExtConnection pane. Set CVS_SERVER to
113
- 'git-cvsserver'. Not that password support is not good when using 'ext',
113
+ 'git-cvsserver'. Note that password support is not good when using 'ext',
114
114
you will definitely want to have SSH keys setup.
115
115
116
116
Alternatively, you can just use the non-standard extssh protocol that Eclipse
117
117
offer. In that case CVS_SERVER is ignored, and you will have to replace
118
- the cvs utility on the server with git-cvsserver or manipulate your .bashrc
118
+ the cvs utility on the server with git-cvsserver or manipulate your ` .bashrc`
119
119
so that calling 'cvs' effectively calls git-cvsserver.
120
120
121
121
Clients known to work
@@ -134,9 +134,9 @@ checkout, diff, status, update, log, add, remove, commit.
134
134
Legacy monitoring operations are not supported (edit, watch and related).
135
135
Exports and tagging (tags and branches) are not supported at this stage.
136
136
137
- The server should set the -k mode to binary when relevant, however,
137
+ The server should set the '-k' mode to binary when relevant, however,
138
138
this is not really implemented yet. For now, you can force the server
139
- to set ` -kb` for all files by setting the `gitcvs.allbinary` config
139
+ to set ' -kb' for all files by setting the `gitcvs.allbinary` config
140
140
variable. In proper GIT tradition, the contents of the files are
141
141
always respected. No keyword expansion or newline munging is supported.
142
142
0 commit comments