<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.mijane.de/feeds/atom.xml" rel="self" title="mijane Blog" type="application/atom+xml" />
    <link href="http://blog.mijane.de/"                        rel="alternate"    title="mijane Blog" type="text/html" />
    <link href="http://blog.mijane.de/rss.php?version=2.0"     rel="alternate"    title="mijane Blog" type="application/rss+xml" />
    <title type="html">mijane Blog</title>
    <subtitle type="html">ein paar interessante Sachen gibt es immer</subtitle>
    <icon>http://blog.mijane.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://blog.mijane.de/</id>
    <updated>2010-09-25T19:29:27Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1">Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <dc:language>de</dc:language>

    <entry>
        <link href="http://blog.mijane.de/artikel/Versteckte-SVN-Ordner-loeschen.html" rel="alternate" title="Versteckte SVN Ordner löschen" />
        <author>
            <name>Peter Rother</name>
                    </author>
    
        <published>2010-09-25T19:16:44Z</published>
        <updated>2010-09-25T19:29:27Z</updated>
        <wfw:comment>http://blog.mijane.de/wfwcomment.php?cid=28</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.mijane.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
            <category scheme="http://blog.mijane.de/themen/GIT/" label="GIT" term="GIT" />
    
        <id>http://blog.mijane.de/artikel/28.html</id>
        <title type="html">Versteckte SVN Ordner löschen</title>
        <content type="xhtml" xml:base="http://blog.mijane.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Da ich nun dabei bin von Subversion auf GIT zu wechseln, wollte ich aus meinem alten SVN Repository die ganzen versteckten SVN Ordner löschen. Zum Glück geht dies unter Linux / Ubuntu ganz einfach.<br /> <br />
<pre>find /pfad/zum/git/repository/ -type d -name ".svn" -exec rm -Rf {} \;</pre><br />That's all folks.</p> 
            </div>
        </content>
        <dc:subject>git</dc:subject>
<dc:subject>subversion</dc:subject>
<dc:subject>svn</dc:subject>
<dc:subject>ubuntu</dc:subject>

    </entry>

</feed>
