简体   繁体   中英

SVN alternative

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?

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

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的很好的消息。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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