Support for list and rlist commands

"Sergey Zakusov" <[email protected]> Wed, 28 May 2008 12:56:07 +0400
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
------=_Part_21893_33067145.1211964967957
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,

I've found a request to support List command:
http://javacvs.netbeans.org/issues/show_bug.cgi?id=77955
it's dated Jun 15, 2006 and still has status NEW.
As I've understood, the lib development is going to die out.. :(

So we've started support of required commands (now only rls command) by own
strength, but there is one trouble:
I've implemented "command/list/RlistCommand.java",
"commandLine/command/rls.java",
modified "commandLine/CommandFactory.java" and "request/CommandRequest.java"
(http://www.emforge.org/changeset/3219/maven-scm/clients/netbeans-cvsclient)

but rls command does not work anyway - there is connection.getInputStream()
does not return result for the
CommandRequest in Client.processRequests->Client.handleResponse

Can somebody tell me what is wrong?



-- 
Best regards,
Sergey Zakusov
------------------------------------------
Software Developer, EmDev,
Saint-Petersburg, Remeslennaya 17-415,
197110, Russia

Phone: +7 (812) 498-72-21
Mobile: +7 (921) 301-77-13

------=_Part_21893_33067145.1211964967957
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,<br><br>I&#39;ve found a request to support List command: <a href="http://javacvs.netbeans.org/issues/show_bug.cgi?id=77955">http://javacvs.netbeans.org/issues/show_bug.cgi?id=77955</a><br>it&#39;s dated Jun 15, 2006 and still has status NEW.<br>
As I&#39;ve understood, the lib development is going to die out.. :( <br><br>So we&#39;ve started support of required commands (now only rls command) by own strength, but there is one trouble:<br>I&#39;ve implemented &quot;command/list/RlistCommand.java&quot;, &quot;commandLine/command/rls.java&quot;,<br>
modified &quot;commandLine/CommandFactory.java&quot; and &quot;request/CommandRequest.java&quot;<br>(<a href="http://www.emforge.org/changeset/3219/maven-scm/clients/netbeans-cvsclient">http://www.emforge.org/changeset/3219/maven-scm/clients/netbeans-cvsclient</a>)<br>
<br>but rls command does not work anyway - there is connection.getInputStream() does not return result for the<br>CommandRequest in Client.processRequests-&gt;Client.handleResponse<br clear="all"><br>Can somebody tell me what is wrong?<br>
<br><br>
<br>-- <br>Best regards, <br>Sergey Zakusov<br>------------------------------------------<br>Software Developer, EmDev, <br>Saint-Petersburg, Remeslennaya 17-415, <br>197110, Russia<br><br>Phone: +7 (812) 498-72-21<br>Mobile: +7 (921) 301-77-13

------=_Part_21893_33067145.1211964967957--