4 ms·
You remember CVS hell yeah and SVN too ;) Fuck am I getting old...
by toadi 3y ago
You remember CVS hell yeah and SVN too ;) Fuck am I getting old...
- bombcar 3y agoprojrc3.zip I know people who still make zip/tarball copies of source trees because they don’t trust git, etc.
- bloak 3y agoMeanwhile, other people trust git so much that they treat it more as a tool for doing an incremental back-up than as a distributed VCS (git commit -a -m x && git push). I must admit I have occasionally used git as a tool for transferring files (https://xkcd.com/949/ https://xkcd.com/949/).
- Joker_vD 3y agoI am actually doing exactly that to manage my personal KeyPass database, down to using "x" as the commit message; it works reasonably well since GitHub allows you to download files with just HTTPS.
- Joker_vD 3y agoEh, there is nothing particularly wrong with #!/bin/sh -e TARGET=../$(basename "$(pwd)")@$(date --utc +'%Y-%m-%dT%H:%M:%SZ').tar.gz tar czf "$TARGET" . You can even add a fourth line to upload it somewhere automatically...
- Karellen 3y ago> Only wimps use version control: real men just merge patches from their email inbox, upload release tarballs on ftp, and let the rest of the world mirror it ;) -- Linus Torvalds (not really, but almost)