<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>
<BLOCKQUOTE style="PADDING-LEFT: 10px; MARGIN-LEFT: 10px"><FONT
style="BACKGROUND-COLOR: transparent" face=Arial color=#000000 size=2>From:
marcov@stack.nl (Marco van de Voort)<BR><BR>>> When I try to run make
install or make zipinstall from my fpc svn repository >>directory, I get
the errors copied&pasted below. It seems somehow the .svn dirs
>>were copied, and this causes porblems later on with the readonly files
that are >>in the .svn directory. (The permission denied error seems to
be caused by >>the mentioned files being readonly.)<BR>>>
<BR>>> I'm running Win XP and the fpc that is in the PATH is
2.0.0.<BR>>> <BR>>> Is it possible to fix the makefiles somehow to
circumvent this problem?<BR><BR>>This is a known problem, and considered a
non-fix because Peter is working<BR>>on a replacement system for the
makefile system. I workaround it by always<BR>>SVN exporting before
building. <BR><BR>>I haven't tried, but a global "attrib -r /s" in the
source dir before<BR>>installing might help
also.<BR><BR></FONT></BLOCKQUOTE></DIV>
<DIV></DIV>
<DIV>The attrib approach does work, although this sort of defeats the
purpose/intent of the svn design. I do have a patch which fixes this in the
current makefile system. I have not pursued offering it since I knew the entire
process was being revised. I would be happy to provide it. In and of
itself, it is not particularly large although it does require that all makefiles
be re-generated. If you would like it, please contact me off-list to discuss how
you would like me to package it. </DIV>
<DIV> </DIV>
<DIV>Dave</DIV></FONT></BODY></HTML>