RE: Auditing and VSS reports
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 02/27/04
- Next message: Marco: "Combine multiple [G] options in command line"
- Previous message: Shelley Blumberg: "Auditing and VSS reports"
- In reply to: Shelley Blumberg: "Auditing and VSS reports"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 06:12:36 GMT
Hi Shelley,
Thank you for posting in the community!
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to run a history report for
all the projects on VSS server every night automatically. If there is any
misunderstanding, please feel free to let me know.
I think this can be achieved by the Visual Sourcesafe command line utility
SS.exe. SS.exe is used to perform tasks that you can do in GUI. SS.exe has
many options. What we need is SS history option. We can use the -vd option
to specify the date. For example, to list the history of the $/Test project
from 9 A.M. to 3 P.M. on 3/3/95, issue the command:
ss history $/test -vd3/03/95;3:00p~3/03/95;9:00a
In the preceding command "a" or "p", refers to A.M. or P.M. respectively.
The tilde (~) indicates that you want the history between the dates and
times specified. Note that the later date and time must be specified first.
For more information about ss history please check the following links:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html
/vsgrfss_history.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html
/vsgrfCmdLine_SwitchV.asp
If you need to generate the date time dynamically, you can generate the
command line with a VB script.
Does this answer your question? If anything is unclear, please feel free to
reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Marco: "Combine multiple [G] options in command line"
- Previous message: Shelley Blumberg: "Auditing and VSS reports"
- In reply to: Shelley Blumberg: "Auditing and VSS reports"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|