private static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromPath)
 {
     SVNFileStatusCache.Refresh(EditorApplication.RepaintProjectWindow);
 }
 private static void OnRefreshFileStatus()
 {
     SVNFileStatusCache.Refresh(EditorApplication.RepaintProjectWindow);
 }