Looking for a tool for SVN deployment

Please help!
I am looking for a tool which can perform following tasks:

  1. Display repository lists
  2. Upload repository via ssh to production server
  3. Check the last repository number updated
  4. Capable to work with Apache and PHP on Linux OS.

Thank you.


  1. text svn list uri:/to/repo
  2. rsync

  3. text svn log -rHEAD uri:/to/repo | awk '/^r[0-9]/{print}'
  4. All of the above

If that doesn't fit your bill, please be more specific on what you want, and maybe on what you need to do. Otherwise we'll only be able to provide vague answers.

Pludi
Thank you so much for your answer.
I need kinda of a Web Management tool which will allow me performing these actions, instead of using command line or shell scripts.:confused: