[root@up-subversion ~]# svn import NetBackup file:///test/ -m "test"
svn: The log message is a pathname (was -F intended?); use '--force-log' to override
Fix
[root@up-subversion ~]# svn import NetBackup file:///test/ -m "test message"
The message name was the same as the repo name and hence the error
No comments:
Post a Comment