Re: Configuring mail account in subversion (NetBeans 8.1)
Peter Hansson <[email protected]> Fri, 27 May 2016 23:12:33 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAC55jYOeey-PbOEk-k-Wm5BC5TFSwBY-GzNCUGQtHo-MPCzB8Q@mail.gmail.com> |
Caveat: I don't know the Microsoft world. However, I bet it wasn't your IDE (Visual Studio) which was sending that e-mail. It was probably in reality your SourceSafe server ... or even more likely your Team Foundation Server. Anyway, I wouldn't go hunt for that feature in an IDE because I really doubt it exists. (in any IDE !) It's been many years since I used Subversion but as I remember it did actually support the concept of post commit hooks which would enable you to do that. However it would probably make more sense for your CI environment to be the one who actually sends out such an e-mail. (do HTML/JavaScript devs use CI environments?) I hope this gives you some terminology to move on with your task. Good luck. Peter PS: Btw, you are not "using Subversion as our team server". I believe you are taking with you the MS lingo which won't work in the outside world. Subversion is a VCS, nothing more. On Thu, May 26, 2016 at 1:42 PM, mmohanreddyp <[email protected]> wrote: > Hi, > we are developing an html5 application using netbeans 8.1. We are using > subversion as our team server. Now my question is is there any way to > configure existing outlook account to subversion, to send notification > about latest commits to all the subscribers/ developers of the project??? > We used to do this in visual studio using sourcesafe. > Thank you > > > > >