The Artima Developer Community
Sponsored Link

.NET Buzz Forum
VSS Automation Whitepaper

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Korby Parnell

Posts: 136
Nickname: korbyp
Registered: Aug, 2003

Korby Parnell is Programming Writer for Microsoft Visual SourceSafe and Visual Studio .NET
VSS Automation Whitepaper Posted: Aug 7, 2003 5:28 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Korby Parnell.
Original Post: VSS Automation Whitepaper
Feed Title: Korby Parnell
Feed URL: /msdnerror.htm?aspxerrorpath=/korbyp/Rss.aspx
Feed Description: Copyright 2003 Korby Parnell Fri, 01 Aug 2003 10:03:48 GMT ChrisAn's BlogX korbyp@microsoft.com korbyp@microsoft.com Alex Lowe Joins Microsoft http://blogs.gotdotnet.com/korbyp/permalink.aspx/536bb108-6a66-4dc6-8847-69f4d799bb55 http://blogs.gotdotnet.com/korbyp/permalink.aspx/536bb108-6a66-4dc6-8847-69f4d799bb55 Fri, 01 Aug 2003 10:03:48 GMT From ASP.NET MVP to Microsoft .NET Evangelist.  Success is the domain of good guys.  Welcome aboard Alex.  I look forward to meeting you in person.  Thanks to ScottW for posting the big announcement. Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Korby Parnell
Latest Posts From Korby Parnell

Advertisement

A customer recently asked,

"We are using Visual SourceSafe for version control for one of our .NET based projects. We are wondering if SourceSafe can be setup to automatically send out change notification to a mailing list whenever a file is checked in? We find such a feature useful and have been using it on our CVS system for a different project. I searched the SourceSafe documentation, Google and msdn.microsoft.com regarding this and did not find any relevant information. Could you please confirm if such a setting is possible and if so how to do that?"

A member of my team responds,

"Visual Source Safe exposes an event trapping model which exposes the before check in and after checkin events. Using this model one could code a VSS add-in that would send mail notification on each checkin. There is an article describing event trapping and the IVSS interface at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvss/html/vssauto.asp"

If you're interested in writing a check in notification add-in for VSS, you might consider sending your notifications via NET SEND rather than email. Of course, email is much better if you or the members of your team ever connect to the VSS database remotely.  But NET SEND is more direct and immediate than emails and the messages won't contribute to Inbox bloat (yuk).  I found a nifty C# method that launches cmd.exe and runs NET SEND programmatically on ASPAlliance.com: http://www.aspalliance.com/olson/methods/SendNetSend.aspx.

Back to the VSS docs... Microsoft kann für die Richtigkeit und Vollständigkeit der Inhalte in dieser Newsgroup keine Haftung übernehmen.

Read: VSS Automation Whitepaper

Topic: Mono Takes a Step Up Previous Topic   Next Topic Topic: Sad day for cycling

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use