Click here to Skip to main content
15,898,792 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi friends,

installation and configuration of visual sourcesafce in windows xp professional
Posted
Comments
[no name] 19-Mar-15 23:21pm    
This is obviously not an answer, but a well meant suggestion: Windows XP is old no longer supported by Microsoft. It will be vulnerable to future malware. Get Windows 7 or 8. And VSS is also a discontinued product. Get Visual Studio 2013 Community Edition (which is essentially the same as the Professional edition but FREE) and some other source control software, like Git.
Sergey Alexandrovich Kryukov 19-Mar-15 23:37pm    
In addition to that, VSS is not only discontinued, it is also notoriously unreliable. It is not even transactional, which I would call a fatal defect, and it is proprietary. Please see my answer.
—SA
[no name] 19-Mar-15 23:44pm    
Alright - I never used it, just knew it's discontinued :)
Sergey Alexandrovich Kryukov 19-Mar-15 23:52pm    
Good for you. :-)
—SA

1 solution

Never ever use SourceSafe, it can betray you at any moment. It was never an acceptable Revision Control product, it is not even transaction. It can betray you and you can suffer big losses. Besides, it is proprietary. There is a number of real Revision Control system which are open source and are maintained really well. I think risking your valuable code assert to anything which is not open-source would be too careless.

Please see my past answers:
The associated source control plug-in is not installed or could not be intiialized[^],
How can i structured to arrange source code when i create a new solution[^].

Consider, in particular, Subversion, git, Mercurial, Bazaar. Please see:
http://en.wikipedia.org/wiki/Revision_control[^],
http://en.wikipedia.org/wiki/Distributed_revision_control[^],
http://en.wikipedia.org/wiki/List_of_revision_control_software[^].

—SA
 
Share this answer
 
v2

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