You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was pointed out that cvsserver may not be useful a command in Git for
Windows because git-shell is already excluded. And a quick test shows
that cvsserver does not even work right now:
$ git cvsserver
Can't locate DBI.pm in @inc (you may need to install the DBI module)
(@inc contains: /mingw64/share/perl5/site_perl /usr/lib/perl5/site_perl
/usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl
/usr/share/perl5/core_perl .) at C:\Program
Files\Git\mingw64/libexec/git-core\git-cvsserver line 3590.
BEGIN failed--compilation aborted at C:\Program
Files\Git\mingw64/libexec/git-core\git-cvsserver line 3590.
The absence of complaints about this indicate very strongly that there
are no current users, anyway.
So let's just remove it from the installer and portable Git.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments