# HG changeset patch # User Sylvain Thénault # Date 1268648331 -3600 # Node ID cc94a3f3321f173bae112a1623d882fa7be8f657 # Parent 627fcd90e08fdff159fdbd770e3f0371cdbb610b# Parent a5250dafdcacd36293bda94b16804cda46b60681 backport stable diff -r 627fcd90e08f -r cc94a3f3321f server/migractions.py --- a/server/migractions.py Fri Mar 12 16:53:18 2010 +0100 +++ b/server/migractions.py Mon Mar 15 11:18:51 2010 +0100 @@ -147,7 +147,7 @@ try: for source in repo.sources: try: - source.backup(osp.join(tmpdir, source.uri, self.confirm)) + source.backup(osp.join(tmpdir, source.uri), self.confirm) except Exception, ex: print '-> error trying to backup %s [%s]' % (source.uri, ex) if not self.confirm('Continue anyway?', default='n'):