You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lenina konjeti <le...@persistent.co.in> on 2008/07/31 06:05:00 UTC

How to get notified after an operation happend on repository

Hi,

 

We are using SVN as version control in our project.

 

We have  a requirement, trigger the build whenever there is a modification
on SVN repository.

 

Initially I am thinking of SVNKit ISVNEventHandler.handleEvent() is the
right place to write code for my requirement, later I came to know that is,
SVNKit is a client package.

 

Please let me know how do I approach to get notified immediately whenever
there are any changes on SVN Repo.

 

Thanks in advance,

Lenina


DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.

Re: How to get notified after an operation happend on repository

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
Questions such as these should be directed to users@subversion.tigris.org

Thanks,
-Hyrum

Lenina konjeti wrote:
> Hi,
> 
>  
> 
> We are using SVN as version control in our project.
> 
>  
> 
> We have  a requirement, trigger the build whenever there is a modification
> on SVN repository.
> 
>  
> 
> Initially I am thinking of SVNKit ISVNEventHandler.handleEvent() is the
> right place to write code for my requirement, later I came to know that is,
> SVNKit is a client package.
> 
>  
> 
> Please let me know how do I approach to get notified immediately whenever
> there are any changes on SVN Repo.
> 
>  
> 
> Thanks in advance,
> 
> Lenina
> 
> 
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
> 



Re: How to get notified after an operation happend on repository

Posted by Julian Foad <ju...@btopenworld.com>.
On Thu, 2008-07-31 at 11:35 +0530, Lenina konjeti wrote:
[...]
> Please let me know how do I approach to get notified immediately
> whenever there are any changes on SVN Repo.

Hi Lenina. You should use the "post-commit hook". Read about it in the
book <http://svnbook.red-bean.com/>.

Please send any further questions about how to use Subversion to the
"users" email list <ma...@subversion.tigris.org>, as this list is
only for discussing the development of Subversion. Thanks.

- Julian



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org