4
創建一個新的svn-depot並提交文件後,我得到一個空的日誌。我做了以下內容:提交後的空日誌
$ mkdir tmp
$ cd tmp
$ svnadmin create depot
$ # copy empty depot to the work repo
$ svn co file:///home/antoras/dev/java/tmp/depot/ work
$ cd work
$ touch test
$ svn add test
$ svn commit -m "fist commit"
$ svn log
這之後,我得到的唯一輸出是-
-signs一行。但我想要提交消息。我錯了什麼,以及如何解決它?