<?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: Zend CVS</title>
	<atom:link href="http://brainscat.com/archives/2004/12/30/zend-cvs/feed" rel="self" type="application/rss+xml" />
	<link>http://brainscat.com/archives/2004/12/30/zend-cvs</link>
	<description>Tor Bjornrud's views on tech, media, and miscellany.</description>
	<pubDate>Wed, 19 Nov 2008 11:37:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: vincent</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-17198</link>
		<dc:creator>vincent</dc:creator>
		<pubDate>Tue, 15 Aug 2006 07:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-17198</guid>
		<description>how to setup a cvs server ?</description>
		<content:encoded><![CDATA[<p>how to setup a cvs server ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tor</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11541</link>
		<dc:creator>tor</dc:creator>
		<pubDate>Tue, 28 Mar 2006 18:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11541</guid>
		<description>Bertrand, do you have a cvs server process set up?  It sounds like you need to get that going first.  

A CVSROOT typically looks something like :pserver:username@example.com:/pathtocvsroot</description>
		<content:encoded><![CDATA[<p>Bertrand, do you have a cvs server process set up?  It sounds like you need to get that going first.  </p>
<p>A CVSROOT typically looks something like :pserver:username@example.com:/pathtocvsroot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bertrand</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11540</link>
		<dc:creator>Bertrand</dc:creator>
		<pubDate>Tue, 28 Mar 2006 17:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11540</guid>
		<description>Hello,
I have some difficulty to work with zend and cvs.
so i have 2 directorys. "toto2"  is my cvs root and "toto my working dir. the both directory are in my zend project.
When i use checkout (i can use only this) I have 
CVSROOT: No such file or directory
cvs command finished with exit code 1.
Can you help me ?
Bertrand</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have some difficulty to work with zend and cvs.<br />
so i have 2 directorys. &#8220;toto2&#8243;  is my cvs root and &#8220;toto my working dir. the both directory are in my zend project.<br />
When i use checkout (i can use only this) I have<br />
CVSROOT: No such file or directory<br />
cvs command finished with exit code 1.<br />
Can you help me ?<br />
Bertrand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tor</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11472</link>
		<dc:creator>tor</dc:creator>
		<pubDate>Fri, 24 Feb 2006 14:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11472</guid>
		<description>Alright, I'm not sure to the rest of your setup but...

If you're looking to run cvs diff on files locally, you must have a CVS server somewhere running locally.  I can't really help you with that, as I am inexperienced w/ setting up the server.  But judging that your cvsroot and target directories are the same, I'm guessing you don't have that working correctly.

An alternative to running cvs diff if you just want to diff two different files is to install something like cygwin, which has a bunch of unix utilities.  One of those utilities is the diff command, though it's not nearly as easy to use as the Zend CVS diff.  Really though, they're apples to oranges.

So, assuming you've now gone and set up a cvs server correctly and have your bases covered on having a server working, I
 think I understand what you're doing wrong.  You're opening a project and then running cvs checkout.   Checkout the files you're looking to use, *and then* be sure to "Add to Project" the files in the directory you just checked out.   Henceforth, you open that project and can use all cvs commands from the project tab on the File Manager pane on the left.</description>
		<content:encoded><![CDATA[<p>Alright, I&#8217;m not sure to the rest of your setup but&#8230;</p>
<p>If you&#8217;re looking to run cvs diff on files locally, you must have a CVS server somewhere running locally.  I can&#8217;t really help you with that, as I am inexperienced w/ setting up the server.  But judging that your cvsroot and target directories are the same, I&#8217;m guessing you don&#8217;t have that working correctly.</p>
<p>An alternative to running cvs diff if you just want to diff two different files is to install something like cygwin, which has a bunch of unix utilities.  One of those utilities is the diff command, though it&#8217;s not nearly as easy to use as the Zend CVS diff.  Really though, they&#8217;re apples to oranges.</p>
<p>So, assuming you&#8217;ve now gone and set up a cvs server correctly and have your bases covered on having a server working, I<br />
 think I understand what you&#8217;re doing wrong.  You&#8217;re opening a project and then running cvs checkout.   Checkout the files you&#8217;re looking to use, *and then* be sure to &#8220;Add to Project&#8221; the files in the directory you just checked out.   Henceforth, you open that project and can use all cvs commands from the project tab on the File Manager pane on the left.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11470</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 23 Feb 2006 21:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11470</guid>
		<description>Dear Tor,

Here's the simulation.

1. File &#62; Open Project (then it opens the new project with 
one sample php file in it) coming from a different folder
2. revised the sample php file
3. tools &#62; checkout 
         CVS Root = :local:c:/src/
         Module name = test
         Working directory = C:\src\

CVS output states" C:\Program Files\Zend\bin\cvs.exe -d :local:c:/src/ checkout test
cvs.exe checkout: Updating test

cvs command finished with exit code 0"

4. then it created 3 files named entries, repository, root under c: \src\test\CVS\

5. i still have greyed out CVS functions.

TOR, your help is very valuable to me.  Thanks in advance. 

NOTES: 
1. i did these simulations using the cederqvist cvs manual.
2. i just want to start using the CVS DIFF on my localhost  under windowsxp  (reason is to compare revisions done by one person (me) to understand ZEND CVS before working on a new set of scripts in a live site). 
3. ZEND help function on CVS portion is limited.
4. please help step-by-step if possible
5. is it something to do w cvs root name/module name?</description>
		<content:encoded><![CDATA[<p>Dear Tor,</p>
<p>Here&#8217;s the simulation.</p>
<p>1. File &gt; Open Project (then it opens the new project with<br />
one sample php file in it) coming from a different folder<br />
2. revised the sample php file<br />
3. tools &gt; checkout<br />
         CVS Root = :local:c:/src/<br />
         Module name = test<br />
         Working directory = C:\src\</p>
<p>CVS output states&#8221; C:\Program Files\Zend\bin\cvs.exe -d :local:c:/src/ checkout test<br />
cvs.exe checkout: Updating test</p>
<p>cvs command finished with exit code 0&#8243;</p>
<p>4. then it created 3 files named entries, repository, root under c: \src\test\CVS\</p>
<p>5. i still have greyed out CVS functions.</p>
<p>TOR, your help is very valuable to me.  Thanks in advance. </p>
<p>NOTES:<br />
1. i did these simulations using the cederqvist cvs manual.<br />
2. i just want to start using the CVS DIFF on my localhost  under windowsxp  (reason is to compare revisions done by one person (me) to understand ZEND CVS before working on a new set of scripts in a live site).<br />
3. ZEND help function on CVS portion is limited.<br />
4. please help step-by-step if possible<br />
5. is it something to do w cvs root name/module name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tor</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11469</link>
		<dc:creator>tor</dc:creator>
		<pubDate>Thu, 23 Feb 2006 14:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11469</guid>
		<description>You have  to add the checked out files to a new Zend project.  Have you done that?</description>
		<content:encoded><![CDATA[<p>You have  to add the checked out files to a new Zend project.  Have you done that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11468</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 23 Feb 2006 12:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-11468</guid>
		<description>Hey Guys, i hope you can help me with the similar problem.

i tried checking out and it was successful but i also encounter the same greyed out cvs controls. please help. it is taking me quite some time already.

platform used is zend/windowsxp

thanks in advance</description>
		<content:encoded><![CDATA[<p>Hey Guys, i hope you can help me with the similar problem.</p>
<p>i tried checking out and it was successful but i also encounter the same greyed out cvs controls. please help. it is taking me quite some time already.</p>
<p>platform used is zend/windowsxp</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-10405</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 21 Dec 2005 18:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-10405</guid>
		<description>Thank you. I was stuck on the project part too.</description>
		<content:encoded><![CDATA[<p>Thank you. I was stuck on the project part too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tor</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-8632</link>
		<dc:creator>tor</dc:creator>
		<pubDate>Fri, 14 Oct 2005 13:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-8632</guid>
		<description>Sure, I can try.  What exactly is the problem?</description>
		<content:encoded><![CDATA[<p>Sure, I can try.  What exactly is the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helmut Kemper</title>
		<link>http://brainscat.com/archives/2004/12/30/zend-cvs#comment-8618</link>
		<dc:creator>Helmut Kemper</dc:creator>
		<pubDate>Thu, 13 Oct 2005 20:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://brainscat.com/archives/2004/12/30/zend-cvs#comment-8618</guid>
		<description>I have many problems with cvs dialog in zend studio (mac os x).

Can help-me?

Thanks,
Kemper</description>
		<content:encoded><![CDATA[<p>I have many problems with cvs dialog in zend studio (mac os x).</p>
<p>Can help-me?</p>
<p>Thanks,<br />
Kemper</p>
]]></content:encoded>
	</item>
</channel>
</rss>
