Re: Want to set up SVN for a web app
From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Wed, 01 Apr 2009 11:33:14 -0500
Theodore H. Smith wrote:
Start with the concept that every developer will have his own
> We have multiple developers. And each developer mostly is working on separate projects that "link" together. Does that mean I need multiple repositories?
They probably need their working copies to be viewable by a test
> Also, we cannot make the entire website into the svn repository, because there are hundreds of thousands of user generated files lying around!
Some people try to run a working copy as their live site but it is
> I'm thinking we need multiple repositories.
That's a matter of choice - you can put multiple projects under one
> So, what would our steps be?
The clean approach is to import your current 'master' copies to the
> And then step 3?
Everyone who makes changes should check out their own working copy. The
> Also, I tend to do my work by editing the file using Transmit for Mac, and a plain text editor. This is handy Transmit polls a local copy of a file downloaded from the server. Once it has found changes, it uploads the file back to the server! So basically this means Transmit allows ANY app to edit any file on my server, transparently! No need to worry about uploading, permissions, paths, passwords or any wierd stuff. Just edit with my favourite app, and away I go.
Generally, svn would replace that: that is, you would have a local
-- Les Mikesell lesmikesell_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1508716 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-04-01 18:34:16 CEST |
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.