Re: [PHP] Re: How to use SVN + PHP

2009-01-22 Thread Nathan Rixham
derby wrote: Our dev team is using eclipse-pdt and subclipse plugin which integrates eclipse and subversion. Subversion or any VCS is essential. After 15 years of using FTP/SFTP/SCP, SVN has replaced it for all my web projects. you can get the RSE plugin for eclipse-pdt as well; I'd really re

Re: [PHP] Re: How to use SVN + PHP

2009-01-22 Thread derby
Another tidbit... I am fairly new to SVN or any Version Control System. Whether its CVS, SVN, or GIT a VCS is essential even for solo projects. My setup is as follows, [and it seems to work pretty well]: 1. svn repo lives on dev server. 2. everything is in the trunk. I haven't touched branches

Re: [PHP] Re: How to use SVN + PHP

2009-01-19 Thread Chris
Edmund Hertle wrote: 2009/1/20 Nathan Rixham you don't have to locally develop, you can develop however you want :) svn is just version controlling all your files to make it easier to team work and to rollback code. you then tag good versions of the code in svn so you have a permanent easy to a