Lines Matching refs:revision

249 /* Generate a label for the diff output for file PATH at revision REVNUM.
260 label = apr_psprintf(pool, _("%s\t(revision %ld)"), path, revnum);
564 same relative path in the same revision, under different anchors
571 because some of the svn_wc_diff_callbacks4_t don't get revision
645 * no revision argument to the svn_wc_diff_callback_t
959 /* During repos->wc diff of a copy revision numbers obtained
1013 /* During repos->wc diff of a copy revision numbers obtained
1234 With only one distinct revision the working copy provides the
1244 the user specifies two dates that resolve to the same revision. */
1265 /* Verify our revision arguments in light of the paths. */
1283 _("At least one revision must be something other "
1302 svn_revnum_t revision,
1315 SVN_ERR(svn_ra_check_path(ra_session, "", revision, &kind, pool));
1318 if (revision == other_revision)
1321 "repository at revision '%ld'"),
1322 url, revision);
1326 "repository at revision '%ld' or '%ld'"),
1327 url, revision, other_revision);
1345 const svn_opt_revision_t *revision,
1357 revision,
1376 * PATH_OR_URL2@PEG_REVISION, in the revision range REVISION1:REVISION2.
1481 /* Resolve revision and get path kind for the second target. */
1630 /* In case of an added node, we have no base rev, and we show a revision
1667 If PEG_REVISION is specified, PATH_OR_URL2 is the path at the peg revision,
1813 revision, and the actual repository path to be compared is
1910 /* Resolve the revision to use for URL1. */
2148 revision, and the actual repository path to be compared is
2530 - a repository URL at a given revision.