Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » How to retrieve log infos.
How to retrieve log infos. [message #9179] Tue, 09 October 2007 09:39 Go to next message
Eclipse UserFriend
Originally posted by: firstname.name.gmail.com

Hello,

I would like to fetch history information of a sub-versioned resource. Its
intended to be used for a plugin, so I don't want get related views: only log
information.

I looked at the org.tigris.subversion.subclipse.ui.history, and how the
FetchAllLogEntriesJob deals with it.

I am wondering what is the simplest way to make a call of such methods. Is there
any "simple" api to retrieve the logs information.

entries = getLogEntries(myURIResource);

thanks in advance.

--
F. Lagarde
Re: How to retrieve log infos. [message #9199 is a reply to message #9179] Tue, 09 October 2007 11:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: firstname.name.gmail.com

In the last post, on 10/09 about 11h, "François" (François Lagarde) wrote:

François> [...]Is there any "simple" api to retrieve the logs
François> information.

Hi,

I was a little bit lazy. I think that I have a piece of a solution with:

org.tigris.subversion.svnclientadapter.samples

Btw: the way of the subversion plugins are packaged is confusing. Why
org.tigris.subversion.svnclientadapter is not a plugin?

--
F. Lagarde
Re: How to retrieve log infos. [message #9219 is a reply to message #9199] Wed, 10 October 2007 12:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: firstname.name.gmail.com

In the last post, on 10/09 about 01h, "François" (François Lagarde) wrote:


François> I was a little bit lazy. I think that I have a piece of a
François> solution with:

hello,

I am still lost. I read again source of the plugins. I think that I was
wrong, and think that the better is to use SVNClientManager. So far, I have:

SVNProviderPlugin plugin = SVNProviderPlugin.getPlugin();
SVNClientManager svnClientManager = plugin.getSVNClientManager();
ISVNClientAdapter svnClient = svnClientManager.createSVNClient();

but, eclipse rises as error that the method createSVNClient doesn't exist. This
is odd, because both sources/classes of the subversion plugin have this method.

any idea...


--
F. Lagarde
Re: How to retrieve log infos. [message #9735 is a reply to message #9219] Fri, 12 October 2007 13:57 Go to previous message
Michael Valenta is currently offline Michael ValentaFriend
Messages: 560
Registered: July 2009
Senior Member
François,

This newsgroup is associated with the Subversive Eclipse SVN client.
From a previous post, it looks like you are using the Subclipse Eclipse
SVN client. You should probably try and find the appropriate forum/list
to post your question on the Tigris site since they provide and support
Subclipse.

Michael

François Lagarde wrote:
> In the last post, on 10/09 about 01h, "François" (François Lagarde) wrote:
>
>
> François> I was a little bit lazy. I think that I have a piece of a
> François> solution with:
>
> hello,
>
> I am still lost. I read again source of the plugins. I think that I was
> wrong, and think that the better is to use SVNClientManager. So far, I have:
>
> SVNProviderPlugin plugin = SVNProviderPlugin.getPlugin();
> SVNClientManager svnClientManager = plugin.getSVNClientManager();
> ISVNClientAdapter svnClient = svnClientManager.createSVNClient();
>
> but, eclipse rises as error that the method createSVNClient doesn't exist. This
> is odd, because both sources/classes of the subversion plugin have this method.
>
> any idea...
>
>
Previous Topic:Are Subclipse still involved?
Next Topic:How do I obtain working copy information?
Goto Forum:
  


Current Time: Wed Apr 24 15:55:49 GMT 2024

Powered by FUDForum. Page generated in 0.03641 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top