Hi all,

I have following error:

cvs rlog -S -d12 Sep 2013 00:13:05 +0200<12 Sep 2013 08:49:06 +0200 
vcs/c/arm-elf-gcc cvs server: invalid option -- S
Usage: cvs rlog [-lRhtNb] [-r[revisions]] [-d dates] [-s states]
    [-w[logins]] [files...]
        -l      Local directory only, no recursion.
        -R      Only print name of RCS file.
        -h      Only print header.
        -t      Only print header and descriptive text.
        -N      Do not list tags.
        -b      Only list revisions on the default branch.
        -r[revisions]   Specify revision(s)s to list.
           rev1:rev2   Between rev1 and rev2, including rev1 and rev2.
           rev1::rev2  Between rev1 and rev2, excluding rev1 and rev2.
           rev:        rev and following revisions on the same branch.
           rev::       After rev on the same branch.
           :rev        rev and previous revisions on the same branch.
           ::rev       Before rev on the same branch.
           rev         Just rev.
           branch      All revisions on the branch.
           branch.     The last revision on the branch.
        -d dates        Specify dates (D1<D2 for range, D for latest before).
        -s states       Only list revisions with specified states.
        -w[logins]      Only list revisions checked in by specified logins.
(Specify the --help global option for a list of other help options)
 
FATAL: Error while trying to run CVS rlogjava.lang.RuntimeException 
<http://stacktrace.jenkins-ci.org/search?query=java.lang.RuntimeException>: 
Error while trying to run CVS rlog
        at hudson.scm.AbstractCvs.getRemoteLogForModule(AbstractCvs.java:575) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.AbstractCvs.getRemoteLogForModule&entity=method>
        at hudson.scm.AbstractCvs.calculateChangeLog(AbstractCvs.java:646) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.AbstractCvs.calculateChangeLog&entity=method>
        at hudson.scm.AbstractCvs.postCheckout(AbstractCvs.java:665) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.AbstractCvs.postCheckout&entity=method>
        at hudson.scm.CVSSCM.checkout(CVSSCM.java:328) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.CVSSCM.checkout&entity=method>
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1387) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method>
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)
 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method>
        at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) 
<http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method>
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>
        at hudson.model.Run.execute(Run.java:1593) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method>
        at hudson.model.ResourceController.execute(ResourceController.java:88) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>
        at hudson.model.Executor.run(Executor.java:247) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>



My cvs version is 


cvs --version

Concurrent Versions System (CVS) 1.12.13-MirDebian-9 (client/server)


Someone an idea?


Kind regards,

Stijn.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to