So MICROS~1 bought Github and everybody's freaking out right now trying to re-host their projects on someone else's service. THIS IS WHAT HAPPENS WHEN YOU STORE YOUR DATA IN THE CLOWN. The Clown is just someone else's computer and they can and will fuck you. If it's not on your computer, it's not under your control. Why do you all keep doing this to yourselves?? Stop hitting yourself. ...
Well, sure. scp -rsource target works with git too. And pretty much everything if you have/want filesystem as your access point.
Appreciate learning about fossil, but switching all my stuff to a different VCS entirely is overkill, and I can’t see it doing anything easier, simpler or better than git. Especially if I want to make it easy for others to depend on my stuff.
Yeah migrating Git is as easy as it gets in my opinion :) Add remote, push, tada.
Migrating Fossil:
scp my-repo.fossil ssh://new/repos/
- tadaWell, sure.
scp -r source target
works with git too. And pretty much everything if you have/want filesystem as your access point.Appreciate learning about fossil, but switching all my stuff to a different VCS entirely is overkill, and I can’t see it doing anything easier, simpler or better than git. Especially if I want to make it easy for others to depend on my stuff.
I don’t want to convert anyone. :-) Just because you suggested it can’t be easier. I warmly recommend anyone to try it though.