onefang pushed a commit to branch master.

http://git.enlightenment.org/admin/devs.git/commit/?id=e899eecdc9889e460e80b5eccec2dfb83bc3ae8c

commit e899eecdc9889e460e80b5eccec2dfb83bc3ae8c
Author: David Walter Seikel <won_f...@yahoo.com.au>
Date:   Sun Aug 30 12:41:58 2015 +1000

    Remove SVN stuff that is long been obsolete.
---
 developers/onefang/build_efl.lua | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/developers/onefang/build_efl.lua b/developers/onefang/build_efl.lua
index 484a721..a4fcf00 100755
--- a/developers/onefang/build_efl.lua
+++ b/developers/onefang/build_efl.lua
@@ -252,12 +252,6 @@ if nil ~= arg[1] then
     end
 else
 
---[[ SVN is no longer used.
-    printf("Updating SVN, this might take a while.\n")
-    -- TODO - Should do a check out if it does not exist, like git does below.
-    os.execute(saEnvVars .. 'cd SVN && svn update --accept theirs-conflict 
2>&1 | tee /tmp/eflBuild/subversion.log')
-    os.execute('sudo echo " "')                -- Just tickle the sudo so it 
remembers, in case the SVN took too long.
-]]--
     printf("Updating git, this might take a while.\n")
     for line in io.lines('/tmp/eflBuild/repos_sorted.txt') do
        local path = string.sub(line, 1, -5)

-- 


Reply via email to