Link to home
Start Free TrialLog in
Avatar of WhyDidntItWork
WhyDidntItWork

asked on

How to mange new versions of VB.Net projects

I'm learning how to program in VB.Net. When I complete and test some new subs, I save the project. Then I copy the entire project folder, rename it with a new version number and then open this new version in Visual Studios, go into the Solution Explorer and rename the project version. (i.e. Game v1.0 is renamed to Game v2.0). Is there a more efficient and effective means to tracking project versions?
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

you can use Version Control System like TortoiseSVN

Sample for how to use TortoiseSVN

http://www.codeproject.com/KB/dotnet/SourceControl_VSNET.aspx
ASKER CERTIFIED SOLUTION
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WhyDidntItWork
WhyDidntItWork

ASKER

Had to figure my own solution.