与 VS2010 集成的基于文件的版本控制系统
我正在寻找一个可用于个人项目的源代码控制系统。我有两台笔记本电脑和一台用于开发的台式机,以及一个便于携带的闪存驱动器。我不想将所有代码保存在闪存驱动器上,而是想在我当时正在使用的计算机上签出/签入。
我正在专门寻找与 VS2010 集成的基于文件的东西,而不是基于互联网/网络/服务器的源控制系统。
我希望得到一些免费的东西,但也能买得起相当便宜的东西。
有什么想法吗?
问候
特里斯坦
I'm looking for a source control system that I can use for personal projects. I have two laptops and a desktop I develop on and a flash drive for portability. Rather than keeping all my code on my flash drive I want to check it out / in on the machine I'm working on at the time.
I'm specifically looking for something file based that integrates with VS2010, not an internet / network / server based source control system.
I was hoping for something free, but could afford something reasonably cheap.
Any thoughts?
Regards
Tristan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你看过GIT吗?
它是一个分布式SCM,意味着没有服务器。
至于将其与 Visual Studio 一起使用 - 请参阅这个 SO问题和答案。
Have you looked at GIT?
It is a distributed SCM, meaning there is no server.
As for using it with visual studio - see this SO question and answers.
VisualSVN 似乎支持 Visual Studio 2010,并且使用起来很轻松。就 SVN 本身而言,它不需要服务器来运行:它可以在 USB 驱动器上正常工作。
不过,请记住备份您的闪存驱动器。
VisualSVN seems to have support for Visual Studio 2010 and is a breeze to use. As far as SVN itself goes, it does not need a server to operate: it can work off USB drive just fine.
Remember to back your flash drive, though.
那么,您正在寻找 Plastic SCM 社区版。
所以绝对值得一看。
Well, you're looking for Plastic SCM Community Edition.
So definitely something to look at.