Funny, I never thought of myself as a "youth kid".  And considering
that Linus Torvalds who wrote it is 41...

I've used CVS, SVN, Perforce and Git extensively.  Git is by far the
best one, especially since you're not interested in setting up and
running a server.  The other three require a server (even if that
server is actually the same laptop you're working on).  You can simply
initialize it directly in the directory you want to work in and your
repo is right there.  There's so many benefits of Git over the others
I can't even begin to describe it.

I even use Git to manage the CVS and SVN repositories I'm forced to work with.

http://git-scm.com/

http://book.git-scm.com/

If you want to know more, feel free to contact me off-list.

- Steve


On Tue, Jul 12, 2011 at 7:51 PM, Rich Siegel <[email protected]> wrote:
> On Tuesday, July 12, 2011, Jack Stewart <[email protected]> wrote:
>
>> I am a one person operation, don't contemplate multiple developers and
>> simply want to keep good track of development evolution. All of these
>> systems seem like overkill for me.
>>
>> Does anyone know of something simple that is robust and works well?
>
> I would cross CVS off the list unless you already have a heavy investment in
> it; it's been long surpassed by Subversion (svn). Perforce is a good SCM but
> probably requires more setup and management than would be appropriate for a
> one-person team.
>
> I've found svn pretty easy to set up and manage, and there's good client
> support - BBEdit works well with it, as does Cornerstone (a GUI client).
>
> Git is very popular with the youth kids, but I've never used it and thus
> have no opinion.
>
> Of the ones you've named, I'd lean toward Subversion.
>
> R.
> --
> Rich Siegel                                 Bare Bones Software, Inc.
> <[email protected]>                      <http://www.barebones.com/>
>
> Someday I'll look back on all this and laugh... until they sedate me.
>
> --
> You received this message because you are subscribed to the "BBEdit Talk"
> discussion group on Google Groups.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> <http://groups.google.com/group/bbedit?hl=en>
> If you have a feature request or would like to report a problem, please
> email "[email protected]" rather than posting to the group.
> Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
>

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to