public static bool ExistsForFile(string fullpath, string hintpath = null) { if (SvnIntegration.AppliesToFile(fullpath, hintpath)) { return(SvnIntegration.IsSymlink(fullpath)); } return(false); }