~gagern/bzr-svn/bug242321

« back to all changes in this revision

Viewing changes to tree.py

  • Committer: Jelmer Vernooij
  • Date: 2008-06-17 21:03:10 UTC
  • Revision ID: jelmer@samba.org-20080617210310-x1uzjw4hry0x252d
Specify paths explicitly to do_update and do_switch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        self.file_data = {}
137
137
        root_repos = repository.transport.get_svn_repos_root()
138
138
        reporter = repository.transport.do_switch(
139
 
                self.revnum, True, 
 
139
                self.revnum, "", True, 
140
140
                urlutils.join(root_repos, self.branch_path), editor)
141
141
        reporter.set_path("", 0, True, None)
142
142
        reporter.finish()