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

RE: [Subclipse-users] Sending repository files to webserver

From: Fournier,Danny [NCR] <Danny.Fournier_at_ec.gc.ca>
Date: 2006-10-24 15:08:50 CEST

Sorry Mark. I'll send to the appropriate list.

Dan

-----Original Message-----
From: Mark Phippard [mailto:markp@softlanding.com]
Sent: Tuesday, October 24, 2006 9:00 AM
To: users@subclipse.tigris.org
Subject: Re: [Subclipse-users] Sending repository files to webserver

"Fournier,Danny [NCR]" <Danny.Fournier@ec.gc.ca> wrote on 10/24/2006
08:58:01 AM:

> I'd like to know how to take the files from the repository and
> put/export/copy them on the webserver so that the client in question
> can
see
> the updated version of his site.
>
> Here's a brief explanation of our architecture:
>
> Development project URL
> http://dev-webserver/project-dir/
>
> Local copies
> http://dev-webserver/project-locals/coderA/
> http://dev-webserver/project-locals/coderB/
> http://dev-webserver/project-locals/coderC/
>
> Repository
> Drive:\folder\repository

Wrong mailing list. You probably want users@subversion.tigris.org

Easiest way to do this is to do an svn checkout of the files to the web
server location. Then, whenever you do a commit, you just need to run
svn update and the changes will go to the server. This could be done in
a hook script or as a scheduled job.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Oct 24 15:08:56 2006

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

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