摘要: Description : Commit failed (details follow): Suggestion : The operation could not be completed. Technical Information===================== Error : V4Error Exception : ZSVNExceptionCausal Information==================Description : Commit failed (details follow): Status : 13Description : Ca... 阅读全文
posted @ 2013-11-05 15:23 GreyWolf 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: MAC已经自带了SVN,所以,直接使用就好1、创建svn repositorysvnadmin create/path/svn/pro //仓库位置,svn是svn的目录,pro是一个版本库的目录PS:这里有个歧义,按这样的方式添加SVN后,在启动SVN服务的时候,记得要用/path/svn这个路径,而不能用/path/svn/pro这个路径,不然会报doesn't exist2、配置svn用户权限。/path/svn/pro/conf/目录下存在3个文件:authz,passwd,svnserve.conf(1)、配置svnserve.conf将里面的#anon-access = r 阅读全文
posted @ 2013-11-05 14:30 GreyWolf 阅读(3283) 评论(2) 推荐(0) 编辑