Re: Help extending subclipse

Mark Phippard <[email protected]> Thu, 11 Feb 2016 13:33:06 -0500
Newsgroups gmane.comp.version-control.subversion.subclipse.user
Message-ID <CAHFaGCpvo3frH17+9faRiYS2gT7uLu-xPZMz5zZDBuo151vJrg@mail.gmail.com>
------=_Part_12812_468356143.1455215589723
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Not sure I understand what you want to do, but why not hook into the server
to create file when commit happens?  Or do something asynchronous that
polls using svn log -v to get the output?

We have not really built Subclipse with a lot of extension points.  There
might be one that exists that you could use but we generally only add them
when some need arises.  Use cases like the one you present are not anything
we are really trying to solve.



Mark



On Thu, Feb 11, 2016 at 10:17 AM, Brunoais <[email protected]> wrote:

> hi,
>
> I want to make a plugin to the subclipse.
> Broadly speaking, it would work like this:
>
> When the commit dialog appears, below the , I want to add a file browse
> window that allows to choose a file location in the filesystem.
>
> For that file, I want to create a listing (full file path) of all the
> files that are being committed (additions, editions and deletions). That
> record is made only when the commit is issued, no need to do it before
> that.
>
> I also want to associate the file to where it is stored and the message
> written in the commit messages list, but that's for later.
>
> For starters, I need to know to which extension points should I attach
> my code to and which dependencies will my code need. Are you able to
> help me? Anything is welcome.
>
> Thanks in advance
>
> ------------------------------------------------------
>
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3159874
>
> To unsubscribe from this discussion, e-mail: [
> [email protected]].
>



-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

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

To unsubscribe from this discussion, e-mail: [[email protected]].
------=_Part_12812_468356143.1455215589723
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Not sure I understand what you want to do, but why not hoo=
k into the server to create file when commit happens?=C2=A0 Or do something=
 asynchronous that polls using svn log -v to get the output?<div><br></div>=
<div>We have not really built Subclipse with a lot of extension points.=C2=
=A0 There might be one that exists that you could use but we generally only=
 add them when some need arises.=C2=A0 Use cases like the one you present a=
re not anything we are really trying to solve.</div><div><br></div><div><br=
></div><div><br></div><div>Mark</div><div><br></div><div><br></div></div><d=
iv class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Thu, Feb 11, 201=
6 at 10:17 AM, Brunoais <span dir=3D"ltr">&lt;<a href=3D"mailto:brunoaiss@g=
mail.com" target=3D"_blank">[email protected]</a>&gt;</span> wrote:<br><b=
lockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px =
#ccc solid;padding-left:1ex">hi,<br>
<br>
I want to make a plugin to the subclipse.<br>
Broadly speaking, it would work like this:<br>
<br>
When the commit dialog appears, below the , I want to add a file browse<br>
window that allows to choose a file location in the filesystem.<br>
<br>
For that file, I want to create a listing (full file path) of all the<br>
files that are being committed (additions, editions and deletions). That<br=
>
record is made only when the commit is issued, no need to do it before that=
.<br>
<br>
I also want to associate the file to where it is stored and the message<br>
written in the commit messages list, but that&#39;s for later.<br>
<br>
For starters, I need to know to which extension points should I attach<br>
my code to and which dependencies will my code need. Are you able to<br>
help me? Anything is welcome.<br>
<br>
Thanks in advance<br>
<br>
------------------------------------------------------<br>
<a href=3D"http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=3D1047&a=
mp;dsMessageId=3D3159874" rel=3D"noreferrer" target=3D"_blank">http://subcl=
ipse.tigris.org/ds/viewMessage.do?dsForumId=3D1047&amp;dsMessageId=3D315987=
4</a><br>
<br>
To unsubscribe from this discussion, e-mail: [<a href=3D"mailto:users-unsub=
[email protected]">[email protected]</a>].<b=
r>
</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature">Thanks<br><br>Mark Phippard<br><a href=3D"http://markp=
hip.blogspot.com/" target=3D"_blank">http://markphip.blogspot.com/</a></div=
>
</div>

------=_Part_12812_468356143.1455215589723--