zoukankan      html  css  js  c++  java
  • svn的配置

    红色配置authz这个表,指定访问的用户

    # harry_and_sally = harry,sally
    # harry_sally_and_joe = harry,sally,&joe

    # 指定根目录和用户访问权限
    [/]
    admin = rw
    liwei = rw
    lly = rw
    * =

    # [repository:/baz/fuz]
    # @harry_and_sally = rw
    # * = r

    2 配置svnserve.conf 开入下面的规则,去掉前面的#号

    password-db = passwd
    authz-db = authz

    anon-access = none(anon-access = read -->修改为 anon-access = none,不改会导行show log不显示

    auth-access = write

    3.启动服务端 

    doc 下执行

    svnserve.exe -d -r E:wwwsvn2   (你的svn版本文件夹数据所有的目录)

    4,查看是否开发了端口 3690 默认

    5.自动启动,svn

    sc create svnserve binpath= "C:Program Files (x86)Subversioninsvnserve.exe --service --root E:wwwsvn"

     6.获取本机ip

  • 相关阅读:
    根据数组对象中的某个属性值排序
    vue小知识
    vue项目中config文件中的 index.js 配置
    小问题
    原生无缝轮播
    webpack打包提交代码
    echarts
    面试问题
    MySql
    vue-router 跳转原理
  • 原文地址:https://www.cnblogs.com/my2018/p/9783841.html
Copyright © 2011-2022 走看看