我如何在 Eclipse/Android 中备份项目/代码

发布于 2024-10-26 03:33:45 字数 190 浏览 1 评论 0原文

我一直在使用 eclipse 和 my-eclipse 来编写 android 和 Java 项目。我希望能够备份我的代码。我知道有一种方法可以备份代码,这样我不仅可以检索整个项目,还可以检索更改和旧版本,但我无法弄清楚该软件的名称,也无法找到任何免费且易于实现的软件。任何帮助都会很棒!

编辑: 我没有服务器,可以将其中任何一个设置为保存在本地吗?

Ive been using eclipse and my-eclipse to code android and Java projects. I want to be able to back up my code. I know there is a way to back up code so that i can retrieve not only entire projects but changes and old versions but I cant figure out what the software is called and cant find any that are free and easy to implement. Any help would be great!

EDIT:
I don't have a server, can any of these be set up to save locally?

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

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

发布评论

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

评论(5

_失温 2024-11-02 03:33:45

我想你会想使用版本控制软件。有很多很棒的解决方案 - CVS、SVN、Git、Perforce。它们中的大多数都可以很好地集成到 Eclipse 中。

没有 VCS 来开发软件对我来说是不可想象的。

I think you'll want to use version control software. There are great solutions out there - CVS, SVN, Git, Perforce. Most of them integrate nicely into Eclipse.

Developing software without VCS is unthinkable to me.

毁梦 2024-11-02 03:33:45

这里提到的任何插件都可以,但我现在正在使用 Subclipse 插件和 Assembla 上的免费存储库。我之所以从 Mercurial 切换过来,是因为我在工作中开始使用 Subversion。

如果您没有服务器,您可以在 Assembla.com (http://www.assembla.com/catalog/tag/Free) 上尝试免费配置 Subversion 或 Git,我使用的是 Bitbucket.org过去使用 Mercurial 托管项目。即使是免费的配置也应该足以满足您的需求。我把我的分成了多个项目。

Any of the plugins mentioned here will do, but I'm using the Subclipse plugin and a free repository at Assembla right now. I only switched from Mercurial because I started using Subversion at work.

If you don't have a server, you can try a free configuration at Assembla.com (http://www.assembla.com/catalog/tag/Free) for either Subversion or Git, and I've used Bitbucket.org in the past for hosting projects with Mercurial. Even the free configurations should be enough for your needs. I divided mine up between multiple projects.

岁月苍老的讽刺 2024-11-02 03:33:45

Subversion(位于 subversion.tigris.org)是一个优秀的软件包;还有很多其他的。 Eclipse 有优秀的 Subversion 插件(谷歌“Subclipse”。)

Subversion (at subversion.tigris.org) is one excellent package; there are many others. There are excellent Subversion plugins for Eclipse (google "Subclipse".)

年少掌心 2024-11-02 03:33:45

您可能希望使用 Eclipse 的 Subclipse 包来将其与 SVN。它允许您保留/跟踪/回滚更改等等。

如果您需要立即结果,第二个选项可以使用 Dropbox。它易于配置,并且易于在多台计算机之间共享文件夹。

You may look to use the Subclipse package for Eclipse to use it with SVN. It permits you to keep/track/rollback changes and so.

The second option works fine if you need immediate result is to use Dropbox. It is easy to configure and easy to share the folders among multiple computer.

神也荒唐 2024-11-02 03:33:45

再投一票支持使用 VCS:除了支持之外,您还可以在项目中获得控制权和某种程度的方法论。

CVS、SVN 和 Perforce 等集中式解决方案大多需要设置和维护(其中一些可以在平面文件上运行,但这些配置不太受欢迎)。我还会考虑“大树”分布式 VCS 之一 GitMercurialBazaar

Mercurial 似乎有强大的 Eclipse 插件

One more vote for using a VCS: in addition to back up you are getting control and some degree of methodology in your project.

Centralized solutions like CVS, SVN and Perforce mostly require setup and maintenance (some of them can run on flat files but these configurations are less popular). I would also consider one of the "Big Tree" distributed VCS Git, Mercurial and Bazaar.

Mercurial seem to have strong Eclipse plugin

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