[Bug 202285] devel/arcanist: arc does not work with svnlite

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 13 02:54:47 UTC 2015


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 at FreeBSD.org
          Reporter: jmmv at FreeBSD.org
             Flags: maintainer-feedback?(grembo at FreeBSD.org)
          Assignee: grembo at 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.


More information about the freebsd-ports-bugs mailing list