开发者

Is There a PHP SVN Server [duplicate]

This question already has answers here: Closed 12 years ago.

Possible Duplicate:

PHP Source Control Server

Hello,

I know there is a SVN Extension for php before some one comments on that.

I'm asking for a php SVN Server as i would like to read how SVN's save the changes as i want to do the same ting but use mysql Database instead for my content allso i would like to see how it's formed when the latest Repo is downloaded so i could do with project.

I dont mind other scripting langs just no compiled application posting please

EDIT Ok what im looking for is the method svn uses to detect and save changes. And the method used to construct the end result file when downloading a repo

THIS is not for me to build on SVN its for me to build a System that replicates the 2 parts mentioned above

Awnser ----------开发者_运维百科------------------ http://pear.php.net/manual/en/package.text.text-diff.intro.renderers.php


If your interested in looking into the data format they use, do you know SVN has a Berkeley DB backend?

http://svnbook.red-bean.com/en/1.5/svn.reposadmin.create.html

svnadmin create --fs-type bdb /var/svn/repos
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜