Re: [PHP] Controlling project version



Miguel Vaz wrote:

Hi,

I recently finished a project for our local city hall and some people asked me to do some version control for future updates. They suggested the use of a linux script called Recursive Version Control, which i never even heard anything about.

Sure you don't mean RCS ? http://www.gnu.org/software/rcs/ Never used it.

What do you guys/girls use out there? Subversion? CVS? Is there a point in using some linux script versus a "proper" program?

You won't get any sort of revision control with just a script, you need a "proper program" like either cvs or subversion or one of the others (some are commercial - eg bitkeeper).

I use cvs at work (because it was more mature at the time I set it up) and subversion at home.

They are close enough that what you know in one will work in the other for the most part.

Subversion has a few more features (eg renaming a folder in the repository).

I don't like the branching in subversion, it's a lot easier to work with in CVS.

--
Postgresql & php tutorials
http://www.designmagick.com/
.



Relevant Pages

  • Re: [PHP] Controlling project version
    ... suggested the use of a linux script called Recursive Version Control, ... a "proper program" like either cvs or subversion or one of the others ... CVS wraps RCS, ... folders in your repository - something I usually have in most of my ...
    (php.general)
  • Re: Visual Studio with 3 developers and same projekt
    ... I have enjoyed Subversion more. ... project I worked on with CVS, I was not in control of the Repository. ... something happened during a commit you'd be left in a mixed state with some ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: good way to set cross-platform development with version control
    ... In short, CVS, Subversion and the other major players set up version control repositories that not only can be reached on the LAN, but on the WAN. ... Version control would be pretty worthless if you couldn't do that, since its main use case is for team projects. ... I use CVS for even my one-person projects. ...
    (comp.lang.java.programmer)
  • Re: [PHP] Controlling project version
    ... Miguel Vaz wrote: ... I recently finished a project for our local city hall and some people asked me to do some version control for future updates. ... well, since google know nothing of this "linux script", I would be less likely to use it versus a well know prog like CVS or Subversion. ...
    (php.general)
  • Re: version control system recommendations for VS C++ 2008 (standard)
    ... Do you recommend any external tools? ... you still recommend subversion and its GUI? ... for version control (like Microsoft SourceSafe), ...
    (microsoft.public.vc.language)