<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Modern PHP Workflow</title>
	<atom:link href="http://carouth.com/2009/10/20/the-modern-php-workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://carouth.com/2009/10/20/the-modern-php-workflow/</link>
	<description>Ramblings of a Web Application Developer</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:58:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kiran</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-75</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Thu, 05 Nov 2009 09:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-75</guid>
		<description>Hello Jeff, now the SSL certificate error crops up (invalid certificate) when running the xinc.. But when I try using shell, the svn info works. Since it works in background no prompt for supplying user input... P to permanently accept the certificate..</description>
		<content:encoded><![CDATA[<p>Hello Jeff, now the SSL certificate error crops up (invalid certificate) when running the xinc.. But when I try using shell, the svn info works. Since it works in background no prompt for supplying user input&#8230; P to permanently accept the certificate..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-74</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Thu, 05 Nov 2009 05:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-74</guid>
		<description>Oops.. Jeff, but not actually, I am caught up again..! Now I get an error in the Modificationset - &quot;The checkout directory is not a working copy..&quot; I am playing around that..</description>
		<content:encoded><![CDATA[<p>Oops.. Jeff, but not actually, I am caught up again..! Now I get an error in the Modificationset &#8211; &#8220;The checkout directory is not a working copy..&#8221; I am playing around that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-73</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-73</guid>
		<description>Glad you got it sorted, Kiran! Happy coding.</description>
		<content:encoded><![CDATA[<p>Glad you got it sorted, Kiran! Happy coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-72</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Wed, 04 Nov 2009 06:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-72</guid>
		<description>Hello Jeff..!!
I understood where the repository url come from, seeing the Svn.php file..
Its is from the svn info from the local working directory. A segment named url will be there in the xml returned..

Thanks for all your help..</description>
		<content:encoded><![CDATA[<p>Hello Jeff..!!<br />
I understood where the repository url come from, seeing the Svn.php file..<br />
Its is from the svn info from the local working directory. A segment named url will be there in the xml returned..</p>
<p>Thanks for all your help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-70</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Wed, 04 Nov 2009 04:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-70</guid>
		<description>Hello Jeff, I tried to install PHPUnderControl and played with it so long with the java errors through out. So I went for Xinc.

Thank you for your reply. I do check out the working copy from the repository to the CI server in a directory. Say, /var/www/xinc/projects/myproject and I specified that as the directory attribute. I also specified the &quot;username&quot; and &quot;password&quot; of the remote svn server here.

My remote repository url is https://192.168.0.99/path/to/my/remote/svn/projects/myproject.
I can&#039;t find a way to specify this path in Xinc.
Only information I got is to use the path attribute in the ini file - But there can be only one path segment data in ini file. What if I have other projects in the remote repository myproject1 or myproject2..

Even when I specified my full repository url path to &quot;myproject&quot; in the ini file, the build is not triggered when the repository is changed...

Hope you got the situation where I am..

Thank you again for your reply.</description>
		<content:encoded><![CDATA[<p>Hello Jeff, I tried to install PHPUnderControl and played with it so long with the java errors through out. So I went for Xinc.</p>
<p>Thank you for your reply. I do check out the working copy from the repository to the CI server in a directory. Say, /var/www/xinc/projects/myproject and I specified that as the directory attribute. I also specified the &#8220;username&#8221; and &#8220;password&#8221; of the remote svn server here.</p>
<p>My remote repository url is <a href="https://192.168.0.99/path/to/my/remote/svn/projects/myproject" rel="nofollow">https://192.168.0.99/path/to/my/remote/svn/projects/myproject</a>.<br />
I can&#8217;t find a way to specify this path in Xinc.<br />
Only information I got is to use the path attribute in the ini file &#8211; But there can be only one path segment data in ini file. What if I have other projects in the remote repository myproject1 or myproject2..</p>
<p>Even when I specified my full repository url path to &#8220;myproject&#8221; in the ini file, the build is not triggered when the repository is changed&#8230;</p>
<p>Hope you got the situation where I am..</p>
<p>Thank you again for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-69</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-69</guid>
		<description>Hi, Kiran:

One disclaimer: I use phpUnderControl these days, but IIRC, the SVN task modificationset task only has support for the directory attribute. 

For each project, check out a working copy on your CI server and point that SVN task to the working copy path via the directory attribute. In this way each project can have its own working copy and not be influenced by other projects.

Does that help?</description>
		<content:encoded><![CDATA[<p>Hi, Kiran:</p>
<p>One disclaimer: I use phpUnderControl these days, but IIRC, the SVN task modificationset task only has support for the directory attribute. </p>
<p>For each project, check out a working copy on your CI server and point that SVN task to the working copy path via the directory attribute. In this way each project can have its own working copy and not be influenced by other projects.</p>
<p>Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://carouth.com/2009/10/20/the-modern-php-workflow/comment-page-1/#comment-68</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Tue, 03 Nov 2009 12:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://carouth.com/?p=99#comment-68</guid>
		<description>Hello, I am caught up with the repository url  specification in the svn task, under modification set.

After much googling and investigation I found out that the path segment in the xinc.ini file is used here. So is it possible to specify the repository url in a per project basis?

Any information regarding this is much appreciated..</description>
		<content:encoded><![CDATA[<p>Hello, I am caught up with the repository url  specification in the svn task, under modification set.</p>
<p>After much googling and investigation I found out that the path segment in the xinc.ini file is used here. So is it possible to specify the repository url in a per project basis?</p>
<p>Any information regarding this is much appreciated..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
