TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Non programming professionals, what do you use for version control

8 点作者 danhab99将近 3 年前
I just got done helping a friend recover some gimp project they messed up when I realized, if I had a similar problem while coding I'd just use git to revert my mistakes. If you use computers to create any kind of content then you have to have some sort of system for tracking your work and collaborating. So what kind of tools exist for writers, digital painters, photographers?

11 条评论

MilnerRoute将近 3 年前
A while back I started storing my important files on Dropbox. That at least lets you revert to earlier versions - though I&#x27;m not sure how granular it is. I&#x27;m sure you can do the same thing with many other cloud-based sites.<p>As an added check, at key moments in a project I&#x27;ll just add (or increment) the number at the end of my filename, so I&#x27;m now working in a new file and can &quot;revert&quot; back to the earlier version just by changing files.
评论 #32041234 未加载
评论 #32040921 未加载
auxym将近 3 年前
Mechanical engineering, most mid size or large orgs use &quot;PLM&quot; software (product lifecycle management) to handle &quot;versioning&quot; (revisions, change orders, etc) of CAD files, drawings and sometimes other engineering documents.<p>They tend to be complex, expensive and centralized software that require an entire IT team to set up and maintain. Sort of similar to ERP software, and in fact, they often get integrated with ERPs.<p>Smaller orgs tend to use nothing, or an ad hoc system of file&#x2F;folder structures and spreadsheets, because they can&#x27;t justify the cost of PLM. I wish there existed a lightweight option. Git doesn&#x27;t work well with large binaries and it&#x27;s merge-based workflow doesn&#x27;t really apply to CAD anyways. PLM software usually use an exclusive check-out model. There is OnShape, a low cost cloud CAD start-up that was bought by Siemens, which has some PLM features I believe.
smt88将近 3 年前
Some of my friends use Time Machine for local files, or they use cloud software (e.g. Figma, Google Docs) that store version history by default.
softwaredoug将近 3 年前
Nevermind version control, I remember an unfortunate problem in the 90s was just forgetting to hit “save” periodically before a crash or power failure occurred. At one programming completion they started the day getting participates to chant “save your work!” I still habitually type CMD s like my life depends on it.
评论 #32064464 未加载
BMc2020将近 3 年前
I would save a copy of my main excel spreadsheet with the date as the file name. Once a day. Not perfect but it worked.
评论 #32042366 未加载
mikewarot将近 3 年前
Back in the MS-DOS days, it was a bunch of pkzip archive files on floppy diskettes.<p>Saving a file with different names on occasion seems to be the way the rest of the world does it.<p>My child does a ton of different layers in her art program, each of which is a separate project... that get saved periodically.
sleightofmind将近 3 年前
For text-only stuff -- programming and writing -- I find the simple, ancient, RCS program to be sufficient, and pretty doggone easy to learn&#x2F;use.
comrad将近 3 年前
For all binary and not complicated setups subversion works very straight forward
spindle将近 3 年前
ZFS snapshots every 15 minutes
评论 #32041843 未加载
themadturk将近 3 年前
Git for writing, but then I’m a nerd even though I don’t code.
kurupt213将近 3 年前
GitHub