To use a local subversion repository, the URL should looks like: file:///repository_name/project
Note that you need three slashes (///) after file: Bill On 5/20/07, Cory Remick <c_remick at hotmail.com> wrote: > > Oh well I did checkout svn checkout http://URLtorepository localpath, but > you must be saying that I need to svn checkout localpath localpath? > > I'll try that out on Monday. > > -Cory > > > > ________________________________ > > Date: Sat, 19 May 2007 09:25:28 +0200 > > From: Trond.Norbye at Sun.COM > > Subject: Re: [opengrok] Some things I've noticed - Windows Install > > To: bill.w.au at gmail.com > > CC: c_remick at hotmail.com; > opengrok-discuss at opensolaris.org > > > > Bill Au wrote: > > > The Documentation page on the OpenGrok web site still contains the > > > following under Step. 0: > > > > > > If the code is under CVS or SVN, OpenGrok requires the checked out > > > source tree under SRC_ROOT. A local CVSROOT or SVN repository must be > > > available. File history will not be fetched from a remote server. > > > > > > So I guess history searching for remote repositories does not work for > > > all repositories types, or the web site is out-of-date. > > > > The web site is slightly out of date ;-) You _must_ have a checked out > > copy locally, and for _most_ SCMs the repository must be local (SCCS, > > CVS, Mercurial etc). The javahl library is able to pull revisions "over > > the net". This is not recommended, since it most likely will _SLOW DOWN_ > > OpenGrok a lot! With the history cache layer this is reduced, and the > > web application will only access the SCM repository when a given > > revision of a file is requested... > > > > I am really busy for the moment, but I will try to find some time to > > update the documentation a bit... > > > > Trond > > > > >
