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

Re: Synchronization between SVN server and Developement web server

From: David Glasser <glasser_at_davidglasser.net>
Date: Wed, 23 Jan 2008 16:45:43 -0800

You'll get a better response on users_at_subversion.tigris.org; this list
is for developing SVN itself.

--dave

On Jan 23, 2008 9:36 AM, mary <maryzhangca_at_gmail.com> wrote:
>
>
> 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
>
>

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
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 01:45:54 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.