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