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

Re: [Subclipse-users] Tag freezes svn:externals

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-02-21 15:21:52 CET

On 2/21/07, Lira Olavo <Olavo.LIRA@gemalto.com> wrote:
>
> Hello Mark,
>
> From what I understand of Subversion actually there is no way for
> subversion to know that I'm doing a TAG, for the server is just another
> svncopy right?
> So the solution must be implemented in the client part like this
> svncopy.pl script that I found and do the trick for me, but this is
> command line.
>
> http://svn.collab.net/repos/svn/trunk/contrib/client-side/svncopy.pl.in
>
> Can't you do something like this in Subclipse? This is very, very
> important for me, and although I'm not a expert in plugin at all, I'm
> willing to help implement it if you show me the way.

No, we can't. Subversion does expose any API to us that would allow us to
do this. If you wanted it implemented you would first have to figure out
what API's exist at the C-level that can do this. The Perl script might
shed some light on that. Whatever API exists would then have to be exposed
to the JavaHL bindings, ideally as a boolean flag of some sort in the copy
WC to URL API we use to create a tag.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Wed Feb 21 15:22:08 2007

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.