SVN替代方案
你好!我开始编写一些复杂的 C# 项目。我一个人写。糟糕的是,我正在一步一步地编写该项目,所以我的一些代码是在我的家用计算机上编写的,某些部分的代码是在我工作的计算机上编写的,我很难过跟踪哪个版本的项目是最新的!你知道,经过几个月的停顿,我不知道哪个项目是最新的:我的闪存盘上的项目,或家庭计算机或工作计算机上的项目,我不知道更改了哪些类以及如何更改......一团糟!
这就是我开始使用 SVN (AnkhSvn + TortoiseSvn) 的原因,但它对我来说太复杂了!我期望在几分钟内可以“顺便”学到一些东西!我正在独自开发该应用程序,我不打算交给其他任何人,SVN 有任何简单的替代方案吗?我需要一些简单的(“即时”、“无脑”)系统用于在线代码存储,仅具有“上传更改”和“下载更改”功能。
你知道类似的事情吗?
HI! I started writing some complex C# project. I'm writing it alone. The bad thing is that i'm writing that project piece-by-piece, step-by-step so some of my code is written on my home computer, some parts of code are written on my computer at work and i have HARD TIME tracking which version of project is newest! You know, after few months of pause, i have no idea which project is most recent: the one on my flash disk, or home computer or work computer, i have no idea what classes were changed and how...it's a mess!
That's why i started using SVN (AnkhSvn + TortoiseSvn) but IT'S TOO COMPLEX for me! I expected something which could be learned "by the way", in few minutes! I'm developing that app alone, i'm not planning to turn in anybody else, is there any simple alternative for SVN? I need some simple ("instant","no-brain") system for online code storage with just "upload changes" and "download changes" features.
Do you know anything like that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果它比 Subversion 更简单,您可以考虑在 Dropbox 文件夹中对整个应用程序进行编码。
If it should be any simpler than Subversion, you could consider coding the entire app in your Dropbox folder.
仅使用 TortoiseSvn(不使用 AnkhSvn)。对于你的情况来说,它应该是 100% 足够的,你的学习量会减少一半。
仍然是 SVN,但即使对于单人(非平凡)项目也值得学习。
Use only TortoiseSvn (without AnkhSvn). It should be 100% sufficient in your case and you will have half less learning.
Still SVN but it is worth learning even for one-man (non-trivial) projects.
我个人使用并喜欢 Git,但我听说过关于 Fossil 正是您提到的那种刺激。
I personally use and enjoy Git, but I have heard very good things about Fossil for exactly the kind of irritations you mentioned.