Bug 193 - Попытка JBuilder подключиться к cvspserver всегда неудачна
Summary: Попытка JBuilder подключиться к cvspserver всегда неудачна
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: cvs (show other bugs)
Version: unstable
Hardware: all Linux
: P5 minor
Assignee: Dmitry V. Levin
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-02 00:35 MSK by Sergei Epiphanov
Modified: 2003-08-25 15:18 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Epiphanov 2001-12-02 00:35:52 MSK
Использование CVS (пакет cvs-1.11) в JBuilder невозможна. Любая попытка подключения выдает в JBuilder ошибку \"Login failed\" вне зависимости от вида авторизации и настройки сервера. 
---

---
Ошибка заключается в том, что JBuilder выдает команды в cvspserver в верхнем регистре, а cvspserver ждет в нижнем. Точнее, ошибка заложена в командах
 strcmp (command_name, <команда>). Пример:
 strcmp (command_name, \"update\"); а приходит команда \"UPDATE\"
 Для работы нужно заменить strcmp во всех похожих строчках на strcasecmp. По-моему, это заложено в файле server.c. С самой программой cvs все в порядке. 
Comment 1 Dmitry V. Levin 2001-12-10 19:53:31 MSK
А Вы уверены, что исправлению подлежит именно cvs server, а не JBuilder?
Comment 2 Dmitry V. Levin 2001-12-10 19:53:31 MSK
А Вы уверены, что исправлению подлежит именно cvs server, а не JBuilder?
Comment 3 Dmitry V. Levin 2002-09-28 21:28:28 MSD
Unable to reproduce. If you can provide additional information, please reopen.
Comment 4 Dmitry V. Levin 2002-09-28 21:28:28 MSD
Unable to reproduce. If you can provide additional information, please reopen.
Comment 5 Dmitry V. Levin 2002-12-28 20:36:03 MSK
Unable to reproduce. If you can provide additional information, please reopen.
Comment 6 Dmitry V. Levin 2002-12-28 20:36:03 MSK
Unable to reproduce. If you can provide additional information, please reopen.