Home
last modified time | relevance | path

Searched refs:SVN_IS_VALID_REVNUM (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Drevisions.c64 if (youngest_rev && SVN_IS_VALID_REVNUM(*youngest_rev)) in svn_client__get_revision_number()
114 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
141 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
191 && SVN_IS_VALID_REVNUM(*youngest_rev) in svn_client__get_revision_number()
192 && SVN_IS_VALID_REVNUM(*revnum) in svn_client__get_revision_number()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Drevisions.c64 if (youngest_rev && SVN_IS_VALID_REVNUM(*youngest_rev)) in svn_client__get_revision_number()
114 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
141 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
191 && SVN_IS_VALID_REVNUM(*youngest_rev) in svn_client__get_revision_number()
192 && SVN_IS_VALID_REVNUM(*revnum) in svn_client__get_revision_number()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Drevisions.c64 if (youngest_rev && SVN_IS_VALID_REVNUM(*youngest_rev)) in svn_client__get_revision_number()
114 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
141 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
191 && SVN_IS_VALID_REVNUM(*youngest_rev) in svn_client__get_revision_number()
192 && SVN_IS_VALID_REVNUM(*revnum) in svn_client__get_revision_number()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Drevisions.c64 if (youngest_rev && SVN_IS_VALID_REVNUM(*youngest_rev)) in svn_client__get_revision_number()
114 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
141 if (! SVN_IS_VALID_REVNUM(*revnum)) in svn_client__get_revision_number()
191 && SVN_IS_VALID_REVNUM(*youngest_rev) in svn_client__get_revision_number()
192 && SVN_IS_VALID_REVNUM(*revnum) in svn_client__get_revision_number()
/dports/java/java-subversion/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-location-segments.c180 if (!SVN_IS_VALID_REVNUM(start_rev) || !SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
191 if (!SVN_IS_VALID_REVNUM(start_rev)) in dav_svn__get_location_segments_report()
193 if (!SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
198 if (!SVN_IS_VALID_REVNUM(end_rev)) in dav_svn__get_location_segments_report()
/dports/devel/py-subversion/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-location-segments.c180 if (!SVN_IS_VALID_REVNUM(start_rev) || !SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
191 if (!SVN_IS_VALID_REVNUM(start_rev)) in dav_svn__get_location_segments_report()
193 if (!SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
198 if (!SVN_IS_VALID_REVNUM(end_rev)) in dav_svn__get_location_segments_report()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-location-segments.c180 if (!SVN_IS_VALID_REVNUM(start_rev) || !SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
191 if (!SVN_IS_VALID_REVNUM(start_rev)) in dav_svn__get_location_segments_report()
193 if (!SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
198 if (!SVN_IS_VALID_REVNUM(end_rev)) in dav_svn__get_location_segments_report()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-location-segments.c180 if (!SVN_IS_VALID_REVNUM(start_rev) || !SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
191 if (!SVN_IS_VALID_REVNUM(start_rev)) in dav_svn__get_location_segments_report()
193 if (!SVN_IS_VALID_REVNUM(peg_revision)) in dav_svn__get_location_segments_report()
198 if (!SVN_IS_VALID_REVNUM(end_rev)) in dav_svn__get_location_segments_report()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c189 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_modify()
211 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
214 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
304 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_create()
340 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_directory_cb()
373 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_file_cb()
408 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_symlink_cb()
566 if (SVN_IS_VALID_REVNUM(replaces_rev)) in copy_cb()
605 if (SVN_IS_VALID_REVNUM(replaces_rev)) in move_cb()
798 if (SVN_IS_VALID_REVNUM(*revision)) in svn_fs__editor_commit()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c189 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_modify()
211 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
214 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
304 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_create()
340 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_directory_cb()
373 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_file_cb()
408 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_symlink_cb()
566 if (SVN_IS_VALID_REVNUM(replaces_rev)) in copy_cb()
605 if (SVN_IS_VALID_REVNUM(replaces_rev)) in move_cb()
798 if (SVN_IS_VALID_REVNUM(*revision)) in svn_fs__editor_commit()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c189 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_modify()
211 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
214 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
304 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_create()
340 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_directory_cb()
373 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_file_cb()
408 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_symlink_cb()
566 if (SVN_IS_VALID_REVNUM(replaces_rev)) in copy_cb()
605 if (SVN_IS_VALID_REVNUM(replaces_rev)) in move_cb()
798 if (SVN_IS_VALID_REVNUM(*revision)) in svn_fs__editor_commit()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c189 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_modify()
211 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
214 if (!SVN_IS_VALID_REVNUM(revision)) in can_modify()
304 if (!SVN_IS_VALID_REVNUM(created_rev)) in can_create()
340 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_directory_cb()
373 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_file_cb()
408 if (SVN_IS_VALID_REVNUM(replaces_rev)) in add_symlink_cb()
566 if (SVN_IS_VALID_REVNUM(replaces_rev)) in copy_cb()
605 if (SVN_IS_VALID_REVNUM(replaces_rev)) in move_cb()
798 if (SVN_IS_VALID_REVNUM(*revision)) in svn_fs__editor_commit()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c305 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
325 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
342 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
602 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
605 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
1118 if (SVN_IS_VALID_REVNUM(committed_rev)) in close_revision()
1228 SVN_ERR_ASSERT((SVN_IS_VALID_REVNUM(start_rev) && in svn_repos_get_fs_build_parser6()
1229 SVN_IS_VALID_REVNUM(end_rev)) in svn_repos_get_fs_build_parser6()
1232 if (SVN_IS_VALID_REVNUM(start_rev)) in svn_repos_get_fs_build_parser6()
1461 SVN_IS_VALID_REVNUM(end_rev)) in build_revprop_parser()
[all …]
H A Drev_hunt.c207 if (! SVN_IS_VALID_REVNUM(start)) in svn_repos_history2()
211 if (! SVN_IS_VALID_REVNUM(end)) in svn_repos_history2()
322 if (! SVN_IS_VALID_REVNUM(start)) in svn_repos_deleted_rev()
326 if (! SVN_IS_VALID_REVNUM(end)) in svn_repos_deleted_rev()
845 if (! SVN_IS_VALID_REVNUM(peg_revision)) in svn_repos_node_location_segments()
853 if (! SVN_IS_VALID_REVNUM(start_rev)) in svn_repos_node_location_segments()
860 if (! SVN_IS_VALID_REVNUM(end_rev)) in svn_repos_node_location_segments()
1626 if (!SVN_IS_VALID_REVNUM(start) in svn_repos_get_file_revs2()
1627 || !SVN_IS_VALID_REVNUM(end)) in svn_repos_get_file_revs2()
1632 if (!SVN_IS_VALID_REVNUM(start)) in svn_repos_get_file_revs2()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c305 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
325 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
342 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
602 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
605 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
1118 if (SVN_IS_VALID_REVNUM(committed_rev)) in close_revision()
1228 SVN_ERR_ASSERT((SVN_IS_VALID_REVNUM(start_rev) && in svn_repos_get_fs_build_parser6()
1229 SVN_IS_VALID_REVNUM(end_rev)) in svn_repos_get_fs_build_parser6()
1232 if (SVN_IS_VALID_REVNUM(start_rev)) in svn_repos_get_fs_build_parser6()
1461 SVN_IS_VALID_REVNUM(end_rev)) in build_revprop_parser()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c305 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
325 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
342 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
602 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
605 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
1118 if (SVN_IS_VALID_REVNUM(committed_rev)) in close_revision()
1228 SVN_ERR_ASSERT((SVN_IS_VALID_REVNUM(start_rev) && in svn_repos_get_fs_build_parser6()
1229 SVN_IS_VALID_REVNUM(end_rev)) in svn_repos_get_fs_build_parser6()
1232 if (SVN_IS_VALID_REVNUM(start_rev)) in svn_repos_get_fs_build_parser6()
1461 SVN_IS_VALID_REVNUM(end_rev)) in build_revprop_parser()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c305 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
325 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
342 if (SVN_IS_VALID_REVNUM(rev_from_map)) in renumber_mergeinfo_revs()
602 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
605 if (! SVN_IS_VALID_REVNUM(copyfrom_rev)) in maybe_add_with_history()
1118 if (SVN_IS_VALID_REVNUM(committed_rev)) in close_revision()
1228 SVN_ERR_ASSERT((SVN_IS_VALID_REVNUM(start_rev) && in svn_repos_get_fs_build_parser6()
1229 SVN_IS_VALID_REVNUM(end_rev)) in svn_repos_get_fs_build_parser6()
1232 if (SVN_IS_VALID_REVNUM(start_rev)) in svn_repos_get_fs_build_parser6()
1461 SVN_IS_VALID_REVNUM(end_rev)) in build_revprop_parser()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c62 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_base_func()
101 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_props_func()
144 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_kind_func()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c62 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_base_func()
101 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_props_func()
144 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_kind_func()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c62 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_base_func()
101 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_props_func()
144 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_kind_func()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c62 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_base_func()
101 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_props_func()
144 if (! SVN_IS_VALID_REVNUM(base_revision)) in fetch_kind_func()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Drepos-test.c109 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
171 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
226 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
280 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
413 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in node_tree_delete_under_copy()
424 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in node_tree_delete_under_copy()
555 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
565 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
576 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
588 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Drepos-test.c109 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
171 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
226 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
280 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
413 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in node_tree_delete_under_copy()
424 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in node_tree_delete_under_copy()
555 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
565 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
576 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
588 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Drepos-test.c109 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
171 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
226 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
280 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in dir_deltas()
413 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in node_tree_delete_under_copy()
424 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in node_tree_delete_under_copy()
555 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
565 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
576 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
588 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev)); in revisions_changed()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_repos/
H A Drepos-test.c109 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
171 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
226 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
280 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
413 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
424 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
555 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
565 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
576 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
588 SVN_TEST_ASSERT(SVN_IS_VALID_REVNUM(youngest_rev));
[all …]

12345678910>>...24