[PHP] Re: Version Control Software

2008-09-19 Thread Nathan Rixham
Maciek Sokolewicz wrote: David Lidstone wrote: [snip] smartSVN (www.syntevo.com) instead of TortoiseSVN. [/snip] cheers for that one; will give it a go; tortoiseSVN is 90% there but lacks something and as you say clutter's things up a bit too much. -- PHP General Mailing List (http://www.php

RE: [PHP] Re: Version Control Software

2008-09-19 Thread Boyd, Todd M.
> -Original Message- > From: David Lidstone [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2008 3:50 AM > To: php-general@lists.php.net; Benjamin Darwin > Cc: php-general@lists.php.net > Subject: [PHP] Re: Version Control Software > > Benjamin Darwin wr

[PHP] Re: Version Control Software

2008-09-19 Thread Maciek Sokolewicz
David Lidstone wrote: Benjamin Darwin wrote: After reading a topic on the list here about someone losing their website, and having a minor mistake on my own that cost me a week's work on a file (basically, tested the file, then uploaded to the live site and took the daily backup off the live si

[PHP] Re: Version Control Software

2008-09-19 Thread David Lidstone
Benjamin Darwin wrote: After reading a topic on the list here about someone losing their website, and having a minor mistake on my own that cost me a week's work on a file (basically, tested the file, then uploaded to the live site and took the daily backup off the live site.. only to find the fi

[PHP] Re: Version Control Software

2008-08-08 Thread Colin Guthrie
Boyd, Todd M. wrote: Having never used a revision-control solution in the past, I installed TortoiseSVN and the associated SVN Server (local-only) found on www.tigris.org . I've gotta say... it's been a breeze to setup (I used the SVN "1-Click Setup" installer), and I've already migrated several

RE: [PHP] Re: Version Control Software

2008-08-07 Thread Boyd, Todd M.
> -Original Message- > From: Benjamin Darwin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2008 2:05 PM > To: Colin Guthrie > Cc: php-general@lists.php.net > Subject: Re: [PHP] Re: Version Control Software > > >>>> I'm wondering if an

Re: [PHP] Re: Version Control Software

2008-08-07 Thread Benjamin Darwin
On Thu, Aug 7, 2008 at 10:02 AM, Colin Guthrie <[EMAIL PROTECTED]> wrote: > Robert Cummings wrote: > >> On Thu, 2008-08-07 at 09:43 +1000, Ross McKay wrote: >> >>> On Wed, 6 Aug 2008 16:42:23 -0400, "Benjamin Darwin" wrote: >>> >>> [...] I'm wondering if anybody knows of a version control sof

[PHP] Re: Version Control Software

2008-08-07 Thread Colin Guthrie
Robert Cummings wrote: On Thu, 2008-08-07 at 09:43 +1000, Ross McKay wrote: On Wed, 6 Aug 2008 16:42:23 -0400, "Benjamin Darwin" wrote: [...] I'm wondering if anybody knows of a version control software program that may fit my needs. Basically, I'm looking for something that runs locally, not

Re: [PHP] Re: Version Control Software

2008-08-06 Thread Robert Cummings
On Thu, 2008-08-07 at 09:43 +1000, Ross McKay wrote: > On Wed, 6 Aug 2008 16:42:23 -0400, "Benjamin Darwin" wrote: > > >[...] > >I'm wondering if anybody knows of a version control software program that > >may fit my needs. > > > >Basically, I'm looking for something that runs locally, not on the

[PHP] Re: Version Control Software

2008-08-06 Thread Ross McKay
On Wed, 6 Aug 2008 16:42:23 -0400, "Benjamin Darwin" wrote: >[...] >I'm wondering if anybody knows of a version control software program that >may fit my needs. > >Basically, I'm looking for something that runs locally, not on the live >site, that I can edit the files on the dev computer, and stor

[PHP] Re: Version Control Software

2008-08-06 Thread Colin Guthrie
Benjamin Darwin wrote: Anybody have any suggestons/ideas on how this should be done, and what program is a good fit? Personally I think subversion is best suited for web projects (which can have high graphics churn) and git is best suited for code projects (which have text differences). I'm

[PHP] Re: Version Control Software

2008-08-06 Thread Shawn McKenzie
Benjamin Darwin wrote: After reading a topic on the list here about someone losing their website, and having a minor mistake on my own that cost me a week's work on a file (basically, tested the file, then uploaded to the live site and took the daily backup off the live site.. only to find the fi