You are not logged in.

#1 2014-10-23 05:18:23

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Local Version Control System?

LVC (Local Version Control)


Many people’s version-control method of choice is to copy files into another directory. This approach is very common because it is so simple, but it is also incredibly error prone. It is easy to forget which directory you’re in and accidentally write to the wrong file or copy over files you don’t mean to.
To deal with this issue, programmers long ago developed local VCSs that had a simple database that kept all the conservations to files under revision control.
VCS (Version Control Sysytem)
What Is Version Control?

RCS:


One of the more popular VCS tools was a system called RCS, which is still distributed with many computers today. Even the popular Mac OS X operating system includes the RCS command when you install the Developer Tools. This tool works by keeping patch sets (that is, the differences between files) from one revision to another in a special format on disk; it can then recreate what any file looked like at any point in time by adding up all the patches.


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2014-10-23 05:18:23

Advertisement
Ads By Google

Re: Local Version Control System?



\n
The following user say "Thank You" for this post:Guest

Board footer