我想在subversion控件下提交一个更改文件:
svn ci some-file -m "some-comment"
但我收到了
svn: Commit failed (details follow):
svn: Revision file lacks trailing newline
通过互联网上的快速搜索,我无法找到一个明确的答案如何在这种情况下继续。所以,如果这里有人知道,我会非常感激。
编辑/更新:版本为:
c:\>svn --version
svn, version 1.6.5 (r38866)
compiled Sep 1 2009, 13:23:06
和
c:\>svnadmin, version 1.6.5 (r38866)
compiled Sep 1 2009, 13:23:06
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository back-end (FS) modules are available:
* fs_fs : Module for working with a plain file (FSFS) repository.