Home
last modified time | relevance | path

Searched refs:allow_unversioned (Results 1 – 16 of 16) sorted by relevance

/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Dclient_update_parameter.h77 bool allow_unversioned()const;
78 UpdateParameter &allow_unversioned(bool);
H A Dclient_update_parameter.cpp60 GETSETSI(UpdateParameter, bool, _allow_unversioned, allow_unversioned)
H A Dclient_modify.cpp185 params.ignore_externals(), params.allow_unversioned(), in update()
408 bool allow_unversioned, in doSwitch() argument
423 allow_unversioned, in doSwitch()
H A Dclient.h331 bool allow_unversioned = false,
H A Dclient_impl.h298 bool allow_unversioned = false,
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.h72 svn_boolean_t allow_unversioned,
H A Dentries.c1324 svn_boolean_t allow_unversioned, in svn_wc__get_entry() argument
1381 err = svn_wc__get_entry(entry, db, local_abspath, allow_unversioned, in svn_wc__get_entry()
1404 if (allow_unversioned) in svn_wc__get_entry()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.h72 svn_boolean_t allow_unversioned,
H A Dentries.c1324 svn_boolean_t allow_unversioned, in svn_wc__get_entry() argument
1381 err = svn_wc__get_entry(entry, db, local_abspath, allow_unversioned, in svn_wc__get_entry()
1404 if (allow_unversioned) in svn_wc__get_entry()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.h72 svn_boolean_t allow_unversioned,
H A Dentries.c1324 svn_boolean_t allow_unversioned, in svn_wc__get_entry() argument
1381 err = svn_wc__get_entry(entry, db, local_abspath, allow_unversioned, in svn_wc__get_entry()
1404 if (allow_unversioned) in svn_wc__get_entry()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dentries.h72 svn_boolean_t allow_unversioned,
H A Dentries.c1324 svn_boolean_t allow_unversioned, in svn_wc__get_entry() argument
1381 err = svn_wc__get_entry(entry, db, local_abspath, allow_unversioned, in svn_wc__get_entry()
1404 if (allow_unversioned) in svn_wc__get_entry()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dsvnactions.h128 … depth, const svn::Revision &peg, bool stickydepth, bool ignore_externals, bool allow_unversioned);
H A Dsvnactions.cpp1442 …targets(targets).revision(rev).depth(depth).ignore_externals(false).allow_unversioned(false).stick… in makeUpdate()
1795 bool allow_unversioned) in makeSwitch() argument
1805 …ient->doSwitch(p, svn::Url(rUrl), r, depth, peg, stickydepth, ignore_externals, allow_unversioned); in makeSwitch()
/dports/devel/kdesvn/kdesvn-2.1.0/src/kiosvn/
H A Dkiosvn.cpp760 …vision(revnumber).depth(svn::DepthInfinity).ignore_externals(false).allow_unversioned(false).stick… in update()