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.
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)