Re: Ideal Subversion Setup
From: Brendan Farr-Gaynor <brendan_at_resolutionim.com>
Date: Wed, 16 Dec 2009 11:11:00 -0500
Hi David,
We're doing the same type of work, web development on numerous projects.
We just starting using Coda, which accesses the repo via http and then
Basically we work from one big repo for all of our projects, each of
/ourRepo
Then in apache we have 1 site, which has a wildcard DNS record pointed
eg. *.dev.resolutionim.com
so we could do: client1.dev.resolutionim.com, client2.dev.resolutionim.com
In our Apache .conf file for that site, we have a mod_vhost_alias that
/devWebRoot
It works quite well for us so far.
-- Brendan Farr-Gaynor On 2009-12-16, at 11:00 AM, David Burleson wrote: > Hi Everyone, > > I have been using subversion with TortoiseSVN for a couple of years > now. I work in a team of 3 web developers on multiple websites. Im > starting to wonder if the way we use subversion and version control > is the correct way. So, I have posted to ask advice on the best way > to use Subversion in a web development team with multiple projects. > > We currently each have our own development area on a local web > server for each project. We also each have our own SVNcheckout of > each project. Once we have checked out/updated our 'repo' we drag > the contents over to our development area to work. Once we are > finished working, we drag the files back over to our 'repo' and > commit it. > > I have a feeling that the better process is to make your development > area the SVNcheckout. My only problems is how subversion and > TortoiseSVN handle symlinks and file/dir permissions. We have a > couple of symlinks for folders like 'images' so we don't have to > duplicate the directories on the webserver and some folders which we > upload files too have 777 permissions and what not. I don't know if > subversion or TortoiseSVN will pass these own and treat the symlink > as a symlink and not a folder, and pass the permission into the > 'repo' too. > > I would greatly appreciate any feedback on the ideal setup for this > occasion as I'm looking for ways to streamline our development > process. > > Please note that im not a regular user of mailing lists, so I > apologise if I have/haven't done something correctly to post this > email to the list. > > Best Regards, > DavidReceived on 2009-12-16 17:11: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.