Trygve, I'm not sure whether you also red discussions last week.
You are right: list-files can be solved with checkout. But lets take a huge project (for example 10.000) files. You want to see the list of the files in the top directory only. I estimate you don't want to checkout the entire repository because that might take a very-very long time. Zsolt >-----Original Message----- >From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] >Sent: Saturday, April 08, 2006 10:41 AM >To: [email protected] >Subject: Re: Proposed extension of ScmProvider > >On Fri, 2006-04-07 at 19:34 +0200, Zsolt Koppany wrote: >> Hi, >> >> this mailing list doesn't allow attachments, thus I have just pasted the >> source code. >> >> It doesn't contain any implementation but the methods are really >necessary >> for me. >> >> I extended ScmProvider but actually I think, the new methods should be >added >> to it. >> >> Please make you proposals. > >I don't really understand what this code is supposed to do? It seems to >be something like a parser for TODO stuff which really isn't something >that belongs in a SCM library. > >If what you want to do is to read out all the TODOs etc you can do that >with a checkout/export and run a Maven report. > >-- >Trygve
