Coder Social home page Coder Social logo

phpsvn's Introduction

phpSvn

first version
本系统用php管理svn代码审核及代码发布,目前只适用linux:
要把本系统放到已经配置好svn的目录中

1、先配置include/config.db.php
2、运行install
3、在计划任务里加上1小时一次执行的任务:php 根目录/crontab/get_revision_list.php (notice:get_revision_list.php里要改require路径)
4、默认用户名和密码是admin admin

错误排除

1、如果更新不成功,则查看下/var/log/http/下的error_log 2、如果报svn: E000013: Can't create temporary file from template '/home/www/.svn/tmp/svn-XXXXXX': Permission denied,则可以在计划任务中加:*/2 * * * * chown apache:apache /home/www/.svn/tmp(相关路径自动更改)

phpsvn's People

Contributors

junqing124 avatar

Stargazers

Joeries Young avatar ninenights avatar

Watchers

James Cloos avatar  avatar

Forkers

jzxyouok

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.