Re: Getting started with Subversion

2010-12-11 Thread Aaron W. Hsu
On Thu, 09 Dec 2010 12:34:56 -0500, Steve deRosier deros...@gmail.com wrote: My #1 reason to use Git is the fact that the repo is in your local workspace. IMO, this is one of the strongest reasons for using any proper, sophisticated, modern distributed version control system. Some

Re: Getting started with Subversion

2010-12-10 Thread Eric Ridgley
Thanks for all the suggestions! Looks like I'll take a stab at GIT first. -- You received this message because you are subscribed to the BBEdit Talk discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to

Getting started with Subversion

2010-12-09 Thread Eric Ridgley
I've just started working with two other developers on several PHP MVC (model-view-controller) solutions for some of our client's websites and I'm thinking we need to move to some kind of version control system. Does anyone have any advice on what to use? I started looking at Subversion but

Re: Getting started with Subversion

2010-12-09 Thread G. T. Stresen-Reuter
On Dec 9, 2010, at 4:33 PM, Eric Ridgley wrote: I've just started working with two other developers on several PHP MVC (model-view-controller) solutions for some of our client's websites and I'm thinking we need to move to some kind of version control system. Does anyone have any advice on

Re: Getting started with Subversion

2010-12-09 Thread G. T. Stresen-Reuter
On Dec 9, 2010, at 5:34 PM, Steve deRosier wrote: What many people consider git's advanced features are actually fairly natural and are only considered advanced because the same features are so painful in other VCSs that people avoid them. For example, branching and merging. Merging

Re: Getting started with Subversion

2010-12-09 Thread David Kelly
On Thu, Dec 09, 2010 at 09:34:56AM -0800, Steve deRosier wrote: My #1 reason to use Git is the fact that the repo is in your local workspace. Every other system you have to be connected to the network in order to do simple things like reading the commit logs, diffing versions, etc. Wrong.

Re: Getting started with Subversion

2010-12-09 Thread Steve deRosier
On Thu, Dec 9, 2010 at 11:00 AM, David Kelly dke...@hiwaay.net wrote: On Thu, Dec 09, 2010 at 09:34:56AM -0800, Steve deRosier wrote: My #1 reason to use Git is the fact that the repo is in your local workspace.  Every other system you have to be connected to the network in order to do simple