Re: Configuring mail account in subversion (NetBeans 8.1)
Paolo Scarabelli <[email protected]> Mon, 30 May 2016 13:50:04 +0800
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CALG-BL4Kbz+w4Jacha+OeGP6Cx1v+GxQMkX2NyEifBf3XLSwQA@mail.gmail.com> |
Hi, You can use Subversion post commit hooks to send emails. There is also a Perl library called SVNnotify that helps you do that, if you search for it on Google you will find plenty of examples. Regards, Paolo On Sat, May 28, 2016 at 5:12 AM, Peter Hansson <[email protected]> wrote: > 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 >> >> >> >> >> >