On Mon, 10 Oct 2016 14:49:55 -0300
Richie Adler <richiead...@gmail.com> wrote:

[...]
> Fossil is a perfect example of an excuse that has to die. *Nobody*
> has the excuse that version control is costly or complicated anymore.
> You don't even need to create an account in Github.

So, do you really think one has to create a Github account to use Git?
You have been sadly misinformed then: github.com is to Git what
chiselapp.com is to Fossil -- a hosting solution (one of many, in case
of Git).

> You can keep it all in house and the configuration couldn't be
> easier...

You can "keep it all in house" using any contemporary VCS.

That's not to say Fossil does not have some edge here in the form of
its cobmo -- self-hosting on the server plus easy web UI -- just please
be objective.
Say, if I need to back a Git repo up to a nearby server I do

  ssh server git init --bare ~/repo.git
  git remote add backup ssh://server/~/repo.git
  git push --all --follow-tags backup

which, I reckon, is next to be zero-configuration, too.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to