Re: Setting up a repository




Michael Ash wrote:
> John Holt <jdholt77@xxxxxxxxxxxxx> wrote:
> >
> > I mostly use Eclipse, and want to have a repository. Even though I am not in
> > a team environment, I like the comfort of being able to go back to previous
> > versions of code.
>
> This is a very good idea. For anybody reading along who does solo
> development without a version-control system, install one and use it!

Strongly agree. Having used Subversion for a year or so on my solo
projects, working without it would feel like skydiving without a
parachute.

>
> > I was thinking that CVS would be a reasonable choice, but I am having
> > difficulty
> > finding any instructions on how to run it on my G5 (Mac OS X 10.4).
> > No network
> > access or multiple users, just one machine and one person. Most of what I have
> > read is about getting connected up to some other machine running CVS.
> >
> > Before I spend more time going through manuals and FAQs, I would like
> > to confirm
> > whether or not CVS is an appropriate choice.
>
> I would highly recommend that you consider Subversion instead of CVS.
> Subversion is basically CVS done right.

Strongly agreed. Subversion is powerful, mature and highly reliable,
and well supported by IDEs including Eclipse and Xcode.

Another poster complains about reliability, but under heavy use by
several teams, with many gigabytes of code managed, I have only
encountered one repository problem: occasional unreleased locks using
the BDB repository format (nothing as serious as data loss). Since
switching to the alternative FSFS format, I have had no further
problems.

> ...
>
> --
> Michael Ash
> Rogue Amoeba Software

.



Relevant Pages

  • Re: Xcode and Subversion
    ... Subversion aims to be a 'better CVS than CVS'. ... All CVS and Subversion clients access a master ... repository: changes are committed to the repository by one client, ...
    (uk.comp.sys.mac)
  • Re: Version control
    ... because I am no longer the only person using it and the repository ... commandline combined with the GUI of Tortoise CVS. ... server, no stupid windows admin will mess with it (there is also a Windows ... Lately I have looked into Subversion, ...
    (borland.public.delphi.non-technical)
  • Re: Im searching for a my first version control system
    ... I 've never used a version control system. ... I'll go against the general trend here an recommend CVS. ... the Subversion home page. ... saw repository corruption with BDB either, but I stopped using the BDB ...
    (comp.programming)
  • Re: Delphi version control
    ... Actually CVS and Subversion are very good for situations like that. ... >version control system on memory stick, ... archival backups of the repository about once a month. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Controlling project version
    ... over CVS. ... I've used CVS and Subversion quite a lot for a number of years. ... The branching in Subversion is a gazillion times better than CVS if you ... started playing with Git. ...
    (php.general)