Re: Generate Emails through Subversion

2011-01-27 Thread Andy Levy
2011/1/27 Thorsten Schöning : > Guten Tag Waseem Bokhari, > am Donnerstag, 27. Januar 2011 um 14:36 schrieben Sie: > >> Please make sure that I am using Windows 2003 server as OS for Visual SVN >> Server Admin Tool and Need Windows BAT Scripts accordingly. > > ActiveState Perl is a Perl distributio

Re: Generate Emails through Subversion

2011-01-27 Thread Thorsten Schöning
Guten Tag Waseem Bokhari, am Donnerstag, 27. Januar 2011 um 14:36 schrieben Sie: > Please make sure that I am using Windows 2003 server as OS for Visual SVN > Server Admin Tool and Need Windows BAT Scripts accordingly. ActiveState Perl is a Perl distribution for Windows. Mit freundlichen Grüßen,

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
: +92 321 4294926 waseem.bokh...@netsoltech.com   www.netsoltech.com   -Original Message- From: Thorsten Schöning [mailto:tschoen...@am-soft.de] Sent: Thursday, January 27, 2011 6:32 PM To: users@subversion.apache.org Subject: Re: Generate Emails through Subversion Guten Tag Waseem Bokhari

Re: Generate Emails through Subversion

2011-01-27 Thread Thorsten Schöning
Guten Tag Waseem Bokhari, am Donnerstag, 27. Januar 2011 um 10:40 schrieben Sie: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > with this ?? Don't download it manually, use ActiveState Perl and ppm to get the package or you have to build the package on your own. M

Re: Generate Emails through Subversion

2011-01-27 Thread Geoff Rowell
On Thu, Jan 27, 2011 at 3:30 AM, Waseem Bokhari wrote: > > I want to generate emails to specific recipients on Committing a particular > folders of Subversion. > > PS: I am using Tortoise SVN and Need windows script for this. http://sourceforge.net/apps/mediawiki/svnhook The SvnHook framework p

Re: Generate Emails through Subversion

2011-01-27 Thread Nico Kadel-Garcia
On Thu, Jan 27, 2011 at 4:58 AM, Ryan Schmidt wrote: > > On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > >> I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do >> with this ?? > > SVN::Notify is a Perl module. You install it using CPAN. If it's not built into your partic

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 06:32, Waseem Bokhari wrote: > I have used this link: > > http://blog.pengoworks.com/index.cfm/2008/2/5/SVN-postcommit-for-Windows > > Post-Commit Hook > > When I commit any file after putting all credentials in hook script. It > prompts me a message. > > > post-commit hoo

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
7, 2011 3:03 PM To: users@subversion.apache.org Cc: Waseem Bokhari; 'Ryan Schmidt' Subject: Re: Generate Emails through Subversion On Thursday 27 January 2011, Waseem Bokhari wrote: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > wi

Re: Generate Emails through Subversion

2011-01-27 Thread Ulrich Eckhardt
On Thursday 27 January 2011, Waseem Bokhari wrote: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > with this ?? [...] > README ^^ Start with reading that file and the SVN documentation (see my signature) concerning hook scripts. Cheers! Uli -- ML: http:/

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 03:58, Ryan Schmidt wrote: > On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > >> I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do >> with this ?? > > SVN::Notify is a Perl module. You install it using CPAN. Or you could build and install it manual

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 03:40, Waseem Bokhari wrote: > I have Downloaded " SVN-Notify-2.80 " and Extract the Zip.. Now what to do > with this ?? SVN::Notify is a Perl module. You install it using CPAN.

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
: Generate Emails through Subversion On Jan 27, 2011, at 03:18, Waseem Bokhari wrote: > Will you please share(Set an example) any successful script that really > generate email on each commit on different repository folder level. I can recommend you check out SVN::Notify: http://search.c

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 03:18, Waseem Bokhari wrote: > Will you please share(Set an example) any successful script that really > generate email on each commit on different repository folder level. I can recommend you check out SVN::Notify: http://search.cpan.org/dist/SVN-Notify/ There's also commi

RE: Generate Emails through Subversion

2011-01-27 Thread Waseem Bokhari
Cc: users@subversion.apache.org Subject: Re: Generate Emails through Subversion On Jan 27, 2011, at 02:30, Waseem Bokhari wrote: > I want to generate emails to specific recipients on Committing a particular folders of Subversion. Write a post-commit hook script, or better yet, use one of

Re: Generate Emails through Subversion

2011-01-27 Thread Ryan Schmidt
On Jan 27, 2011, at 02:30, Waseem Bokhari wrote: > I want to generate emails to specific recipients on Committing a particular > folders of Subversion. Write a post-commit hook script, or better yet, use one of the several existing scripts that have been written that do this. > PS: I am usin

Re: Generate Emails through Subversion

2011-01-27 Thread Ulrich Eckhardt
On Thursday 27 January 2011, Waseem Bokhari wrote: > I want to generate emails to specific recipients on Committing a particular > folders of Subversion. There is already a hook script that you can use to send mails, all you need to do is to look at the commit to determine whether the particular