Author: stsp
Date: Mon Jun 25 18:26:51 2012
New Revision: 1353696
URL: http://svn.apache.org/viewvc?rev=1353696&view=rev
Log:
* publish/faq.html: Minor wording tweaks to patch committed in r1353694.
Modified:
subversion/site/publish/faq.html
Modified: subversion/site/publish/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1353696&r1=1353695&r2=1353696&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Mon Jun 25 18:26:51 2012
@@ -4203,14 +4203,15 @@ by the SVN client. Subversion will ask y
<br>
<p>In some cases, even if you accept this by entering 'p' option, the
next time you access SVN, the same error appears again. There can
-be reasons. The problem may be your ~/.subversion directory has
+be multiple reasons. The problem may be your ~/.subversion directory has
wrong permissions, so that each time you want to permanently add the
credentials, svn actually cannot do so, and also doesn't inform you
that it can't.<br />
</p>
<p>This can be solved by either fixing the permissions with chmod 644 in
<pre style="margin-left: 40px;">~/.subversion/auth/svn.ssl.server</pre>
directory or by deleting the directory contents.
- If deleted, it gets populated automatically the next time you access.</p>
+If deleted, the directory gets populated automatically the next time you
+access the repository.</p>
</div>