Ask your own question, for FREE!
Computer Science 27 Online
OpenStudy (anonymous):

what is source control system?

OpenStudy (anonymous):

Lets consider you are writing small app,other guy designs .When both work together yu need to combine and bring final result.The problem is how do you combine you wrk and maintain it. You made step 1. Then deleted step 1. Then you made step 2. then step 3. Note while making all the steps you must have edited all the code. you will have step 3(latest code) In case you want to go back to step 1??? Lets consider you want to test some code along with the current code ??? And to solve many problem you need source control system E.G GIT,Hg,svn,cvs etc... Recommended :Git,Hg

OpenStudy (anonymous):

A source control system (or sometimes known as a versioning system) allows you to keep a history edits on a source file (any text file). The benefit of this is that it serves both as a backup in case you were to accidentally lose your work, or if you find bugs that were not present in previous versions as a result of some new changes you made. Some of the easier to use source control systems to learn are SVN and Mercurial (Hg). These work very differently underneath the hood, but they provide the base functionality I mentioned.

OpenStudy (anonymous):

You can understand the phenomenon by, for example, reading more about Git: http://learn.github.com/p/intro.html http://progit.org/book/ch1-3.html and as a bonus, octocats! http://octodex.github.com/

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
Jasonisyours: any tips on how to get better at art
25 minutes ago 7 Replies 3 Medals
zariahispretty: How Do I get my old account back if password not working
9 hours ago 9 Replies 1 Medal
Raye14: Why do people like to hurt me
3 hours ago 17 Replies 3 Medals
XQueenFAMARIX: WHO u choosing Polo G or LILTJAY ud83eudd14?
1 hour ago 14 Replies 0 Medals
JuneTheAssasin2923: Does anyone know anything about literary analyisis papers?
10 hours ago 8 Replies 1 Medal
xEdwinX: what are peoples thoughts on suicide
10 hours ago 43 Replies 2 Medals
Limitless2: could someone please help me
13 hours ago 6 Replies 0 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!