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
svnbrowse: Use svn_ra_get_dir2() instead of svn_ra_list(); It allows us to skip
resolving revision (it would automatically fallback to HEAD if
SVN_INVALID_REVNUM is passed). It also does not require a receiver callback and
the resulting information is more specific.
* subversion/svnbrowse/svnbrowse.c
(list_cb): Remove function.
(state_create): Use new API and walk the hashtable to put everything into an
array; we cannot use the hashtable directly becuase we need it to be
accessible by a numeric consecutive index (for selection).
(view_draw): Don't treat first item as "go up"; we'll implement this later.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1932746 13f79535-47bb-0310-9956-ffa450edef68
0 commit comments