<?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>SupportSages &#187; SVN</title>
	<atom:link href="http://www.supportsages.com/blog/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportsages.com/blog</link>
	<description>Technical Support and Server Management : Musings in the fox hole.</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How would I checkout a particular version from SVN</title>
		<link>http://www.supportsages.com/blog/2009/04/how-would-i-checkout-a-particular-version-from-svn/</link>
		<comments>http://www.supportsages.com/blog/2009/04/how-would-i-checkout-a-particular-version-from-svn/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:59:18 +0000</pubDate>
		<dc:creator>Jince</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[Clipshare]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=97</guid>
		<description><![CDATA[I needed this, since XVID and JPEG was not getting enabled in Clipshare. Infact they were not getting linked in the mencoder or mplayer. And when checked the FOSS.IN award winning script ffmpeginstaller by Master Sherin (who is an expert in kungfoo), I saw that is uses ffmpeg-SVN-r14473.tar.gz. So decided to use that.

But ffmpeg-SVN-r14473.tar.gz was no were available. And this is how I got it.

<blockquote>mkdir /root/ssages/ffmpeg-SVN
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg -r14473</blockquote>

And that fetched me the 14473 version of ffmpeg. 
]]></description>
			<content:encoded><![CDATA[<p>I needed this, since XVID and JPEG was not getting enabled in Clipshare. Infact they were not getting linked in the mencoder or mplayer. And when checked the FOSS.IN award winning script ffmpeginstaller by Master Sherin (who is an expert in kungfoo), I saw that is uses ffmpeg-SVN-r14473.tar.gz. So decided to use that.</p>
<p>But ffmpeg-SVN-r14473.tar.gz was no were available. And this is how I got it.</p>
<blockquote><p>mkdir /root/ssages/ffmpeg-SVN<br />
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk/ ffmpeg -r14473</p></blockquote>
<p>And that fetched me the 14473 version of ffmpeg. </p>
<div class="tweetthis" style="text-align:left;"><p> <a  class="tt" href="http://twitter.com/home/?status=How+would+I+checkout+a+particular+version+from+SVN+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F97" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=How+would+I+checkout+a+particular+version+from+SVN+http%3A%2F%2Fwww.supportsages.com%2Fblog%2F97" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/04/how-would-i-checkout-a-particular-version-from-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

