Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So Far i was just coding independently. I am on web development 3 tier architecture.

But now i am in team and our task has been distributed and I am concerned about my piece of work to be integrated with my and team and vice versa and upload the latest bit on server , in short I am concerned about the versioning.

I have heard about TFS, SVN , Tortoise, GIT , Bla Bla. But i dont stand a clue , how and where to begin .

Please guide me .
Posted
Comments
Sergey Alexandrovich Kryukov 14-Apr-14 3:38am    
What, doesn't your team already use something? Not using a Revision Control System means wasting time instead of doing real development.
Just read the documentation on the product of interest. (Tortoise is not one of such system; this is a client part for Subversion, very good application.)
—SA
Kunal Ved 14-Apr-14 4:04am    
Before I joined the team , there was SVN , but according to them for some reason it does not work.
Please suggest me one and how to start with it.

1 solution

"Version control" is a big topic if you want to know how it works (internally) and each system is a bit different.

As for usage, all you need to know is that it is somewhere where you put your code and it will keep track of changes for you and if you make a mistake you can revert back to some known point.

Depending on your team setup there are a lot of ways to work with version control which depend on how the team does committing and branching etc.

For my personal taste go with GIT source control with the TortoiseGIT windows extensions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900