Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When I run the files to folder using Vss Reporter, regardless of flattening out the files or not, my folder ends up empty. Has anyone else had this problem, and been able to resolve the issue?

I also haven't been able to get the source code to compile. I will continue working on that, using VS 2005, but in the mean time thought there might be a quick solution. I've spoken with others that don't have any problems...

Project needed to be converted to open in VS 2005.

Other than that, program works well.

Thanks,

Clint
Posted

1 solution

Sorry for not answering your question, but… who needs VSS?

This system is not quite reliable, overly intrusive and contains number of critical misconceptions; and one of the most dangerous misconceptions is this: checking in of the changes to a code base is not transactional. It means that if something bad happens to one of the computers or connection, only part of the changes can be committed, which can end up in half-committed and hence inconsistent change.

Another frustrating misconception (related to the one explained above) is that the changes, changes history and related information is considered on per-file basis.

All these and other problems make VSS only seemingly usable, and people who think it's fine are almost those not familiar with real Revision Control Systems, which can be really robust and light weight at the same time, also non-intrusive, so they don't modify the nature of programming activity.

Also, I think it's too risky to trust your valuable programming asserts to a proprietary solution. The Revision Control System should be Open Source (and most of them are these days).

Please see this discussion and references on this page: Revision control systems, which to choose from?[^].

—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