Urgent.. About using Visual Source Safe using .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

My company wants to see changes made by programmers during a period. We use Visual Source Safe 6.0 in our company
I want to write a program that will show how many lines are added(or modified) to each file between a starting date and end date for each user. But I don't know how to do. I need help
Thanks
Ken
 
Perhaps this will help. The code is C++ but the links at the bottom have
references to the API library for VSS

http://www.codeproject.com/tips/vssprotocolhandler.asp?df=100&forumid=2323&exp=0&select=297378

Ken said:
Hi,

My company wants to see changes made by programmers during a period. We
use Visual Source Safe 6.0 in our company.
I want to write a program that will show how many lines are added(or
modified) to each file between a starting date and end date for each user.
But I don't know how to do. I need help.
 
Thanks everyone, I solved my problem by calling a bat file using .NET, couldn't find another solution :-)
 
Back
Top