使用源代码管理 [英] Using Source Control

查看:126
本文介绍了使用源代码管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一个非常新的程序员,我做了一些基本的应用程序,但是有人告诉我,在学习开始不久就习惯使用源代码控制"会很好,所以我习惯了它.我已经了解到源代码控制是用于与多个程序员一起管理程序的工具,它以某种方式直接连接到Visual Studio中的项目.我也相信有两个主要版本,"TFS"和"SVN".过去我已经相当迷茫,我不确定要真正实现这个目标需要什么,特别是我在个人项目中将如何实现.我也不知道需要什么程序.

I am a very new programmer, I have made a couple basic applications, however I was told that it would be good to get used to using "source control" at the near the beginning of learning so I get accustomed to it. I have gathered that source control is what is used to manage programs with multiple programmers and that it is somehow connected directly to my projects in Visual studio. I also believe there are two primary versions, "TFS" and "SVN". Past that I am fairly lost, I am not sure what I need to actually implement this, specifically how I would do so on my personal projects. Also I don't know what program(s) are needed.

我应该使用TFS还是SVN? 我需要安装什么程序? 如何在Visual Studio中实现它们? 是进入我个人编程的好习惯,还是您会不同意?

Should I use TFS or SVN? What program(s) do I need to install? How do I implement them in Visual Studio? Is it a good habit to get into for my personal programming or would you disagree?

推荐答案

好吧,除了您提到的两种产品之外,还有很多其他的源代码控制产品,但是我会习惯于

Ok first there are many source control products other than the two you have mentioned but I would get used to SVN first.

TFS非常昂贵,并与Microsoft堆栈捆绑在一起.

TFS is expensive and tied into the Microsoft stack.

我将从阅读本文开始:

http://svnbook.red-bean.com/

特别是有关基本概念

是的,这本书与svn绑定在一起,但它也涵盖了基础知识.

Yes this book is tied in to svn but it covers the basics too.

阅读该内容后,下载 TortoiseSVN .这是一个挂接到Windows Shell的svn客户端.只有当您习惯使用此功能时,我才能继续使用集成的svn客户端. (我实际上不使用). AknhSVN 是免费的.

When you have read that download TortoiseSVN. This is an svn client that hooks into your windows shell. Only when you are comfortable with using this would I then move on to an integrated svn client. (I actually don't use one) AknhSVN is free.

这篇关于使用源代码管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆