我找到了这个教程:http://masstransmit.com/garage_blog/create-svn-existing-project/
但我陷入了第3步
我做的是:
svnadmin create /root/cinnamon-for-crux
svn import /root/cinnamon file:///root/cinnamon-for-crux
现在步骤3应该根据教程:svn co /root/cinnamon-for-crux
。
但后来我得到了错误的消息。
任何能告诉我如何让这项工作变得如此肉桂的人都将成为一个包含所有数据和肉桂内容的svn回购?
编辑1:所以svn co file:///cinnamon-for-crux
可以工作
编辑2:如果我从编辑1 svn co file://cinnamon-for-crux
执行命令,我会看到以下错误消息:
svn: E1800001: Unable to connect to a repo at url 'file:///cinnamon-for-crux'
svn : E1800001 : Unable to open a ra-local session to URL
svn: E1800001: Unable to open repo at url 'file:///cinnamon-for-crux
编辑3:它有效。谁能告诉我在googlecode上将本地树上传到我的页面的命令是什么?
答案 0 :(得分:2)
存储库路径始终是URL。您需要使用file:///root/cinnamon-for-crux
。