简体   繁体   English

SVN替代

[英]SVN alternative

HI! 嗨! I started writing some complex C# project. 我开始写一些复杂的C#项目。 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! 这就是为什么我开始使用SVN(AnkhSvn + TortoiseSvn)的原因,但是对我来说太复杂了! 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? 我仅在开发该应用程序,我不打算交其他人,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? 你知道这样的事吗?

如果它比Subversion更简单,则可以考虑在Dropbox文件夹中对整个应用程序进行编码。

Use only TortoiseSvn (without AnkhSvn). 仅使用TortoiseSvn(不使用AnkhSvn)。 It should be 100% sufficient in your case and you will have half less learning. 在您的情况下,这应该足够100%,并且您的学习将减少一半。

Still SVN but it is worth learning even for one-man (non-trivial) projects. 仍然是SVN,但即使是单人(非平凡)项目也值得学习。

我个人使用并喜欢Git ,但由于您提到的那种烦恼,我已经听到了有关Fossil的很好的消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM