Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

please share links of visual safe source videos

Regards
veerendranadh
Posted

1 solution

I would strongly discourage from using Microsoft Source Safe. If you can, do yourself a big favor: save your development from big troubles.

Among other problems and misconception of this proprietary software, at least one is really critical: lack of transactional approach. Some of my colleagues reported serious loss or mess-up of their data.

I also personally think that code asserts are too valuable to trust any proprietary solution; the revision control should be Open-Source. These days, there is a good choice of powerful, light-weight, non-intrusive, portable, extremely reliable Open-Source tools. Please see this discussion:
Revision control systems, which to choose from?[^].

Here I answer related questions on particular tools in more detail:
Needs some words of wisedom to set up and/or use a server[^],
Make an unclickable form[^].

And here I explain why not VSS:
How can i structured to arrange source code when i create a new solution[^].

—SA
 
Share this answer
 
Comments
fjdiewornncalwe 2-Apr-12 12:23pm    
+5. If for nothing else, then for the strongly discourage part. Can't be stressed enough. Cheers.
Sergey Alexandrovich Kryukov 2-Apr-12 12:48pm    
Thank you, Marcus.
--SA

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