Quoting John Peacock (jpeacock@rowman.com):
> Alex Holst wrote:
> >
> >* www/project_faq.html:  add FAQ about the status of symlink support.
> 
> This patch uses <p> without a closing tag, which is legal HTML, but not 
> well formed XHTML.  Looking at the current document, it appears that the 
> only time a bare <p> is used is when it has no content (and those should 
> really be rewritten as <p />).
Oh, I didn't realise the document was XHTML. Looks like the server
inserts the header. Should this be mentioned in HACKING?
I found several other cases of unclosed <p>, which I'll be fixing in a
new diff. If that's accepted, I can continue with the remaining <p />
and <hr />.
> I'd suggest you regenerate using the style that currently exists in the 
> document.  Other than that, I think this is a good addition...
* www/project_faq.html:  add FAQ about the status of symlink support.
Index: project_faq.html
===================================================================
--- project_faq.html	(revision 9461)
+++ project_faq.html	(working copy)
@@ -31,6 +31,7 @@
     own revision numbers.  </a></li>
 <li><a href="#changesets">Does Subversion have changesets?</li>
 <li>When's the next release?</li>
+<li>Does Subversion support symlinks?</li>
 <li><a href="#more-information">I have other questions.  Where can I
     get more information?</a></li>  
 <p>
@@ -382,6 +383,19 @@
 
 <![CDATA[-----------------------------------------------------------]]>
 
+<h3><a name="symlinks">Does Subversion support symlinks?</a></h3>
+
+<p>Subversion does not support symlinks, and there are no plans to
+include such support. The project prides itself in the portability of
+the software, and the concept of symbolic links are not portable across
+all the platforms that Subversion itself runs on.</p>
+
+<p>That being said, if you happen to have a proposal for portably
+implementing symlinks across all supported platforms, do share your
+knowledge with us.</p>
+
+<![CDATA[-----------------------------------------------------------]]>
+
 <h3>I have other questions.  Where can I get more<a
 name="more-information"> information?</a></h3>
-- 
I prefer the dark of the night, after midnight and before four-thirty,
when it's more bare, more hollow.                 http://a.mongers.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 23 17:47:13 2004