hieroglyph
unread,Jul 9, 2009, 8:28:54 AM7/9/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ReposStyle
Hi, I am new to configuring apache etc but have been asked by my
company to setup a subversion server for evaluation, so please stick
with me.
I have apache 2.2 working, serving standard svn (1.6.3) pages from a
windows XP desktop. When I try to enable ReposStyle I get:
> The stylesheet does not contain a document element. The stylesheet
> may be empty, or it may not be a well-formed XML documen...
Info that I think may be useful (let me know what I miss out):
~ client is IE6 (sigh: company standard)
~ php is _not_ installed (front page makes it seem optional)
~ httpd.conf stuff (incomplete):
DocumentRoot "D:/Apache/htdocs"
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath d:\svn\repositories
SVNIndexXSLT repos-web\view\repos.xsl
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile d:\svn\passwd.svn
AuthzSVNAccessFile d:\svn\access.svn
Require valid-user
</Location>
~ ReposStyle extracted to: D:\Apache\htdocs\repos-web
I did try to edit any obvious settings in view\repos.xsl (Hmm, just
the entry "<xsl:param name="logUrl"></xsl:param>" to disable the php
log stuff.) Do I need to edit any other files? Is there a marker for
where changes are required (I could not see anything obvious, even
'@@' mentioned in one list posting)?
What have I missed out, please? Thanks for any pointers.
~ hieroglyph