[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Synchronization between SVN server and Developement web server

From: mary zhang <maryzhangca_at_hotmail.com>
Date: Thu, 24 Jan 2008 14:22:58 +0000

Hey, I am looking for some help for the issue of Synchronization between SVN server and Developement web server
---Developer work station: Windows XP install the TortoiseSVN
---SVN server: SVN 1.4.5 is installed in a independent server, development web server is separated with SVN server.
---SVN repository structure: multiple projects set up in the repository;under each project there is trunk, branch and tags folder. During the developing stage, developer check out the project from SVN server, and set up a working folder at the local machine, and when finish the work commit the changes to SVN server. For developer to view the changes there is web server host the site, we try to use the post-commit hook to synchronize between the SVN repository and development web server where the files are hosted. The synchronization seems works but one drawback is, each time the whole structure (folders and files) in the repository will be updated in development server. My question is: Which script pass the variables which I can use to identify which project the developer has committed and which file has been committed, that way and repository can just copy the file to temp folder then to updated in the development web server? Is any way to do this and how to do it? Thanks !
 
Mary
_________________________________________________________________
Received on 2008-01-24 18:05:29 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.