Advertisement

在Mac系统中配置SVN及版本管理

阅读量:
复制代码
 第一步:mkdir /Users/svn

    
 第二步:svnadmin create /Users/svn/repository
    
 第三步:修改respotitory目录下的conf目录下的文件 
    
           1、修改passwd文件 :
    
 ### This file is an example password file for svnserve.
    
 ### Its format is similar to that of svnserve.conf. As shown in the
    
 ### example below it contains one section labelled [users].
    
 ### The name and password for each user follow, one account per line.
    
  
    
 [users]
    
 huangyibiao = tianshi520   (这个是我自己设置的帐号和密码)
    
 sally = sallyssecret
    
          2、修改authz文件 
    
 ### This file is an example authorization fi

全部评论 (0)

还没有任何评论哟~