<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tech.snathan.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tech.snathan.org/feed.php">
        <title>Senthil&#039;s Tech Wiki/Blog - tech:svn</title>
        <description></description>
        <link>https://tech.snathan.org/</link>
        <image rdf:resource="https://tech.snathan.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-27T15:09:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/comparing_versions?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/deleting_dot_svn_files_and_directories?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/moving_svn_repository?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/replacing_directories_under_svn?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/svn_ignore_files?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/svn_repository_using_apache?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/using_subversion_to_version_control_etc?rev=1416064422&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/svn/using_subversion_to_version_control_web_directory?rev=1416064422&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.snathan.org/_media/wiki/dokuwiki.svg">
        <title>Senthil's Tech Wiki/Blog</title>
        <link>https://tech.snathan.org/</link>
        <url>https://tech.snathan.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tech.snathan.org/tech/svn/comparing_versions?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>comparing_versions</title>
        <link>https://tech.snathan.org/tech/svn/comparing_versions?rev=1416064422&amp;do=diff</link>
        <description>Comparing versions of a given file in subversion

First determine the changes for the file


svn log &lt;filename&gt;


Output may be as:


------------------------------------------------------------------------
r86 | root | 2010-12-19 07:33:38 -0600 (Sun, 19 Dec 2010) | 1 line

committing all changes at lower levels
------------------------------------------------------------------------
r63 | root | 2010-11-28 11:55:11 -0600 (Sun, 28 Nov 2010) | 1 line

Updated to version Anteater 2010-11-07
------…</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/deleting_dot_svn_files_and_directories?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>deleting_dot_svn_files_and_directories</title>
        <link>https://tech.snathan.org/tech/svn/deleting_dot_svn_files_and_directories?rev=1416064422&amp;do=diff</link>
        <description>Command to Delete .svn files and directories


find ./ -name &quot;.svn&quot; -exec rm -rf &quot;{}&quot; \;</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/moving_svn_repository?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>moving_svn_repository</title>
        <link>https://tech.snathan.org/tech/svn/moving_svn_repository?rev=1416064422&amp;do=diff</link>
        <description>Step to move SVN from one repository to another

Existing repo (created via tortoisesvn) at C:\svn_repository\coch_projects\svn_simcon

Created a dump (in some current folder) using


svnadmin dump C:\svn_repository\coch_projects\svn_simcon &gt; svnsimcon_dump</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/replacing_directories_under_svn?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>replacing_directories_under_svn</title>
        <link>https://tech.snathan.org/tech/svn/replacing_directories_under_svn?rev=1416064422&amp;do=diff</link>
        <description>Situation

Sometimes we require to replace an entire directory and its sub-directories with new files. However if we simply delete the directory (which is under SVN) and replace it, then SVN will complain that the new directory is not a working copy and will not allow the net changes to be committed. Short of</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/svn_ignore_files?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>svn_ignore_files</title>
        <link>https://tech.snathan.org/tech/svn/svn_ignore_files?rev=1416064422&amp;do=diff</link>
        <description>The following steps/example indicate how to make SVN ignore files that does not have to be version controlled

Do the basics of repository creation and usage

Feel free to skip this section if you want to try this out in your production repository :-)</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/svn_repository_using_apache?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>svn_repository_using_apache</title>
        <link>https://tech.snathan.org/tech/svn/svn_repository_using_apache?rev=1416064422&amp;do=diff</link>
        <description>Create the SVN Repository

All of my SVN repositories were located at /var/my-svn-reps.  So when I wasnted to create one more for remote (over the internet) access, the most logical thing to do was to create another one under the same directory.  However, realized later that, that might not be a great idea.  Since this repository, and others like it I might create, will hang off the internet it is best to locate them outside of this folder structure.  So created another regular folder called pub…</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/using_subversion_to_version_control_etc?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_subversion_to_version_control_etc</title>
        <link>https://tech.snathan.org/tech/svn/using_subversion_to_version_control_etc?rev=1416064422&amp;do=diff</link>
        <description>Using Subversion to version control /etc

I use svn to version control my /etc directory and I should say it has proven to be very useful and mostly practical.

Why

The why is simple to answer. Almost all of us have either

	*  Accidentally messed up our config file(s) and suffered hours of rework</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/svn/using_subversion_to_version_control_web_directory?rev=1416064422&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_subversion_to_version_control_web_directory</title>
        <link>https://tech.snathan.org/tech/svn/using_subversion_to_version_control_web_directory?rev=1416064422&amp;do=diff</link>
        <description>Using SVN for web pages

This is an extension of using_subversion_to_version_control_etc


The same steps can be applied to version control /var/www or wherever your root web folder might be located.  However there are some considerations to keep in mind.

This works great for websites that are static in terms of the application, except of course for application upgrades.  However, if you use it for those websites such as Dokuwiki that save data in flat files inside the web folders, be sure to i…</description>
    </item>
</rdf:RDF>
