[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Minor update to svnserve docs

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-08-16 18:43:34 CEST

On Mon, 16 Aug 2004 12:24:47 +0930, McKenna, Simon (RGH)
<simon.mckenna@rgh.sa.gov.au> wrote:
> -=> I'm wondering: why aren't you able to build the docs?
> -=> What's missing?
>
> Probably nothing, the build process has just changed
> since my original writing of the svnserve setup docs.
>
> Here's how I went about it:
>
> 1. Checkout TortoiseSVN from Tigris
> 2. Open readme.txt and build.txt
> 3. Download and install tools.zip from Tigris
> 4. Rename TortoiseVars.tmpl -> .bat and modify to suit
> 5. Run GenDoc.bat...Enjoy plethora of error messages :)
>
> Must confess I didn't have much time last week to review
> why it failed, but spent some time this morning and it
> appears due to placing the checkout of TortoiseSVN under my
> "Documents and Settings" folder (i.e. directory name spaces)

Hmm - seems that spaces in the pathnames don't really work when
generating the docs. Maybe Lübbe can look into this?

> Moving TortoiseSVN to a directory name with no spaces
> resolved quite a few problems, and the html docs are
> now getting built, but there still appear to be a few
> problems, attached is a dump from my GenDoc output.
>
> For what it's worth I now have TortoiseSVN in c:\temp,
> with the TortoiseVars.bat containing:
>
> set PATH=c:\temp\TortoiseSVN\Tools\;%PATH%
> set PATH=c:\temp\TortoiseSVN\Tools\fop\;%PATH%
> set XSLROOT=c:/TortoiseSVN/Tools/xsl

That's ok that way. Shouldn't be a problem.

> (I also hard-coded these into my environment variables)

Maybe that's the problem. See the following lines from your output:

Generating Help as PDF File
file:///C%3A/temp/TortoiseSVN/doc/source//pdfdoc.xsl:6: parser error :
attributes construct error
 <xsl:import href=""C:/temp/TortoiseSVN/doc/Tools/xsl"/fo/docbook.xsl"/>

As you can see, the path C:/temp/TortoiseSVN/doc/Tools/xsl is in
quotes, but since this is only part of a path the doc generating
fails. I guess you have put that path in quotes in your env variables.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Aug 16 19:44:52 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.