<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning is an Art &#187; svn</title>
	<atom:link href="http://www.singhvishwajeet.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.singhvishwajeet.com</link>
	<description>My experiences</description>
	<lastBuildDate>Sun, 24 Jul 2011 18:03:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Some Interesting Free Online Subversion Training by Wandisco</title>
		<link>http://www.singhvishwajeet.com/2010/05/12/some-interesting-free-online-subversion-training-by-wandisco/</link>
		<comments>http://www.singhvishwajeet.com/2010/05/12/some-interesting-free-online-subversion-training-by-wandisco/#comments</comments>
		<pubDate>Tue, 11 May 2010 19:24:29 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[wandisco]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=390</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>WANdisco is offering some free online training sessions over the next few weeks, for any that are interested.</p>
<p>The topics will include:</p>
<p><strong>Introduction to Subversion for Developers &#8211; 5th May</strong></p>
<p><strong>All About Subversion Hook Scripts &#8211; 19th May</strong></p>
<p><strong>Using Subversion Locking &#8211; 2nd June</strong></p>
<p><strong>All About Subversion Checkouts &#8211; 16th June</strong></p>
<p><strong>Using the Subversion Diff Command &#8211; 30th June</strong></p>
<p><strong>Branching and Merging in Subversion 1.6.9 &#8211; 14th July</strong></p>
<p>Feel free to see the website for more information:<br /><a href="http://wandisco.com/webinar/subversion/training" target="_blank">http://wandisco.com/webinar/subversion/training</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/05/12/some-interesting-free-online-subversion-training-by-wandisco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Useful Subversion Resources</title>
		<link>http://www.singhvishwajeet.com/2010/04/17/some-useful-subversion-resources/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/17/some-useful-subversion-resources/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 20:02:44 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[AnkhSVN]]></category>
		<category><![CDATA[PySVN]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVNKIT]]></category>
		<category><![CDATA[tortoisesvn]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=156</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I am going to put on links to various useful Subversion resource available on internet which can get you started with using Subversion easily; whether you are end user or a developer looking for an API for language of your choice and I hope you all can contribute to grow this list further I am aware that there is exhaustive list already available on tigris site.</p>
<p>Lets start this list</p>
<p><a title="Apache Subversion" href="http://subversion.apache.org/" target="_blank">Subversion Home</a> : Home of the great tool you can find the binaries for latest version from the website based on operating system of your choice it also includes collabnet certified binaries.</p>
<p><a title="TortoiseSVN coolest client interface for windows" href="http://tortoisesvn.net/" target="_blank">TortoiseSVN</a> : Most preferred Subversion client for windows</p>
<p><a title="VisualSVN" href="http://www.visualsvn.com/" target="_blank">VisualSVN</a> : Great tool to get you started quickly with Subversion without any hassles comes with Apache and wizard based setup is just awesome for newbies</p>
<p><a title="AnkhSVN" href="http://ankhsvn.open.collab.net/" target="_blank">AnkhSVN</a> : Visual studio integration for all M$ fans <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="RapidSVN" href="http://rapidsvn.tigris.org/" target="_blank">RapidSVN </a>: Multi-platform GUI front-end</p>
<p><a title="SVNKIT" href="http://svnkit.com/" target="_blank">SVNKIT</a> : Java API for Subversion, pretty easy to get started lot&#8217;s examples available and documentation is just awesome</p>
<p><a title="PySVN" href="http://pysvn.tigris.org/" target="_blank">PySVN </a>: Python API for Subversion, nice pythonic interface, some people might differ and point out <a title="Subvertpy" href="http://samba.org/~jelmer/subvertpy/" target="_blank">Subvertpy</a> is more pythonic, I like both of them equally.</p>
<p>This list is In progress and I will keep updating it.</p>
<ul> </ul>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/17/some-useful-subversion-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing latest version of Subversion on Centos/Redhat Linux</title>
		<link>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 19:24:39 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVN 1.6.9]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=323</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I recently setup Subversion on Centos as well as RHEL, so thought will share the steps followed though it&#8217;s pretty straight forward it will help people looking for it and will be available to me for future references as well <img src='http://www.singhvishwajeet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Step1 Install rpmforge repository</strong><strong> </strong></p>
<div class="codesnip-container" >
<p>$ sudo rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</p>
</div>
<p><strong>Step2 Install Subversion</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install subversion</p>
</div>
<p><strong>Step3 Install mod_dav_svn (Only required if you planning Apache Integration)</strong></p>
<div class="codesnip-container" >
<p>$ sudo yum install mod_dav_svn</p>
</div>
<p>Voila and you are done, go to command prompt and type following</p>
<div class="codesnip-container" >
<p>$ svn &#8211;version</p>
</div>
<p>You should see output as below</p>
<div class="codesnip-container" >
<p>svn, version 1.6.9 (r901367)<br /> compiled Mar 22 2010, 00:59:50</p>
<p>Copyright (C) 2000-2009 CollabNet.<br />Subversion is open source software, see http://subversion.tigris.org/<br />This product includes software developed by CollabNet (http://www.Collab.Net/).</p>
<p>The following repository access (RA) modules are available:</p>
<p>* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.<br /> &#8211; handles &#8216;http&#8217; scheme<br /> &#8211; handles &#8216;https&#8217; scheme<br />* ra_svn : Module for accessing a repository using the svn network protocol.<br /> &#8211; with Cyrus SASL authentication<br /> &#8211; handles &#8216;svn&#8217; scheme<br />* ra_local : Module for accessing a repository on local disk.<br /> &#8211; handles &#8216;file&#8217; scheme</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/15/installing-latest-version-of-subversion-on-centosredhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 6th birthday To Subversion</title>
		<link>http://www.singhvishwajeet.com/2010/02/23/happy-6th-birthday-to-subversion/</link>
		<comments>http://www.singhvishwajeet.com/2010/02/23/happy-6th-birthday-to-subversion/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:36:31 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=287</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I just go a mail on Subversion mailing list informing that today is the 6th Birthday of Subversion for those who are thinking what is Subversion they can read <a title="Subversion book" href="http://svnbook.red-bean.com/" target="_blank">here</a>.</p>
<p>So Subversion has come along pretty well since it&#8217;s 1.0 release 6 years back and this day I would like to thank all developers who have put in there efforts to make Subversion what it is today; it stands tall among the many commercial tools.</p>
<p>So how I celebrated the Subversion&#8217;s birthday I went to <a title="SVN Forum" href="http://www.svnforum.org/" target="_blank">svnforum.org</a> and tried to answer queries of people as thats the way you can help Subversion adoption to grow among masses.</p>
<p>Developers are doing there bit by developing it; so we as a part of community need to contribute in what ever way possible.</p>
<p>This day I wish many many happy returns of the day to Subversion and want to congratulate Subversion community for great going looking ahead to more great accomplishments in future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/02/23/happy-6th-birthday-to-subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subversion Keyword Expansion in Microsoft Office Files</title>
		<link>http://www.singhvishwajeet.com/2009/05/23/subversion-keyword-expansion-in-microsoft-office-files/</link>
		<comments>http://www.singhvishwajeet.com/2009/05/23/subversion-keyword-expansion-in-microsoft-office-files/#comments</comments>
		<pubDate>Sat, 23 May 2009 10:21:58 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[SVN Keywords]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=79</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Assuming svn keywords property is enabled on your office files you need add the keywords in the syntax shown below</p>
<div class="codesnip-container" >Path of file in the subversion repository $HeadURL::                                                                                                           $<br />
For the current    $Revision::                                                                                                                                                                                           $<br />
For the checkin date $Date::                                                                                                                                                                                         $<br />
For Author $Author::                                                                                                                                                                                                                    $</div>
<p>The noticeable difference from the keywords expansion in text file is the extra spaces given after  :: if you don&#8217;t give extra spaces than your file will get corrupted as during expansion the space required for expansion will not be available and hence causing corruption of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/05/23/subversion-keyword-expansion-in-microsoft-office-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

