Fixes #567, hands the case where the svn directories were moved
git-svn-id: file:///home/svn/framework3/trunk@7593 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
796e8cdfc3
commit
3796cf3865
|
@ -83,6 +83,10 @@ class SVN
|
|||
|
||||
def self.last_updated_date
|
||||
@@info ||= load_root
|
||||
svnt = @@info[:updated]
|
||||
if(not svnt)
|
||||
return
|
||||
end
|
||||
Date.parse(@@info[:updated])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue