RE: How to index the contents from SVN repository

2009-04-27 Thread Steven A Rowe
Hi Ashish, The excellent SVN/CVS repo browser ViewVC http://www.viewvc.org/ has tools to record SVN/CVS commit metadata in a database - seeing how they do it may give you some hints. The INSTALL file gives pointers to the relevant tools (look for the SQL CHECKIN DATABASE section):

Re: How to index the contents from SVN repository

2009-04-27 Thread Ryan McKinley
I would suggest looking at Apache commons VFS and using the solrj API: http://commons.apache.org/vfs/ With SVN, you may be able to use the webdav provider. ryan On Apr 26, 2009, at 4:08 AM, Ashish P wrote: Is there any way to index contents of SVN rep in Solr ?? -- View this message in

Re: How to index the contents from SVN repository

2009-04-26 Thread Ashish P
Right. But is there a way to track file updates and diffs. Thanks, Ashish Noble Paul നോബിള്‍ नोब्ळ् wrote: If you can check it out into a directory using SVN command then you may use DIH to index the content. a combination of FileListEntityProcessor and PlainTextEntityProcessor may help

Re: How to index the contents from SVN repository

2009-04-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess not. On Mon, Apr 27, 2009 at 10:42 AM, Ashish P ashish.ping...@gmail.com wrote: Right. But is there a way to track file updates and diffs. Thanks, Ashish Noble Paul നോബിള്‍  नोब्ळ् wrote: If you can check it out into a directory using SVN command then you may use DIH to index the