Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. May Allah`s peace , mercy and blessing be upon you
  2.  
  3. "Revision control, also known as version control and source control ... is the
  4. management of changes to documents, computer programs, large web sites, and
  5. other collections of information". That what wikipedia says about VCS, also in
  6. the overview they define a VCS as "... any kind of practice that tracks and
  7. provides control over changes to source code."
  8.  
  9. Today, you can find many great, good, bad and ugly version control systems
  10. like Git, Mercurial, Bazzar, SVN, CVS [order is not arbitrary]... but It turns
  11. out none of them is good enough for te company, a company that a friend of
  12. mine has interned at and told me about their ultimate VCS.
  13.  
  14. In this company - a well known multinational company that I'm not going to
  15. name -, if you want to proceed with a change you don't need to fork or clone
  16. or pull. What you do is that you duplicte the lines that you are willing to
  17. change, then comment the old ones and put a comment before and after the new
  18. code where you put an ID. To get this ID you insert a record in a Microsoft
  19. Access database where you specify changes and reasons etc, then you get the ID
  20. of that record and put it back in the comment. Changes are copied manually and
  21. added to the master if they are correct and god knows what test system they
  22. have.
  23.  
  24. Wow, amazing !! I couldn't believe this reactionary VCS, and what are the
  25. reasons behind this choice. And yes I called it a VCS because it's a
  26. "...practice that tracks and provides control over changes to source code"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement