0

I have a testing server for php applications. I decided to start using subversion which I installed and it works fine but I need some help with the following scenario. I want each developer to be able to checkout their own copy on that server, then test it by simply going to url and if everything seems fine then commit their changes. Then when all new features have been implemented the code would be pushed to production.

Thanks

marcin_koss
  • 5,375
  • 8
  • 40
  • 56
  • Are you looking for http://stackoverflow.com/questions/111436/how-can-i-get-the-svn-revision-number-in-php ? – Praveen-K Apr 04 '12 at 04:52

1 Answers1

0

I think you can solve this by synchronizing the repository on your Apache server with the other server. Have a look at the following thread: How to synchronize two Subversion repositories?

Community
  • 1
  • 1
Joris
  • 3,200
  • 2
  • 19
  • 18