[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 <maryzhangca_at_gmail.com>
Date: Wed, 23 Jan 2008 09:36:06 -0800 (PST)

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 !

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-24 00:35:25 CET

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

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