954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Solution Versions

Hi :)
there is a way to save versions of my solution easily in .NET C#?
what i am doing currently its copy the solution folder onto a backup folder and change its name to SOLUTION_NAME_X.X while X.X its the version number.

i guess the Microsoft dudes had thought of something more convenient.

thank u!

galhajaj
Light Poster
36 posts since May 2011
Reputation Points: 13
Solved Threads: 0
 

Subversion is great for this. Although there is a bit of setup time. I am not aware of any way to natively save versions to different paths automatically though.

I use AhnkSVN (integrates with visual studio) and TortoiseSVN (integrates with windows) at work, and connect to a Apache server running Subversion (this can all be installed and run locally if you want, just install it and connect to localhost; it's all free too).

Subversion tracks all kinds of things
- every version of code ever submitted
- the changes between code versions
- branching of code into seperate version histories
- allows multiple developers to use the most up to date code and edit it simultaneously while documenting changes/comments
- tracks the changes that indivdual developers make with the ability to merge changes

skatamatic
Posting Shark
959 posts since Nov 2007
Reputation Points: 403
Solved Threads: 129
 
gusano79
Posting Pro
521 posts since May 2004
Reputation Points: 182
Solved Threads: 77
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: