Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 71
f21321d97145
parent 55
b5c84934de9c
child 96
9624a110667d
--- a/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sun Jan 17 12:21:06 2010 +0000
+++ b/Plugins/VcsPlugins/vcsSubversion/subversion.py	Sun Jan 17 13:41:01 2010 +0000
@@ -245,6 +245,7 @@
                 project.closeProject()
                 return
             shutil.rmtree(tmpProjectDir, True)
+            project.closeProject(noSave = True)
             project.openProject(pfn)
         
     def vcsImport(self, vcsDataDict, projectDir, noDialog = False):
@@ -1818,4 +1819,4 @@
         @param interval check interval for the monitor thread in seconds (integer)
         @return reference to the monitor thread (QThread)
         """
-        return SvnStatusMonitorThread(interval, project.ppath, self)
\ No newline at end of file
+        return SvnStatusMonitorThread(interval, project.ppath, self)

eric ide

mercurial