TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are your version control pain points?

1 pointsby yashpalmost 4 years ago
Whether it&#x27;s git or hg or p4... what do you wish your VCS could do differently? Do you feel constrained by size or scale? Do you wish it were less sluggish? More flexible or easy to use? Easier to customize for your team&#x27;s processes or workflows?<p>To give one example, I&#x27;ve worked at multiple companies where the codebase was split across many git repos, and the slew of repos made everything harder to coordinate, develop, and understand. Maybe this resonates with you -- or maybe you have other problems?<p>(Context: I build developer tools, including currently a VCS. Nothing is more compelling to me than the day-to-day struggles of a developer who just wants to ship their code, god damn it.)

1 comment

elviejoalmost 4 years ago
I want a VCS that treats code as an AST not as text because: That way meaningless white-space changes, wouldn&#x27;t cause a diff. Renaming a function would be just that a rename, not a 100 lines with + and -. Where every commit is recorded (ala Fossil)... but where a set of commits can be seen as if was just one. (So that a meaningful set can be seen as what it was).