如何备份相关文件?

发布于 2025-01-02 08:09:34 字数 192 浏览 0 评论 0原文

我的应用程序已经到了这样的地步:如果我以某种方式丢失了源代码,我会感到非常不安。这是一个个人/单一开发人员项目,因此像 Subversion 这样的东西可能有点大材小用。我更多地考虑了“备份”代理的思路,它是 Delphi 世界中 GExperts 附加组件的一部分。有没有专门针对或适合Android平台的东西(可以备份所有.java、.xml、sqlite等文件)?

My app is getting to the point where I will be highly perturbed if I lose the source somehow. This is a personal / single developer project, so something like Subversion might be overkill. I'm thinking more along the lines of the "Backup" agent that is a part of the GExperts add-on in the Delphi world. Is there such a thing (that would backup all the .java, .xml, sqlite, etc. files) specifically for or suitable for the Android platform?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咆哮 2025-01-09 08:09:34

在我看来,使用版本控制系统一点也不夸张。您可以随时掌握变化。制作您甚至不知道是否包含在主分支中的功能。不仅是功能,还有每项复杂的任务,例如重构。使用 VCS,在开发未完成的庞大任务期间对已发布的产品进行快速修复是没有问题的。
我无法想象没有任何 VCS 的情况下工作会是什么样子。我更喜欢 Git,因为它快速且简单。

In my opinion using a version controll system is not overkill at all. You can keep hand on changes all the time. Making features that you don't even know whether to include or not into main branch. Not only features but every complicated task also, for example refactoring. With VCS that's no problem to make fast fix to released product during development of a huge task which is incomplete.
I can't imagine working without any VCS. I prefer Git because is fast and easy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文