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

RE: SVN and web development

From: Shawn Talbert <stalbert_at_exploreconsulting.com>
Date: Mon, 14 Jan 2008 11:12:17 -0800

I kinda like a hybrid version of the ones you mention:

1. use svn update (to efficiently update) to some staging area on the web server
2. svn export that to the real web folder (this avoids polluting with svn metadata).

-----Original Message-----
From: itsimonb_at_gmail.com [mailto:itsimonb_at_gmail.com] On Behalf Of Szymon Bakowski
Sent: Monday, January 14, 2008 6:52 AM
To: users_at_subversion.tigris.org
Subject: SVN and web development

Hello guys,

First post here :D

I was using SVN for quite some time now and must admin that this is an
excellent product.

What I was recently contemplating on, is how to make some things
automatic in regards to enterprise development process and would like
to share my thoughts with you. I went through the archive but haven't
found many interesting posts on that matter. In particular, I am
interested in opinions as to how syncing process from svn server
should be carried out towards live web servers.

First of all, let me share two interesting links in this matter:

http://subversionee.blogspot.com/
http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/

After reading above and some personal experience, I've compiled a
following list of ideas as to syncing to live servers problems:

* making a directory on a web server a "working copy" and then just
updating it to particular tag (tag in this context would mean a
snapshot of a trunk considered as release)

* making a checkout or update to /tmp directory and then sync it to
the destination htdocs

* use "svn export" as a post-commit hook after creating new tag (as
earlier, that would mean to create a new release and trigger live
servers update)

I was wondering what would be your thoughts on this matter.

Regards

Szymon Bakowski

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-14 20:12:45 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.