我第一次配置svn服务器并初始化

AndyMacBookPro:conf andy$ ps -ef|grep svnserv
  501  2099     1   0  4:18下午 ??         0:00.00 /Applications/Xcode.app/Contents/Developer/usr/bin/svnserve -d -r /Users/andy/svn_root
  501  2101  1740   0  4:18下午 ttys003    0:00.00 grep svnserv
AndyMacBookPro:conf andy$ svn import -m '创建基于thinkphp3.2.2的本地开发版本'  /usr/local/webdata/thinkphp3 svn://localhost/svn_root
svn: E200002: Unable to connect to a repository at URL 'svn://localhost/svn_root'
svn: E200002: /Users/andy/svn_root/conf/svnserve.conf:19: Option expected

AndyMacBookPro:conf andy$ 



你可能感兴趣的:(我第一次配置svn服务器并初始化)