Bug #301

Updated by Sebastian Wrede over 9 years ago

Environment: Ubuntu 14.04.1

Problem: Can't checkout a specific branch in a git repository. The example project here is @rsb-matlab@. However, I also experienced this problem with other projects. projects as well. Using the command line, the checkout of this specific branch works without problems.

<pre>
swrede@ubuntu:~/workspace/citk$ job-configurator --on-error=continue -d distributions/fleximon.distribution -t 'templates/*.template'
1 problem during ANALYZE/PROJECT phase:

ANALYSIS-ERROR:
Error during analysis of #<PROJECT-SPEC rsb-matlab {F52FB81}> Caused by:
> Error during analysis of https://code.cor-lab.org/git/rsb.git.matlab Caused by:
> > Command
> >
> > ("git" "--work-tree" #P"/tmp/project.irnkL8/rsb.git.matlab/" "--git-dir" #P"/tmp/project.irnkL8/rsb.git.matlab/.git/" "checkout" "--quiet" "fleximon")
> >
> > failed with output:
> >
> > error: pathspec 'fleximon' did not match any file(s) known to git.
> >

1 problem during RESOLVE/DISTRIBUTION phase:

SIMPLE-ERROR:
Could not find version "fleximon" in project #<PROJECT-SPEC rsb-matlab {F52FB81}>.
</pre>

Back