summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/svn.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson2018-12-061-28/+36
* bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy2018-06-151-2/+3
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-011-3/+2
* bitbake: fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen2017-02-231-5/+5
* bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day2017-02-191-1/+1
* bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen2016-11-301-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-1/+1
* bitbake: bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson2016-09-021-1/+1
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-201-8/+5
* bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez2016-08-101-1/+1
* bitbake: fetcher: svn: Add support for checkout to a custom pathJens Rehsack2015-10-271-2/+7
* bitbake: fetch2/svn: Add transportuser parameter1.7_M1Richard Purdie2014-07-041-1/+2
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-9/+9
* bitbake: fetch2/svn.py: use log instead of info to retrieve revisionNicolas Dechesne2013-11-011-6/+8
* bitbake: fetch2/git: Clean up sortable_revisionRichard Purdie2013-05-221-2/+2
* bitbake: fetch2/svn: Do not save authenticationVanveerdeghem, Simon2013-05-031-0/+2
* bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa2012-07-181-1/+1
* bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie2012-07-041-5/+10
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-201-0/+2
* Fix more incorrect usages of 'is'Chris Larson2011-03-311-3/+3
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-2/+2
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+7
* bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr...Richard Purdie2011-02-071-21/+1
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-11/+3
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-1/+1
* fetch2: Allow multiple src rev to be used in one src_uriYu Ke2011-02-021-2/+2
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-251-1/+3
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-1/+1
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-101-8/+2
* bb.fetch2.svn.py: add urldata_initYu Ke2011-01-101-1/+5
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-5/+5
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+204