<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Using ANT While Hiding Your SVN Password</title>
	<atom:link href="http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/</link>
	<description>ColdFusion, Ant, jQuery and other geeky stuff</description>
	<lastBuildDate>Sat, 13 Mar 2010 02:08:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oracle, SQL*Plus and Ant</title>
		<link>http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/comment-page-1/#comment-2652</link>
		<dc:creator>Oracle, SQL*Plus and Ant</dc:creator>
		<pubDate>Fri, 09 Feb 2007 20:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/#comment-2652</guid>
		<description>[...]  &#8592; Using ANT While Hiding Your SVN Password [...]</description>
		<content:encoded><![CDATA[<p>[...]  &larr; Using ANT While Hiding Your SVN Password [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/comment-page-1/#comment-2649</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 08 Feb 2007 01:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/#comment-2649</guid>
		<description>We&#039;re using SVN over HTTPS so we need to authenticate against that...

I agree about automation - but in our environment someone else may need to run this build script so they would have to authenticate using their credentials - not mine. :)

I&#039;m also doing some &#039;injection&#039; to write the current revision into my page headers.</description>
		<content:encoded><![CDATA[<p>We&#8217;re using SVN over HTTPS so we need to authenticate against that&#8230;</p>
<p>I agree about automation &#8211; but in our environment someone else may need to run this build script so they would have to authenticate using their credentials &#8211; not mine. :)</p>
<p>I&#8217;m also doing some &#8216;injection&#8217; to write the current revision into my page headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/comment-page-1/#comment-2648</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Thu, 08 Feb 2007 01:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/2007/02/07/using-ant-while-hiding-your-svn-password/#comment-2648</guid>
		<description>I have been using ANT but not with eclipse. If I am on windows, SVN password is cached and I don&#039;t have to put password in out build-scripts, I guess same works for MacOSX as long as your build-script is in SVNed directory?

I did some experiment to setup build-machine for Flash/Flex stuff, where I created an account called build-master in SVN server. This machine has ssshd running. Whenever I have to push bits to staging or dev, I commit my code (after local testing/verification) from my machine, kick the build on build-machine over ssh..

I used SVN libs for ANT, to inject some revision related info in code so it can be determined who kicked the build... It makes sense binaries (debug version) also contain some info to show the last commit version...You can always figure out rest of details from Trac, if you have it integrated...

I believe, process should be automated you don&#039;t have to enter things every time..It becomes painful after sometime :)

-abdul</description>
		<content:encoded><![CDATA[<p>I have been using ANT but not with eclipse. If I am on windows, SVN password is cached and I don&#8217;t have to put password in out build-scripts, I guess same works for MacOSX as long as your build-script is in SVNed directory?</p>
<p>I did some experiment to setup build-machine for Flash/Flex stuff, where I created an account called build-master in SVN server. This machine has ssshd running. Whenever I have to push bits to staging or dev, I commit my code (after local testing/verification) from my machine, kick the build on build-machine over ssh..</p>
<p>I used SVN libs for ANT, to inject some revision related info in code so it can be determined who kicked the build&#8230; It makes sense binaries (debug version) also contain some info to show the last commit version&#8230;You can always figure out rest of details from Trac, if you have it integrated&#8230;</p>
<p>I believe, process should be automated you don&#8217;t have to enter things every time..It becomes painful after sometime :)</p>
<p>-abdul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
