<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CVS for the Actionscripter</title>
	<atom:link href="http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/</link>
	<description>Geoff Gaudreault's Flash weblog and source files archive.</description>
	<pubDate>Wed, 19 Nov 2008 03:41:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: geoff</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-309</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Wed, 22 Feb 2006 15:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-309</guid>
		<description>Brajeshwar,

As far as AS files, there's no need to worry about whether or not someone is working on the same file as you.  That's what's great about CVS.  If someone is working on the same file as you, and they commit before you, CVS will alert you of the commit, and allow you to merge changes with the latest file in the repository.  If there are no conflicts, (i.e. the person was editing lines 50-100, and you were edting lines 200-250), then the merge will be automatic.  If there are conflicts, then CVS will launch your DIFF app and allow you to see the differences in eachothers' files, then merge manually.

BTW, yes, SVN is better, but harder to set up for most Flashers.</description>
		<content:encoded><![CDATA[<p>Brajeshwar,</p>
<p>As far as AS files, there&#8217;s no need to worry about whether or not someone is working on the same file as you.  That&#8217;s what&#8217;s great about CVS.  If someone is working on the same file as you, and they commit before you, CVS will alert you of the commit, and allow you to merge changes with the latest file in the repository.  If there are no conflicts, (i.e. the person was editing lines 50-100, and you were edting lines 200-250), then the merge will be automatic.  If there are conflicts, then CVS will launch your DIFF app and allow you to see the differences in eachothers&#8217; files, then merge manually.</p>
<p>BTW, yes, SVN is better, but harder to set up for most Flashers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luchyx</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-306</link>
		<dc:creator>luchyx</dc:creator>
		<pubDate>Wed, 22 Feb 2006 11:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-306</guid>
		<description>Yes, Tortoise CVS it's pretty easy and powerful.
But is a pain for the designers. :P
best</description>
		<content:encoded><![CDATA[<p>Yes, Tortoise CVS it&#8217;s pretty easy and powerful.<br />
But is a pain for the designers. <img src='http://www.neurofuzzy.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jensa</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-305</link>
		<dc:creator>Jensa</dc:creator>
		<pubDate>Wed, 22 Feb 2006 09:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-305</guid>
		<description>Hi all,
Just thought I'd add my 5cent. I've used both CVS and SubVersion lately and I'd suggest anyone curious about this should research both. CVS is pretty much a standard in many communities, but I prefer SubVersion myself. It was written to fix many of the problems that CVS struggles with. I posted about the pro's and cons recently: http://www.flashgamer.com/2006/01/using_cvssubversion_with_flash.html

Also: if you just want to get going and test what works best, check out cvsdude.org. They offer free test-accounts for both CVS and SubVersion.

J</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
Just thought I&#8217;d add my 5cent. I&#8217;ve used both CVS and SubVersion lately and I&#8217;d suggest anyone curious about this should research both. CVS is pretty much a standard in many communities, but I prefer SubVersion myself. It was written to fix many of the problems that CVS struggles with. I posted about the pro&#8217;s and cons recently: <a href="http://www.flashgamer.com/2006/01/using_cvssubversion_with_flash.html" rel="nofollow">http://www.flashgamer.com/2006/01/using_cvssubversion_with_flash.html</a></p>
<p>Also: if you just want to get going and test what works best, check out cvsdude.org. They offer free test-accounts for both CVS and SubVersion.</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brajeshwar</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-304</link>
		<dc:creator>Brajeshwar</dc:creator>
		<pubDate>Wed, 22 Feb 2006 07:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-304</guid>
		<description>You might also want to look at SVN!

&#62; One thing that bothers me about CVS with FLash is that you can’t tell if someone 
&#62; is working on the same file as you. 
&#62; You don’t know until you commit the file to CVS. Has anyone found a way of dealing with this?

I am not sure about CVS but SVN have the locking facility.</description>
		<content:encoded><![CDATA[<p>You might also want to look at SVN!</p>
<p>&gt; One thing that bothers me about CVS with FLash is that you can’t tell if someone<br />
&gt; is working on the same file as you.<br />
&gt; You don’t know until you commit the file to CVS. Has anyone found a way of dealing with this?</p>
<p>I am not sure about CVS but SVN have the locking facility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anatoly Ropotov</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-58</link>
		<dc:creator>Anatoly Ropotov</dc:creator>
		<pubDate>Mon, 11 Apr 2005 23:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-58</guid>
		<description>Don't use CVS, it's outdated and obsoleted by SVN.
I'm going to make an article in my blog soon, I've already noted several days ago that it's coming. 

If you are really hot on the subject, visit these threads:
http://forums.indiegamer.com/showthread.php?t=2787
http://forums.indiegamer.com/showthread.php?t=2782

It really has everything up to the point, but I'm going to make a step-by-step tutorial for people who are completely not familiar with it.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t use CVS, it&#8217;s outdated and obsoleted by SVN.<br />
I&#8217;m going to make an article in my blog soon, I&#8217;ve already noted several days ago that it&#8217;s coming. </p>
<p>If you are really hot on the subject, visit these threads:<br />
<a href="http://forums.indiegamer.com/showthread.php?t=2787" rel="nofollow">http://forums.indiegamer.com/showthread.php?t=2787</a><br />
<a href="http://forums.indiegamer.com/showthread.php?t=2782" rel="nofollow">http://forums.indiegamer.com/showthread.php?t=2782</a></p>
<p>It really has everything up to the point, but I&#8217;m going to make a step-by-step tutorial for people who are completely not familiar with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zyxman</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-47</link>
		<dc:creator>zyxman</dc:creator>
		<pubDate>Thu, 10 Mar 2005 01:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-47</guid>
		<description>Hi! this may help somebody to organize delegating tasks in working group.
http://www.keldysh.ru/dpt_19/growE.htm</description>
		<content:encoded><![CDATA[<p>Hi! this may help somebody to organize delegating tasks in working group.<br />
<a href="http://www.keldysh.ru/dpt_19/growE.htm" rel="nofollow">http://www.keldysh.ru/dpt_19/growE.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Aguilar</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-16</link>
		<dc:creator>Daniel Aguilar</dc:creator>
		<pubDate>Wed, 12 Jan 2005 17:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-16</guid>
		<description>Wow, cool. Thanks a lot, I never thought it was so easy.
I'm up'n'running! :) Cheers</description>
		<content:encoded><![CDATA[<p>Wow, cool. Thanks a lot, I never thought it was so easy.<br />
I&#8217;m up&#8217;n'running! <img src='http://www.neurofuzzy.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-15</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 12 Jan 2005 15:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-15</guid>
		<description>As far as AS files, you don't need to worry if someone is working on the same file as you.  Simply do an &lt;em&gt;update&lt;/em&gt; to ge the latest copy from the server before you start working, and then commit when you are done.  If someone has committed since your last update, CVS will alert you of a conflict.  You can set it up so both versions open up in Winmerge, and you can manually merge the documents.  Keep in mind, CVS can automatically merge your files if you both were not working on the same lines of code.  If you are organized about delegating tasks, you both won't be working on the same classes or functions.</description>
		<content:encoded><![CDATA[<p>As far as AS files, you don&#8217;t need to worry if someone is working on the same file as you.  Simply do an <em>update</em> to ge the latest copy from the server before you start working, and then commit when you are done.  If someone has committed since your last update, CVS will alert you of a conflict.  You can set it up so both versions open up in Winmerge, and you can manually merge the documents.  Keep in mind, CVS can automatically merge your files if you both were not working on the same lines of code.  If you are organized about delegating tasks, you both won&#8217;t be working on the same classes or functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-14</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 12 Jan 2005 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-14</guid>
		<description>If you want to set up a repository to work alone on, &lt;a href="http://www.tortoisecvs.org/faq.shtml#cvsinit"&gt;read this FAQ entry&lt;/a&gt; on TortoiseCVS, it's real simple.  If you want to set up a server (I've never had to do this), the gents at Tortoise recommend &lt;a href="http://www.cvsnt.org/"&gt;CVSNT&lt;/a&gt;, but I imagine you can use the original &lt;a href="http://www.cvshome.org/"&gt;CVS&lt;/a&gt; server under Windows or under Cygwin.</description>
		<content:encoded><![CDATA[<p>If you want to set up a repository to work alone on, <a href="http://www.tortoisecvs.org/faq.shtml#cvsinit">read this FAQ entry</a> on TortoiseCVS, it&#8217;s real simple.  If you want to set up a server (I&#8217;ve never had to do this), the gents at Tortoise recommend <a href="http://www.cvsnt.org/">CVSNT</a>, but I imagine you can use the original <a href="http://www.cvshome.org/">CVS</a> server under Windows or under Cygwin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.neurofuzzy.net/2005/01/11/the-beauty-of-cvs/#comment-13</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 12 Jan 2005 14:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.neurofuzzy.net/?p=19#comment-13</guid>
		<description>One thing that bothers me about CVS with FLash is that you can't tell if someone is working on the same file as you. You don't know until you commit the file to CVS. Has anyone found a way of dealing with this?</description>
		<content:encoded><![CDATA[<p>One thing that bothers me about CVS with FLash is that you can&#8217;t tell if someone is working on the same file as you. You don&#8217;t know until you commit the file to CVS. Has anyone found a way of dealing with this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
