Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219505
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
0
-- src/svnqt/client_modify.cpp
0
++ src/svnqt/client_modify.cpp
Lines 188-196 Link Here
188
#endif
188
#endif
189
189
190
    svn_error_t * error =
190
    svn_error_t * error =
191
#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 5)
191
#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3)
192
      svn_client_commit4
193
#elif (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3)
194
      svn_client_commit3
192
      svn_client_commit3
195
#else
193
#else
196
      svn_client_commit2
194
      svn_client_commit2

Return to bug 219505