Re: [PHP] Question about version control.. sorta..

2009-02-06 Thread Michael Kubler
I'll put in a +1 for Subversion. I use it and love it. I have the actual repository sitting on a linux box and usually use TortiseSVN to update, and commit to the repository. It's pretty easy to use, and was much easier to setup than I expected. I simply apt-get install svn, and then edited some

Re: [PHP] Question about version control.. sorta..

2009-02-05 Thread Phpster
My two cents, It's not bad, but you need to be aware of collisions. We set it up with a folder for each developer and it contains the main application code. The upside is that we each have our own code base so we don't affect each other when cutting new code. The downside is that we can e

Re: [PHP] Question about version control.. sorta..

2009-02-05 Thread German Geek
I use GIT and Subversion. Subversion is still a bit hard to use (branching etc) and not distributed but that was before i knew about GIT :-P. You have a central repository that you need to commit to and it's still quite CVS like (which is really confusing and horrible). GIT is nice and fast and al

Re: [PHP] Question about version control.. sorta..

2009-02-05 Thread TG
So, for my purposes.. after trying a handful of solutions.. open source and commercial.. I think I've decided that Reliable Software's "Code Co-op" is what's going to work best for me. My trial is almost up, so as soon as my next paycheck comes, I think I'll be purchasing the full version for

Re: [PHP] Question about version control.. sorta..

2009-01-01 Thread Nathan Nobbe
On Thu, Jan 1, 2009 at 7:33 AM, TG wrote: > Thanks for the recommendations, everyone. I decided to give Subversion > another try, since I had a server already set up from when I tried this a > while ago. Reinstalled TortoiseSVN for Windows and got it all configured. > But I couldn't figure o

Re: [PHP] Question about version control.. sorta..

2009-01-01 Thread TG
st, but it's stumping me. -TG - Original Message - From: Micah Gersten To: Richard Heyes Cc: TG , php-general@lists.php.net Date: Wed, 31 Dec 2008 20:06:25 -0600 Subject: Re: [PHP] Question about version control.. sorta.. > Richard Heyes wrote: > >> The other issue is

Re: [PHP] Question about version control.. sorta..

2008-12-31 Thread Nathan Nobbe
On Wed, Dec 31, 2008 at 9:40 AM, TG wrote: > Ok.. so I know about CVS and SVN and unfortunately haven't had as much > experience with them as I'd like. I've used them, but always in a really > basic sense and always on systems that have already been set up. A friend > recently mentioned GIT ( h

Re: [PHP] Question about version control.. sorta..

2008-12-31 Thread Micah Gersten
Richard Heyes wrote: >> The other issue is that I run Windows. So if there's something nice and >> WinGUI, that'd be nice. Please no "you should be running linux" >> > > You should be running linux. Muhaha. > > >> responses. I don't have anything against Linux or Mac, they're great >> s

Re: [PHP] Question about version control.. sorta..

2008-12-31 Thread Richard Heyes
> What I'd ideally like to do is be able to use a CVS type system to keep > incremental backups of the code. Space is so cheap these days I don't think is particularly useful to do incremental backups unless you have a hell of a lot of data. I simply do full backups daily. Now... > So instead of