<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/subtile/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 10 May 2025 15:41:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/subtile/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -5,5 +5,3 @@
 Other reason could be that your SVN vendor uses non-standard names for library files, f.i. SlikSVN appends `sliksvn-` prefix to all library file names, if this is the case in your environment, you will need to set "LibSVN vendor" in "Prefences -&amp;gt; SVN". Currently only SlikSVN is supported, if you encounter other vendor with this strange habit, please create a [ticket](/p/subtile/tickets/) containing vendor URL and prefixes / suffixes used.
 * **Q**: Why does SubTile show *"...cannot create tunnel..."* or *"...non-existent in revision..."* error when I try to navigate through a repository?
 **A**: You are accessing the repository via "svn" or "svn+ssh" protocol, this may work but it requires fully compatible Subverion installation on client and server. Try to use command line SVN client from the same setup SubTile runs against and see if you can access repository URL in question - most likely it wouldn't work either. The only fix for it (if you have no administrative access to server) is installation of different SVN client libraries, better though try to use "https" protocol.
-* **Q**: I'm trying to browse a working copy or check out new one but ony see error message *"Couldn't perform atomic initialization ... caused by ... SQLite compiled for xxx, but running with xxx"*. What a heck is that?
-**A**: The reason is that the SQLite library used by your XULRunner is incompatible with the one required by Subversion. There are 2 possible solution for this problem: either try to find and install newer XULRunner or - if you have recent version of Firefox installed - smuggle Firefox's SQLite library into XULRunner setup; on UNIX do `mv /usr/lib/xulrunner/libmozsqlite3.so /usr/lib/xulrunner/libmozsqlite3.so.orig; ln -s /usr/lib/firefox/libmozsqlite3.so /usr/lib/xulrunner/libmozsqlite3.so`, on Windows copy `sqlite3.dll` from Firefox to XULRunner installation directory.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Sat, 10 May 2025 15:41:48 -0000</pubDate><guid>https://sourceforge.net5b762784341ef7dd36b6161e9cf9f4a50934e31c</guid></item><item><title>FAQ modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 01 Sep 2015 19:17:17 -0000</pubDate><guid>https://sourceforge.netd834d1c520a7201e4fdc38090c780864493ee6db</guid></item><item><title>FAQ modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 01 Sep 2015 19:13:42 -0000</pubDate><guid>https://sourceforge.netbebca4cdd0b5d32d628fd7d388ddb5134dab911c</guid></item><item><title>FAQ modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,5 +1,9 @@
 SubTile Frequently Asked Questions
 ==================================
-1. **Q**: I receive "Cannot initialize SVN" error message on SubTile startup, althogh I'm sure Subversion is installed. How do I fix it?
-**A**: Most likely SVN libs are not on PATH. You can either add the SVN location (where `libsvn_client` lives) to your PATH environment variable manually or in SubTile open "Prefences -&amp;gt; SVN" and specify path to SVN in field "LibSVN installation path".
+1. **Q**: I receive *"Cannot initialize SVN"* error message on SubTile startup, althogh I'm sure Subversion is installed. How do I fix it?
+**A**: Most likely SVN libs are not on PATH. You cam either add the SVN location (where `libsvn_client` lives) to your PATH environment variable manually or in SubTile open "Prefences -&amp;gt; SVN" and specify path to SVN in field "LibSVN installation path".
 Other reason could be that your SVN vendor uses non-standard names for library files, f.i. SlikSVN appends `sliksvn-` prefix to all library file names, if this is the case in your environment, you will need to set "LibSVN vendor" in "Prefences -&amp;gt; SVN". Currently only SlikSVN is supported, if you encounter other vendor with this strange habit, please create a [ticket](/p/subtile/tickets/) containing vendor URL and prefixes / suffixes used.
+* **Q**: Why does SubTile show *"...cannot create tunnel..."* or *"...non-existent in revision..."* error when I try to navigate through a repository?
+**A**: You are accessing the repository via "svn" or "svn+ssh" protocol, this may work but it requires fully compatible Subverion installation on client and server. Try to use command line SVN client from the same setup SubTile runs against and see if you can access repository URL in question - most likely it wouldn't work either. The only fix for it (if you have no administrative access to server) is installation of different SVN client libraries, better though try to use "https" protocol.
+* **Q**: I'm trying to browse a working copy or check out new one but ony see error message *"Couldn't perform atomic initialization ... caused by ... SQLite compiled for xxx, but running with xxx"*. What a heck is that?
+**A**: The reason is that the SQLite library used by your XULRunner is incompatible with the one required by Subversion. There are 2 possible solution for this problem: either try to find and install newer XULRunner or - if you have recent version of Firefox installed - smuggle Firefox's SQLite library into XULRunner setup; on UNIX do `mv /usr/lib/xulrunner/libmozsqlite3.so /usr/lib/xulrunner/libmozsqlite3.so.orig; ln -s /usr/lib/firefox/libmozsqlite3.so /usr/lib/xulrunner/libmozsqlite3.so`, on Windows copy `sqlite3.dll` from Firefox to XULRunner installation directory.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 01 Sep 2015 18:51:55 -0000</pubDate><guid>https://sourceforge.net0030b1f0113fd573c87a494a66f090b3f7622667</guid></item><item><title>FAQ modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,5 @@
 SubTile Frequently Asked Questions
 ==================================
 1. **Q**: I receive "Cannot initialize SVN" error message on SubTile startup, althogh I'm sure Subversion is installed. How do I fix it?
-**A**: Most likely SVN libs are not on PATH. You cam either add the SVN location (where `libsvn_client` lives) to your PATH environment variable manually or in SubTile open "Prefences -&amp;gt; SVN" and specify path to SVN in field "LibSVN installation path".
+**A**: Most likely SVN libs are not on PATH. You can either add the SVN location (where `libsvn_client` lives) to your PATH environment variable manually or in SubTile open "Prefences -&amp;gt; SVN" and specify path to SVN in field "LibSVN installation path".
 Other reason could be that your SVN vendor uses non-standard names for library files, f.i. SlikSVN appends `sliksvn-` prefix to all library file names, if this is the case in your environment, you will need to set "LibSVN vendor" in "Prefences -&amp;gt; SVN". Currently only SlikSVN is supported, if you encounter other vendor with this strange habit, please create a [ticket](/p/subtile/tickets/) containing vendor URL and prefixes / suffixes used.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 01 Sep 2015 18:14:41 -0000</pubDate><guid>https://sourceforge.net249f6bb2f225ee273fd5d6c70f64fad5d1019812</guid></item><item><title>FAQ modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="subtile-frequently-asked-questions"&gt;SubTile Frequently Asked Questions&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Q&lt;/strong&gt;: I receive "Cannot initialize SVN" error message on SubTile startup, althogh I'm sure Subversion is installed. How do I fix it?&lt;br/&gt;
&lt;strong&gt;A&lt;/strong&gt;: Most likely SVN libs are not on PATH. You cam either add the SVN location (where &lt;code&gt;libsvn_client&lt;/code&gt; lives) to your PATH environment variable manually or in SubTile open "Prefences -&amp;gt; SVN" and specify path to SVN in field "LibSVN installation path".&lt;br/&gt;
Other reason could be that your SVN vendor uses non-standard names for library files, f.i. SlikSVN appends &lt;code&gt;sliksvn-&lt;/code&gt; prefix to all library file names, if this is the case in your environment, you will need to set "LibSVN vendor" in "Prefences -&amp;gt; SVN". Currently only SlikSVN is supported, if you encounter other vendor with this strange habit, please create a &lt;a class="" href="/p/subtile/tickets/"&gt;ticket&lt;/a&gt; containing vendor URL and prefixes / suffixes used.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 01 Sep 2015 18:14:06 -0000</pubDate><guid>https://sourceforge.net0cecc4b863b3d35956c668a0d8572d1a9e5a4c00</guid></item></channel></rss>