Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 02:54:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202285] devel/arcanist: arc does not work with svnlite
Message-ID:  <bug-202285-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202285

            Bug ID: 202285
           Summary: devel/arcanist: arc does not work with svnlite
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: grembo@FreeBSD.org
          Reporter: jmmv@FreeBSD.org
             Flags: maintainer-feedback?(grembo@FreeBSD.org)
          Assignee: grembo@FreeBSD.org

When installing devel/arcanist on a machine that only has svnlite, the "arc"
command-line tool does not work because it assumes that svn (with that name) is
available in the path.

If svnlite is sufficient for arcanist to work (which is what I'm not sure
about) and is provided by the base system, then we should just explicitly use
this binary in the tool and forget about svn proper.

If patching the sources is too complicated or undesired, we could make the
devel/arcanist package create a symlink under lib/php/arcanist/svn that points
to the svn version to use, and then patch the "arc" tool to override the PATH
at startup to point first to that location.  This way, the code changes would
be minimal.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202285-13>