You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lumis_PortalJava is versioned in SVN.
It's child portal_install is ignored.
Whenever I enter in portal_install (and any subfolder), I get the following error:
Either this method should return an empty revision (what would produce a strange behavior, IMHO) or parse_svn_stats should ignore ingored files or folders (those line starting with I). The second approach seems to produce a better user experience (but I haven't tried any of those to be sure).
The text was updated successfully, but these errors were encountered:
A fix for b-ryan#395. SVN returns an error in ignored directories. This adds the case that
catches this, and will display 'ignored' in the place of the commit ID.
philiparola
added a commit
to philiparola/powerline-shell
that referenced
this issue
Sep 26, 2018
A fix for b-ryan#395. SVN returns an error in ignored directories. This adds
the case that catches this, and will display 'ignored' in the place of
the commit ID.
I have the following structure:
The
Lumis_PortalJava
is versioned in SVN.It's child
portal_install
is ignored.Whenever I enter in
portal_install
(and any subfolder), I get the following error:It seems to be a problem with the following method: _get_svn_revision().
Either this method should return an empty revision (what would produce a strange behavior, IMHO) or parse_svn_stats should ignore ingored files or folders (those line starting with
I
). The second approach seems to produce a better user experience (but I haven't tried any of those to be sure).The text was updated successfully, but these errors were encountered: