Fixes #567, hands the case where the svn directories were moved

git-svn-id: file:///home/svn/framework3/trunk@7593 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-11-24 12:47:05 +00:00
parent 796e8cdfc3
commit 3796cf3865
1 changed files with 4 additions and 0 deletions

View File

@ -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