views:

115

answers:

0

I'd like to configure svn so that very 'commit' is reflected in the appropriate folder within the (web) server. When initially configuring svn I imported the files into 'webdev/trunk/' keeping their respective directory structure:

htdocs/
| application/
| | models/
| | views/
| | controllers/
|
| public/ <--- web root
| | stylesheets/
| | javascripts/
| | images/

Below is the batch file I've put together, I'd appreciate help with completing the batch file so that it can update the 'working' copy on the web server.

D:\Subversion\bin\svn.exe update D:\apache2\htdocs --quiet --non-interactive