Your shell script should either checkout the latest version from the branch, or you can svn:external [1] the branch, or preferably you should scan the tags directory and checkout the latest stable version.
Jamie Learmonth http://www.boxlightmedia.com [1] http://svnbook.red-bean.com/en/1.0/ch07s03.html On 5 Set, 15:41, Tom Haskins-Vaughan <[EMAIL PROTECTED]> wrote: > Hi all, > > I have, as I suppose have many of you, come across the issue of reducing > the time it takes to get a new symfony project up and running. I spend > most of my time doing small to medium-sized projects and so cutting down > on this time is vital. > > I started off by using a shell script to create the project, copy some > common files and add it to an svn repository. But now, as I have got > more comfortable with subversion, I am thinking about creating a > templste project in a subversion repository that i just ``svn copy`` to > each new project I need. I obviously don;t intend to store any > symfony-generate model/form files in the repo. > > I guess my first question is: will this method take into account any > changes that are made to the symfony library (I'm using the 1.1 branch)? > > Secondly: how do other people do this? I tried Google but all I came up > with nothing. > > TIA > > Tom > -- > Tom Haskins-Vaughan > Temple Street Media: Design and Development for the Web > [EMAIL PROTECTED] |www.templestreetmedia.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
