Searched refs:CVSTempDir (Results 1 – 1 of 1) sorted by relevance
156 File CVSTempDir = new File(CVSTemp); in commitFeedToCVS() local157 if (CVSTempDir.isFile()) { // if dir exists as a file, we need a new tmp folder name in commitFeedToCVS()159 CVSTempDir = new File(CVSTemp); in commitFeedToCVS()161 if (CVSTempDir.isDirectory()) { in commitFeedToCVS()162 if (!CVSTempDir.delete()) { in commitFeedToCVS()163 …s.getString("RSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder") + SP + CVSTempDir); //$NON-NLS-1$ in commitFeedToCVS() local166 CVSTempDir.mkdir(); in commitFeedToCVS()168 …System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSTemp") + SP + CVSTempDir); //$… in commitFeedToCVS() local