MingMZ / treetrim

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

Access to the path 'all-wcprops' is denied #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Windows 7 64 bit
2. Copy subversion folders to a 'staging' folder, so that I'm not cleaning 
out my working folder.
3. Right click the staging folder, and choose 'Clean This Source Code'.

=> Message box with:

---------------------------
Trim Tree
---------------------------
Access to the path 'all-wcprops' is denied.

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

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

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

   at 
Dunn.TreeTrim.DeleteFromDiskPlugin.Plugin.deleteChildDirectories(DirectoryI
nfo directoryInfo)

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

   at 
Dunn.TreeTrim.DeleteFromDiskPlugin.Plugin.deleteChildDirectories(DirectoryI
nfo directoryInfo)

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

   at 
Dunn.TreeTrim.DeleteFromDiskPlugin.Plugin.deleteChildDirectories(DirectoryI
nfo directoryInfo)

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

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

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

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

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

Original issue reported on code.google.com by vanpeteg...@gmail.com on 28 Feb 2010 at 9:26

GoogleCodeExporter commented 9 years ago
Ya, this makes it a non-strater for me.

Original comment by Glucopi...@gmail.com on 6 May 2011 at 8:01