Apache Subversion
System softwareWikipedia
6
MENTIONS
4
EPISODES
4
PODCASTS
Search complete. 6 mentions across 4 episodes found for "Apache Subversion".
Sep 14, 2026
Webhooks: How a simple idea became a backbone of modern integrations
J
8:21Jeff LindsayGUEST
hooks over the web.
J
8:24Jeff LindsayGUEST
I was running a service called DevJaboo that was kind of like a GitHub, but with SVN.
J
8:30Jeff LindsayGUEST
It was based on Track.
J
8:32Jeff LindsayGUEST
You guys remember Track?
J
9:38Jeff LindsayGUEST
Eric Reese wrote that book, but he was working at a company called IMVU or MVU, which was kind of just a social chat environment, but they hired a lot of game developers, really talented people.
J
9:51Jeff LindsayGUEST
And they had ended up with this really powerful system organizationally that was sort of allowing people to make features and anybody could make a feature and deploy it and see how it impacts the bottom line.
J
10:06Jeff LindsayGUEST
And they had the safety to do that because they had good test coverage and a pre-commit SVN hook.
J
10:12Jeff LindsayGUEST
So you couldn't commit code that would break things because it would run all the tests before it even entered the repository.
Programming Languages for AI Agents
J
34:53Julien VerlaguetGUEST
I should probably take the time to do that because for example, it took me forever to switch to Git, which in retrospect was stupid.
J
35:00Julien VerlaguetGUEST
I was still using SVN, you know, way, way, way past the point where I should have switched to Git.
J
35:06Julien VerlaguetGUEST
And the reason is I built a bunch of tools above SVN back then that I knew well, but in retrospect, you're like, no, Git branching is way better than whatever, you know, whatever I built.
J
35:17Julien VerlaguetGUEST
So I should have switched earlier on.
J
35:20Julien VerlaguetGUEST
Um, but anyway, right now I basically have four or five, six agents.
#145 "Harness Writing Is Not Hard": Build to Learn, Not to Run with David Soria Parra // Member of Technical Staff @ Anthropic
D
10:38David Soria ParraGUEST
and got part of the community.
D
10:40David Soria ParraGUEST
And as part of that, they looked for a new version control system to replace Subversion in the long run.
D
10:46David Soria ParraGUEST
And so people brought up Git.
D
10:47David Soria ParraGUEST
And then I looked into Git, and then I looked and found Mercurial, which was at the time already developed by a person now called Olivia Meckel.
LI_S02E71_LavinMQ
M
58:50MagnusGUEST
So instead of using Git, you use Jiu-Jitsu.
M
58:53MagnusGUEST
And for me, it's like Git made merges easy that SVN couldn't do.
M
59:00MagnusGUEST
and Git solved the merge, and now it's solved the rebase problem that's in Git instead.
M
59:06MagnusGUEST
So it's a tool that works within the Git repository, so you can use it while your colleagues are using Git, and it works with GitHub and everything, but it's a different approach.