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

RE: Re: Re: [Subclipse-dev] compile and install subclipse using local update site

From: elane pereira <elane.s.pereira_at_gmail.com>
Date: Thu, 29 Apr 2010 07:11:33 -0700 (PDT)

> It is not going to be possible to customize Subclipse to commit to two
> locations. Subversion cannot do that.

I thought it was possible to modify the action that effects the commit by adding a new repository, in this case both the trunk clone and branch clone. For example,

currently: commit (content, repository);

Change to: commit (content, repository);
commit (content, repository 2);
commit (content, repository 3);

So, how "commit" is treated will not be changed. What changes is that the method is being executed more than once, just by changing the repository.

Can not add it with an extension (or more) or change the Subclipse?

Lanne

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2598900

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2010-04-29 16:11:31 CEST

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

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