[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Hooking into the commit (checkin) action

From: J B <moatas_at_gmail.com>
Date: 2006-09-22 15:33:24 CEST

I understand how hook scripts work. But I am looking for a client side hook
using subclipse. Our users can connect to many servers, each of them backed
by a central subversion repository. When connecting to the remote server,
the server returns a unique identifier, and the subversion repo address.
Our client will checkout the necessary project from subversion based on this
info. Once a user commits a change, we want to immediately notify the
server they are working with.

I suppose this could be handled with hook scripts, but I do not want to go
that route. So given that, is their any integration with subclipse that
will allow us to 'hook' into that action?

Thanks!

Birch

On 9/22/06, Jean-Pierre Fiset <jp@fiset.ca> wrote:
>
> Maybe I am not completely understanding your issue, however I believe
> your problem requires to install scripts on the server side. What you
> are looking for are hook scripts, which are documented here:
>
> http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks
>
> In any case, it appears like a Subversion question, not really a
> Subclipse question.
>
> JP
>
> J B wrote:
> > We are developing a plugin allowing users to remotely edit and manage
> > scripts and configurations on a custom server.
> >
> > We would like to automatically deploy our files immediately after the
> > commit, and would like to hook into the actual commit action and
> > perform the deploy automatically.
> >
> > Our other option right now is to provide an additional wizard, and
> > only allow the deployment of files that are not marked as modified.
> >
> > Is there a way to do the above without actually hacking up the
> > subclipse plugin our self?
> >
> > Thanks!
> >
> > Birch
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Fri Sep 22 15:33:32 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.