<?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>PHP Tutorials &#187; linux</title>
	<atom:link href="http://phpcollection.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpcollection.com</link>
	<description>PHP Tutorials collection</description>
	<lastBuildDate>Tue, 01 May 2012 12:39:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Revert files to older svn version</title>
		<link>http://phpcollection.com/revert-files-to-older-svn-version/</link>
		<comments>http://phpcollection.com/revert-files-to-older-svn-version/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 07:07:53 +0000</pubDate>
		<dc:creator>Learn PHP</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://phpcollection.com/?p=813</guid>
		<description><![CDATA[A lot of times developers do one or other mistakes and you need to revert the files to older version. Which basically mean that you need to merge backwards with a older version of files. So let&#8217;s say if you want to go back from version 100 to 99, you&#8217;ve to svn update svn merge [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A lot of times developers do one or other mistakes and you need to revert the files to older version. Which basically mean that you need to merge backwards with a older version of files. So let&#8217;s say if you want to go back from version 100 to 99, you&#8217;ve to </p>
<p><code><br />
svn update<br />
svn merge -r 100:99 .<br />
svn commit -m "Rolling back to version 99"<br />
</code></p>
<p>Notice the . at end of svn merge command, this tells that current directory needs to be merged if you need a particular file to be merged you need to issue</p>
<p><code><br />
svn merge -r 100:99 conf.php<br />
svn commit -m "Rolling back conf.php to version 99"<br />
</code></p>
<p>Hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://phpcollection.com/revert-files-to-older-svn-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restricting folders for svn access</title>
		<link>http://phpcollection.com/restrict-folder-svn/</link>
		<comments>http://phpcollection.com/restrict-folder-svn/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 06:30:50 +0000</pubDate>
		<dc:creator>Learn PHP</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://phpcollection.com/?p=816</guid>
		<description><![CDATA[While working with several developers at the same time, you really need a method to make sure that each team doesn&#8217;t mess up with someone else module. Splitting directories of each user is a nice idea when your developers are not that diciplined or when you are running multiple sites of same repository. I faced [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>While working with several developers at the same time, you really need a method to make sure that each team doesn&#8217;t mess up with someone else module. Splitting directories of each user is a nice idea when your developers are not that diciplined or when you are running multiple sites of same repository. </p>
<p>I faced a similar problem when i wanted to restrict access to 2 of my developers from editing anything above directories i allocated. For this</p>
<p>Go to your conf directory this would be located inside your main configuration directory.</p>
<p><code>#cd conf<br />
</code><br />
Fire up your favorite editor, mine is nano</p>
<p><code>#nano authz<br />
</code><br />
And put a access control to directory</p>
<p><code>[/repo/project/folder]<br />
usera = rw<br />
userb = r<br />
</code></p>
<p>Say if you have multiple repositry in svn server, restrict access to a particular repositry by </p>
<p><code>[repo1:/repo/project/folder]<br />
usera = rw<br />
userb = r</code></p>
<p>I think this should help.</p>
]]></content:encoded>
			<wfw:commentRss>http://phpcollection.com/restrict-folder-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows and linux are different</title>
		<link>http://phpcollection.com/windows-and-linux-are-different/</link>
		<comments>http://phpcollection.com/windows-and-linux-are-different/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 15:16:00 +0000</pubDate>
		<dc:creator>Php Ninza</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://gauravmishra.info/?p=71</guid>
		<description><![CDATA[Windows users are more or less in a customer-supplier relationship: They pay for software, for warranties, for support, and so on. They expect software to have a certain level of usability. They are therefore used to having rights with their software: They have paid for technical support and have every right to demand that they [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Windows users are more or less in a customer-supplier relationship:<br />
They pay for software, for warranties, for support, and so on. They<br />
expect software to have a certain level of usability. They are<br />
therefore used to having rights with their software: They have paid<br />
for technical support and have every right to demand that they receive<br />
it. They are also used to dealing with entities rather than people:<br />
Their contracts are with a company, not with a person.</p>
<p>Linux users are in more of a community. They don&#8217;t have to buy the<br />
software, they don&#8217;t have to pay for technical support. They download<br />
software for free &amp; use Instant Messaging and web-based forums to get<br />
help. They deal with people, not corporations.</p>
<p>A Windows user will not endear himself by bringing his habitual<br />
attitudes over to Linux, to put it mildly.</p>
]]></content:encoded>
			<wfw:commentRss>http://phpcollection.com/windows-and-linux-are-different/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Vista Sucks</title>
		<link>http://phpcollection.com/why-vista-sucks/</link>
		<comments>http://phpcollection.com/why-vista-sucks/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 00:34:00 +0000</pubDate>
		<dc:creator>Php Ninza</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://gauravmishra.info/?p=61</guid>
		<description><![CDATA[Vista which was suppose to be more secure, more reliable, easy to use, (showered with all the nice marketing terminologies) is already showing its true colors. It has a serious security flow that allows any application to play with the core kernel, this is potentially dangerous as someone can use this to write a virus, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Vista which was suppose to be more secure, more reliable, easy to use, (showered with all the nice marketing terminologies) is already showing its true colors.</p>
<p>It has a serious security flow that allows any application to play with the core kernel, this is potentially dangerous as someone can use this to write a virus, put a trojan, infect your pc with a spyware and create all kinds of havoc. Read more.</p>
<p>The blog world is filled with how insecure Vista is. Some more interesting reading. BBC says:</p>
<p>Microsoft has admitted that speech recognition features in Vista could be hijacked so that a PC tells itself to delete files or folders.</p>
<p>Forbes.com screams: More than five years in the making, more than 50 million lines of code â€¦. Vista is at best mildly annoying and at worst makes you want to rush to Redmond, Wash. and rip somebodyâ€™s liver out.</p>
<p>Please donâ€™t do anything like ripping anyones liver. Just rip out Vista and put Linux <img src='http://phpcollection.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://phpcollection.com/why-vista-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

