9 Nov
2014
9 Nov
'14
7:27 a.m.
On 10/12/13 06:31, Lukáš Jirkovský wrote:
Previously the sources were dowloaded in HEAD revision in the download_svn(). If a specific revision was requested in fragment, the code was updated to that revision in extract_svn(). However, because SVN is a centralized system, this means that the changed sources has to be downloaded again.
By moving the fragment handling to download_svn(), we get the correct revision without having to download it later in extract_svn().
This patch keeps in our download and extract are separate steps style which allow offline building. Pulled to my VCS branch.