On 2021/09/21 14:12, Stefan Sperling wrote:
> On Tue, Sep 21, 2021 at 02:04:09PM +0200, Solene Rapenne wrote:
> > gource package doesn't have a run depend on git which
> > make it fail on use.
> >
> > $ gource
> > sh: git: not found
> > sh: git: not found
> > gource: failed to generate log file
> > Try 'gource --help' for more information.
> >
> > following diff make gource working out of the box
>
> The gource README.md file lists the following VCS as supported:
> Git, Bazaar, Mercurial, SVN, CVS
>
> I would expect that you'd need the corresponding tools for each
> of these to make use of gource, depending on the repository format?
yes, for cvs:
pkg_add cvs2cl
cvs2cl --chrono --xml
gource ChangeLog
No comments:
Post a Comment