Source Safe notification
-
Does anyone know of a way to be notified when a file is checked-in? When I need a file that someone else has checked-out, I want to tell SS to notify me when the file is checked-in. Thanks Todd
If I need a file that is check-out for another developer, I Call him and I say him: -Please, let me know when the file is Free... Is a little joke, but I don't believe that the sourcafe has this functionality.:) Carlos Antollini.
-
If I need a file that is check-out for another developer, I Call him and I say him: -Please, let me know when the file is Free... Is a little joke, but I don't believe that the sourcafe has this functionality.:) Carlos Antollini.
-
Shouldn't this "functionality" be automated? Do I have to call every developer, every time I need a file that is checked out? Todd
As a team leader, I actually prefer things working this way since it encourages communication between developers and people get an idea of what others are working on. In a larger environment, it would be more of a problem. We have written heaps of tools in Python that parse the activity log - it would be easy to write a little service that watches for check-ins and sends an email or something when a file you want has become available.
-
As a team leader, I actually prefer things working this way since it encourages communication between developers and people get an idea of what others are working on. In a larger environment, it would be more of a problem. We have written heaps of tools in Python that parse the activity log - it would be easy to write a little service that watches for check-ins and sends an email or something when a file you want has become available.