0

I am looking for a web server where I can place my SVN repository on.

The solution should have a ticket tracking system like TRAC, and the ability to deploy to live from the server using a tool something like Hudson and have PHPUnit testing built-in on deployment.

Does anyone know where I can find such a thing?

I have found SVN servers, Hudson, etc. But all separate solutions, however I'm looking for something all on the same server package.

Seki
  • 11,135
  • 7
  • 46
  • 70
Thomas
  • 342
  • 11
  • 29

2 Answers2

1

I am running Apache web server on a Linux server and within that environment running Subversion and Trac. Here is an article to get you started Using Subversion under Apache

Here is an article for Debian using Subversion under Apache in Debian

Richard Chambers
  • 16,643
  • 4
  • 81
  • 106
  • 1
    Does your answer include the holistic solution? Would it include the deployment using Hudson and have unit testing included? – Thomas Aug 14 '12 at 12:37
1

Ubersvn is closest to what you want, but nothing is an all-in-one package. You should try to combine the pieces yourself, you'll learn good stuff and get a solution that fits perfectly to your needs. All these things do just that anyway, take individual pieces and combine them to make a whole that's better than the pieces.

Ubersvn has an 'app store' including Jenkins for build and what deployment it offers, but you'll still have to configure it for PHPUnit (and Clover)

gbjbaanb
  • 51,617
  • 12
  • 104
  • 148