Hi Jorgen I am using local repository and the CVSROOT is set to :pserver:accountname at servename;/path-2-cvsroot
My run.sh gives the following output ./run.sh Scanning for repositories... Mar 25, 2009 2:40:00 PM org.opensolaris.opengrok.history.HistoryGuru addRepositories INFO: Adding <org.opensolaris.opengrok.history.CVSRepository> repository: </opt/opengrok/source/G/gate> Mar 25, 2009 2:40:00 PM org.opensolaris.opengrok.history.HistoryGuru addRepositories INFO: Adding <org.opensolaris.opengrok.history.CVSRepository> repository: </opt/opengrok/source/H/gate> Mar 25, 2009 2:40:00 PM org.opensolaris.opengrok.history.HistoryGuru addRepositories INFO: Adding <org.opensolaris.opengrok.history.CVSRepository> repository: </opt/opengrok/source/D/gate> Done searching for repositories (0s) Writing configuration to /opt/opengrok/data/configuration.xml Done... Mar 25, 2009 2:40:00 PM org.opensolaris.opengrok.index.Indexer doIndexerExecution INFO: Starting indexExecution I looked at the thread about someone making changes To ScmChecker for cvs repository detection, I don't know where/how to change ScmChecker on my Installation and also if I need to do it since >From the outout I guess opengrok detects the cvs repository I Don't know how to use the trunk, I don't have a opensolaris Background. Please let me know how to do it. I had installed opengrok 0.7 in Feb 2009 so I assume I have the latest at that time. Please advise Thanks Pranab -----Original Message----- From: Jorgen.Austvik at Sun.COM [mailto:jorgen.aust...@sun.com] Sent: Wednesday, March 25, 2009 1:44 PM To: Pranab Panda (pkpanda) Cc: opengrok-discuss at opensolaris.org Subject: Re: [opengrok] CVS history and annotate doesn't work Pranab Panda (pkpanda) wrote: > The cvsroot is available on the opengrok server > As /cvsroot (exported from the cvsserver:/cvsroot) > > Also I have local checkouts done under > /opt/opengrok/source > > I scanned the mailing list archive but couldn't > Find anything applicable to CVS history. > Please advise Hi, sorry for late reply, I am at a training class at workdays this week. RFE 5918 (support for history and annotations for remote CVS repositories) was checked in 25th of Dec, after 0.7 was released. So I am trying to find out if you have a remote CVS repository (or if OpenGrok thinks so anyway). It looks like you are using OpenGrok 0.7, which does not support it for remote CVS repositories, but should support it for local CVS repositories. You say CVSROOT is /cvsroot, it is sometimes something like: :local:/cvs/repository - local repository :pserver:cvs at host.example.com:/cvs - remote repository The "[opengrok] Accessing RCS history local file" thread at "18.02.2009 17:29" contains some information about that. Can you show me the console output of: cat /cvsroot/CVS/Root cat /cvsroot/CVS/Repository ? Do you have any logs of interest? Can you try with OpenGrok from trunk, to see if it is fixed there? -J > -----Original Message----- > From: Jorgen.Austvik at Sun.COM [mailto:Jorgen.Austvik at Sun.COM] > Sent: Tuesday, March 24, 2009 12:05 AM > To: Pranab Panda (pkpanda) > Cc: opengrok-discuss at opensolaris.org > Subject: Re: [opengrok] CVS history and annotate doesn't work > > Pranab Panda (pkpanda) wrote: >> Hi >> >> Can someone please help me with CVS History and annotate issue? >> Thanks > > What is your CVS root? > > Have you tried to search the archives for "CVS" "history" and > "annotate"? > > -J