Extending API to support remote commands like rlist, rlog

2008-06-02 Thread Sergey Zakusov
information about repository entries; 3. *rlog* - to get change log of repository entries; 4. *rcat* - to get file contents remotely. Additional information see here: http://jira.codehaus.org/browse/SCM-381 -- Best regards, Sergey Zakusov -- Software

Migration to java 5.0

2008-06-02 Thread Sergey Zakusov
://java.sun.com/javase/downloads/index_jdk5.jsp), so it's time to migrate the project to java 6.0 ;) -- Best regards, Sergey Zakusov -- Software Developer, EmDev, Saint-Petersburg, Remeslennaya 17-415, 197110, Russia Phone: +7 (812) 498-72-21 Mobile: +7 (921) 301

Should remote or local command be used to List, Changelog and etc. commands?

2008-05-30 Thread Sergey Zakusov
. AbstractCvsListCommand uses Rlist (remote) command, but the result cannot be parsed by CvsStatusConsumer (http://jira.codehaus.org/browse/SCM-380). AbstractCvsChangeLogCommand uses Log (local) command, but at the same time SvnExeScmProvider executes list command for remote items . -- Best regards, Sergey

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-29 Thread Sergey Zakusov
, Sergey Zakusov [EMAIL PROTECTED]: Hello, I'm trying to list a cvs repository via CvsExeScmProvider - it makes and executes the following command: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/cvsroot -n -q rls -d but the cvs client - Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-29 Thread Sergey Zakusov
the patch? Thanks. Emmanuel On Thu, May 29, 2008 at 1:00 PM, Sergey Zakusov [EMAIL PROTECTED] wrote: The Unknown file status problem was in that AbstractCvsListCommand.executeListCommand executed rls command without -e option and the result was parsed by CvsStatusConsumer.consumeLine (who

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-29 Thread Sergey Zakusov
http://jira.codehaus.org/browse/SCM-380 The patch is attached. 2008/5/29, Sergey Zakusov [EMAIL PROTECTED]: There is another problem: CvsStatusConsumer cannot be used to parse CVS/Entries format (-e option forces to display result in this format), so there is required a new consumer

CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-23 Thread Sergey Zakusov
status: 'u'. Unknown file status: 'u'. Unknown file status: 'w'. Unknown file status: 'w'. Where is the problem? Does anybody have an example how to list a cvs repository and which cvs client can be used? -- Best regards, Sergey Zakusov -- Software Developer

Re: CvsExeScmProvider makes wrong arguments for List command (?)

2008-05-23 Thread Sergey Zakusov
://ximbiot.com/cvs/wiki/CVS--Concurrent%20Versions%20System%20v1.12.12.1:%20Guide%20to%20CVS%20commands#SEC161 Emmanuel On Fri, May 23, 2008 at 2:45 PM, Sergey Zakusov [EMAIL PROTECTED] wrote: Hello, I'm trying to list a cvs repository via CvsExeScmProvider - it makes and executes

About info command

2008-05-22 Thread Sergey Zakusov
Hello, I've found that some providers have implementation for INFO command, for example SvnExeScmProvider and GitExeScmProvider (partially), but the problem is in that ScmProvider interface does not support info command, so how the implementation can be used now? -- Best regards, Sergey

Are you going to support get_file command in the future?

2008-05-12 Thread Sergey Zakusov
too; 2. ScmFile - to provide file type, size and reference to ChangeSet; What do you think about these improvements? -- Best regards, Sergey Zakusov -- Software Developer, EmDev, St.-Petersburg, Remeslennaya 17-415, 197110, Russia Phone: +7 (812) 498