提交 439194e3 编写于 作者: K kohsuke

rev.19332 went with a partial change.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@19333 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b7a52ff7
......@@ -1018,10 +1018,6 @@ public class CVSSCM extends SCM implements Serializable {
} finally {
w.abort();
}
File tmp = new File(f, "CVS/Entries.tmp");
FileUtils.writeStringToFile(tmp,newContents.toString());
entries.delete();
tmp.renameTo(entries);
}
// recursively process children
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册