chiark / gitweb /
Update svn repo before checking RepoManifest
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 21 May 2013 18:21:46 +0000 (20:21 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 21 May 2013 18:21:46 +0000 (20:21 +0200)
fdroidserver/checkupdates.py

index 424cb1ad4855f5a24c3c35fcfb1f0f6eeb57e1db..31e1170e0fc1c3cb9a445ef57884b1c7449af203 100644 (file)
@@ -116,7 +116,7 @@ def check_repomanifest(app, sdk_path, branch=None):
         elif app['Repo Type'] == 'git-svn':
             vcs.gotorevision('trunk')
         elif app['Repo Type'] == 'svn':
-            pass
+            vcs.gotorevision(None)
         elif app['Repo Type'] == 'hg':
             if branch:
                 vcs.gotorevision(branch)