<?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: ADS: Automatic Deployment Script</title>
	<atom:link href="http://amiworks.co.in/talk/ads-automatic-deployment-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/</link>
	<description>all about my work</description>
	<lastBuildDate>Sat, 12 May 2012 17:51:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Abdul Mannan</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-35591</link>
		<dc:creator>Abdul Mannan</dc:creator>
		<pubDate>Thu, 08 Jul 2010 13:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-35591</guid>
		<description>I have been able to convert the script to run in linux but i wanted to know what kind of command i should give in the post-commit file so that a request could be sent to ads i have tried elinks but it is not able to run the ajax</description>
		<content:encoded><![CDATA[<p>I have been able to convert the script to run in linux but i wanted to know what kind of command i should give in the post-commit file so that a request could be sent to ads i have tried elinks but it is not able to run the ajax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Mannan</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-35421</link>
		<dc:creator>Abdul Mannan</dc:creator>
		<pubDate>Mon, 05 Jul 2010 08:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-35421</guid>
		<description>Hi,
Could you guide me as to what steps i need to take in order for me to run it for linux. I am an absolute newbie to svn but i need to do this. I am running tortoise svn on client side and the server is linux based.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Could you guide me as to what steps i need to take in order for me to run it for linux. I am an absolute newbie to svn but i need to do this. I am running tortoise svn on client side and the server is linux based.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-6417</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Tue, 24 Mar 2009 04:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-6417</guid>
		<description>can you check and confirm that in &#039;svn.php&#039; file , line number 42 &quot;$output=shell_exec($cmd);&quot; is giving the correct output. I think their is problem in executing shell_exec command.</description>
		<content:encoded><![CDATA[<p>can you check and confirm that in &#8216;svn.php&#8217; file , line number 42 &#8220;$output=shell_exec($cmd);&#8221; is giving the correct output. I think their is problem in executing shell_exec command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey Petuschak</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-6415</link>
		<dc:creator>Alexey Petuschak</dc:creator>
		<pubDate>Tue, 24 Mar 2009 02:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-6415</guid>
		<description>Hi,

I&#039;m trying to make use of your solution on Windows Server 2003 R2 x64 running VisualSVN Server 1.6.4.

The post-commit hook looks like below:

@echo off
echo %date% %time% Executing SVN post-commit script: http://xxxxx.org/alex/ads/index.php?repo=%1*%2 &gt;&gt; %1\ads.log
start c:\progra~1\intern~1\iexplore.exe http://xxxxx.org/alex/ads/index.php?repo=%1*%2
exit /b 1 

I&#039;ve created a new repository for testing, created a &quot;trunk\[ProjectName]&quot; path and committed ads.xml as well as some other files there.
(Please confirm that XML file should be committed to SVN rather than put on the repository directory on SVN server. It doesn&#039;t work for me in either case :( ).

After I enable the post-commit hook, I try adding/deleting files from the created folder, and even for a single added file the commit process hangs.

ads.log contains the following:

DATE: 24, Mar 2009	 Time: 07:26:05	 Message: SVN_class:Creating Filelist  
DATE: 24, Mar 2009	 Time: 07:26:05	 Message: SVN_class: 
DATE: 24, Mar 2009	 Time: 07:26:05	 Message: SVN_class: 

ads_tmp\filelist.txt file is created and left empty.
The ads_tmp folder is accessible to everyone, and has the same security permissions as the ads.log file (which is writeable as you see above).

Let me know if you have any clues or suggestions.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to make use of your solution on Windows Server 2003 R2 x64 running VisualSVN Server 1.6.4.</p>
<p>The post-commit hook looks like below:</p>
<p>@echo off<br />
echo %date% %time% Executing SVN post-commit script: <a href="http://xxxxx.org/alex/ads/index.php?repo=%1*%2" rel="nofollow">http://xxxxx.org/alex/ads/index.php?repo=%1*%2</a> &gt;&gt; %1\ads.log<br />
start c:\progra~1\intern~1\iexplore.exe <a href="http://xxxxx.org/alex/ads/index.php?repo=%1*%2" rel="nofollow">http://xxxxx.org/alex/ads/index.php?repo=%1*%2</a><br />
exit /b 1 </p>
<p>I&#8217;ve created a new repository for testing, created a &#8220;trunk\[ProjectName]&#8221; path and committed ads.xml as well as some other files there.<br />
(Please confirm that XML file should be committed to SVN rather than put on the repository directory on SVN server. It doesn&#8217;t work for me in either case <img src='http://amiworks.co.in/talk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ).</p>
<p>After I enable the post-commit hook, I try adding/deleting files from the created folder, and even for a single added file the commit process hangs.</p>
<p>ads.log contains the following:</p>
<p>DATE: 24, Mar 2009	 Time: 07:26:05	 Message: SVN_class:Creating Filelist<br />
DATE: 24, Mar 2009	 Time: 07:26:05	 Message: SVN_class:<br />
DATE: 24, Mar 2009	 Time: 07:26:05	 Message: SVN_class: </p>
<p>ads_tmp\filelist.txt file is created and left empty.<br />
The ads_tmp folder is accessible to everyone, and has the same security permissions as the ads.log file (which is writeable as you see above).</p>
<p>Let me know if you have any clues or suggestions.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PuneTech &#187; Blog Archive &#187; Techstart.in: Nurturing the passion of our engineering students</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-2077</link>
		<dc:creator>PuneTech &#187; Blog Archive &#187; Techstart.in: Nurturing the passion of our engineering students</dc:creator>
		<pubDate>Mon, 15 Dec 2008 03:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-2077</guid>
		<description>[...] is to automate the process of deploying websites written in PHP. A very basic script exists at my blog, we will be enhancing it by putting continuous integration, database migration [...]</description>
		<content:encoded><![CDATA[<p>[...] is to automate the process of deploying websites written in PHP. A very basic script exists at my blog, we will be enhancing it by putting continuous integration, database migration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-1647</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Mon, 17 Nov 2008 09:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-1647</guid>
		<description>@monalisa phig http://phing.info/ and xinc http://code.google.com/p/xinc/ are two tools for php. Otherwise you can look for &#039;ant&#039; if you are comfortable with java.</description>
		<content:encoded><![CDATA[<p>@monalisa phig <a href="http://phing.info/" rel="nofollow">http://phing.info/</a> and xinc <a href="http://code.google.com/p/xinc/" rel="nofollow">http://code.google.com/p/xinc/</a> are two tools for php. Otherwise you can look for &#8216;ant&#8217; if you are comfortable with java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monalisa</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-1646</link>
		<dc:creator>Monalisa</dc:creator>
		<pubDate>Mon, 17 Nov 2008 06:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-1646</guid>
		<description>Hi Amit,
I have some query. I want to automate a process of build. I want to replace the old build with new build and then I need to update the schema with current schema. I want to compare the schema and then run the difference script to update the schema. Can you suggest some good tool to automate the entire process.</description>
		<content:encoded><![CDATA[<p>Hi Amit,<br />
I have some query. I want to automate a process of build. I want to replace the old build with new build and then I need to update the schema with current schema. I want to compare the schema and then run the difference script to update the schema. Can you suggest some good tool to automate the entire process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sayana</title>
		<link>http://amiworks.co.in/talk/ads-automatic-deployment-script/comment-page-1/#comment-622</link>
		<dc:creator>sayana</dc:creator>
		<pubDate>Sun, 01 Jun 2008 10:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/ads-automatic-deployment-script/#comment-622</guid>
		<description>hi</description>
		<content:encoded><![CDATA[<p>hi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

