<?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; tortoisesvn</title>
	<atom:link href="http://www.singhvishwajeet.com/tag/tortoisesvn/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>My First Youtube Upload : Basics of TortoiseSVN</title>
		<link>http://www.singhvishwajeet.com/2010/04/25/my-first-youtube-upload-baiscs-of-tortoisesvn/</link>
		<comments>http://www.singhvishwajeet.com/2010/04/25/my-first-youtube-upload-baiscs-of-tortoisesvn/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 19:12:29 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[iWisoft]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[tortoisesvn]]></category>
		<category><![CDATA[wink]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=345</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am with my first youtube upload I have been trying a while to do some videos for demos but was not able to do it, so I went ahead first created a flash demo using <a title="Wink" href="http://www.debugmode.com/wink/" target="_blank">wink</a> and after googling around for a while I came across nice utility from <a title="swf to Flash convertor" href="http://www.flash-swf-converter.com/" target="_blank">iWisoft</a> which is flash to video converter and conversion was pretty easy and straight forward. There is no audio added to it, I have used annotations for explaining things where ever required. This was my maiden effort may not be that good but still someone might find it useful, enjoy and have fun.</p>
<p>This video covers some basics of TortoiseSVN a client for Subversion.<br />Steps covered are checking out your code, adding some existing content, commiting changes to repository, reverting to older revision and how to view log and compare two revisions.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6iVTnziVgNk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/6iVTnziVgNk&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2010/04/25/my-first-youtube-upload-baiscs-of-tortoisesvn/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

