Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Version control

Former Member
0 Likes
627

Hello Gurus,

I have a doubt on version control

What is version control??

How it is effectively used in companies?

Thanks

senthil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
591

version control is one which is used normally for custom developemnts...whenever a request number is created a version gets generated...this is very much useful. if previous version is working fine & latest version has been moved which is causing an error then the previous version is retrieved and been used.

5 REPLIES 5
Read only

Former Member
0 Likes
592

version control is one which is used normally for custom developemnts...whenever a request number is created a version gets generated...this is very much useful. if previous version is working fine & latest version has been moved which is causing an error then the previous version is retrieved and been used.

Read only

Former Member
0 Likes
591

Hi Senthil

Your question is on version management or version control ???

Regards,

Santosh

Read only

0 Likes
591

thanks for all your replies

It s on version control santhosh

senthil

Read only

Former Member
0 Likes
591

version control helps us in creating versions for the code we write.

say for example we write a code today say it as version1.

tomorrow we edit and save that as version2.

after a week, we have a requirement to rollback the code. in that cases practically it is a tedious job. so, if we have maintained versions, we can roll that back to previuos code at anytime we need.

for example:

u cn see the versions for a program by opening the source code in displaymode.

utilities>versions>version management

thanks

pavan