nomailme / treetrim

Automatically exported from code.google.com/p/treetrim
1 stars 0 forks source link

Program will Crash when i try to clean up a SVN work copy directory. #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. right click a SVN local directory.
2. click " clean this source code"
3. done.

What is the expected output? What do you see instead?

---------------------------
Trim Tree
---------------------------
文件“C:\Work\treetrim\src\bin\debug”正由另一进程使用,因此该��
�程无法访问该文件。

   在 System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)

   在 System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)

   在 System.IO.Directory.Delete(String path, Boolean recursive)

   在 Dunn.TreeTrim.Disk.DeleteFileOrDirectory(String path)

   在 Dunn.TreeTrim.DeleteFromDiskPlugin.Plugin.deleteChildDirectories(DirectoryInfo directoryInfo)

   在 Dunn.TreeTrim.DeleteFromDiskPlugin.Plugin.analyse(String pathToDirectory)

   在 Dunn.TreeTrim.DeleteFromDiskPlugin.Plugin.Run(IPluginRuntimeSettings settings, IPlugin lastPlugin)

   在 Dunn.TreeTrim.Task.Run(ITask lastTask)

   在 Dunn.TreeTrim.Trimmer.TrimTree(ITaskCollection tasks, String sourceTreeRoot)

   在 TreeTrim.Gui.App.Main(String[] args)

--------

---------------------------
确定   
---------------------------

What version of the product are you using? On what operating system?
 the latest version .

Please provide any additional information below.

i fixed it my local. please check the patch file on attachement.

Original issue reported on code.google.com by izhangro...@gmail.com on 5 Dec 2011 at 9:01

Attachments: