summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/svn.py
AgeCommit message (Expand)Author
2021-09-21bitbake: fetch2/svn: Allow peg-revision functionality to be disabledRichard Purdie
2021-05-06bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-02-20bitbake: fetch2/svn: Avoid UnboundLocalError exceptionRichard Purdie
2020-02-19bitbake: fetch2: svn: care for path_specJens Rehsack
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-09-18bitbake: svn fetcher: allow "svn propget svn:externals" to failMikko Rapeli
2019-05-21bitbake: svn.py: Stop SVN from directly pulling from an external layer w/o fe...Mark Hatle
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-12-01bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-23bitbake: fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen
2017-02-19bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-09-02bitbake: bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-08-10bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez
2015-10-27bitbake: fetcher: svn: Add support for checkout to a custom pathJens Rehsack
2014-07-04bitbake: fetch2/svn: Add transportuser parameter1.7_M1Richard Purdie
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-11-01bitbake: fetch2/svn.py: use log instead of info to retrieve revisionNicolas Dechesne
2013-05-22bitbake: fetch2/git: Clean up sortable_revisionRichard Purdie
2013-05-03bitbake: fetch2/svn: Do not save authenticationVanveerdeghem, Simon
2012-07-18bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa
2012-07-04bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie
2011-04-20bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-07bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr...Richard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-02fetch2: Allow multiple src rev to be used in one src_uriYu Ke
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-01-10bb.fetch2.svn.py: add urldata_initYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke