If you are in a situation that you're using a DVCS but relying on centralised everything else, and saying that you're unable to work because your Issue tracker/CI server is down, have you really gained anything over the alternatives?
GitHub is down
71–80 of 175 posts
Re: GitHub is down
#72Re: GitHub is down
#73Re: GitHub is down
#74You can also follow githubstatus on twitter: https://twitter.com/githubstatus
Re: GitHub is down
#75Earlier quoted context omitted.
We do. It's called Git.
Now if only we had a convenient way of using a distributed VCS without a central hub.
Re: GitHub is down
#76The common complaint is that when github goes down so do issue trackers/project management/docs etc. What are the equivalent alternatives for these systems that are distributed, so tolerant to downtime. If you are in a situation that you're using a DVCS but relying on centralised everything else, and saying that you're unable to work because your Issue tracker/CI server is down, have you really gained anything over t…
Re: GitHub is down
#77Re: GitHub is down
#78If only we had a version control system that didn't rely on a central hub...
We do, it's called Fossil! http://fossil-scm.org/ Fossil tracks issues (tickets), documentation, and wiki pages at the same level as it tracks code, so when you clone a Fossil repo, everything gets downloaded to your local computer. You can then respond to tickets and perform repo maintenance offline, syncing everything to the server when you're back up. Edit: A few weeks ago I got a job a one-hour train ride away. I…