<?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: SVN version control in Flashdevelop projects</title>
	<atom:link href="http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/</link>
	<description>BlixtSystems Flash Actionscript development</description>
	<pubDate>Fri, 12 Mar 2010 04:19:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dilari</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-34978</link>
		<dc:creator>Dilari</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-34978</guid>
		<description>Hi,

pretty cool stuff. I'm trying it out now. I have a little issue though. If I compile the first time it works as expected. But if I try the second time, flash-develop keeps saying:
"A process is currently running." It does not stop. I can't recompile. This is because the "build started" but was never finished. The .swf does not show. Like Dave and Chris above.
However if I goto Tools &#62; Kill Running Process, the "build started" disappears but the Error "A process is currently running." remains when retrying. I Tried Nicholas' suggestion since I'm on XP but this gives an incorrect filepath to Tortoise.

Now after removing the 'pause' in build.bat it seems to work. Except for the version.txt not being commited to the rep. 

So basically  I, like Chris, wonder what the pause is for or rather how the process can be restarted after having done what it needed to be paused for ? Can it be replaced by something like a timeout, or delay ?

Any clues ? I 'll post here if I find any..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>pretty cool stuff. I&#8217;m trying it out now. I have a little issue though. If I compile the first time it works as expected. But if I try the second time, flash-develop keeps saying:<br />
&#8220;A process is currently running.&#8221; It does not stop. I can&#8217;t recompile. This is because the &#8220;build started&#8221; but was never finished. The .swf does not show. Like Dave and Chris above.<br />
However if I goto Tools &gt; Kill Running Process, the &#8220;build started&#8221; disappears but the Error &#8220;A process is currently running.&#8221; remains when retrying. I Tried Nicholas&#8217; suggestion since I&#8217;m on XP but this gives an incorrect filepath to Tortoise.</p>
<p>Now after removing the &#8216;pause&#8217; in build.bat it seems to work. Except for the version.txt not being commited to the rep. </p>
<p>So basically  I, like Chris, wonder what the pause is for or rather how the process can be restarted after having done what it needed to be paused for ? Can it be replaced by something like a timeout, or delay ?</p>
<p>Any clues ? I &#8216;ll post here if I find any..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-34554</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-34554</guid>
		<description>Hi 

thanks for this gem! The bat file wouldn't run the commit for me (running xp?) so I modified it to the following which works perfectly.

@ECHO OFF
set TORTOISESVN_PATH = C:\Program Files\TortoiseSVN\bin
set CURRENT_PATH=?%
CD %TORTOISESVN_PATH%
start TortoiseProc.exe /command:commit /path:"%CURRENT_PATH%\*" /logmsgfile:"%CURRENT_PATH%\logmsg.txt" /notempfile /closeonend:3
start SubWCRev.exe %CURRENT_PATH% "%CURRENT_PATH%\version.a" "%CURRENT_PATH%\version.txt"
pause</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>thanks for this gem! The bat file wouldn&#8217;t run the commit for me (running xp?) so I modified it to the following which works perfectly.</p>
<p>@ECHO OFF<br />
set TORTOISESVN_PATH = C:\Program Files\TortoiseSVN\bin<br />
set CURRENT_PATH=?%<br />
CD %TORTOISESVN_PATH%<br />
start TortoiseProc.exe /command:commit /path:&#8221;%CURRENT_PATH%\*&#8221; /logmsgfile:&#8221;%CURRENT_PATH%\logmsg.txt&#8221; /notempfile /closeonend:3<br />
start SubWCRev.exe %CURRENT_PATH% &#8220;%CURRENT_PATH%\version.a&#8221; &#8220;%CURRENT_PATH%\version.txt&#8221;<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-33977</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-33977</guid>
		<description>Hey thanks for this, svn is great :)
Can we add a button to flash develop for this, that cant be hard right.

Whats the pause in the bat for? I was having the same problem as dave had, it does as it says pauses??</description>
		<content:encoded><![CDATA[<p>Hey thanks for this, svn is great <img src='http://www.blixtsystems.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Can we add a button to flash develop for this, that cant be hard right.</p>
<p>Whats the pause in the bat for? I was having the same problem as dave had, it does as it says pauses??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddie adams</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-31050</link>
		<dc:creator>eddie adams</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-31050</guid>
		<description>In order to get it working I added double quotes:

"$(ProjectDir)\build.bat"

I am running flashdevelop standalone on a stick.</description>
		<content:encoded><![CDATA[<p>In order to get it working I added double quotes:</p>
<p>&#8220;$(ProjectDir)\build.bat&#8221;</p>
<p>I am running flashdevelop standalone on a stick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Jumeau</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-30304</link>
		<dc:creator>David Jumeau</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-30304</guid>
		<description>Great post! Can't live without SVN. Flash Develop is probably the main AS tools I use. However, I am looking into Flash Builder now and see how that workflow goes.

Thx!

David</description>
		<content:encoded><![CDATA[<p>Great post! Can&#8217;t live without SVN. Flash Develop is probably the main AS tools I use. However, I am looking into Flash Builder now and see how that workflow goes.</p>
<p>Thx!</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-29029</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-29029</guid>
		<description>thanx for the how to.  I am having a minor issue.  Everything seems to work but when I add $(ProjectDir)\build.bat to build it no longer compiles in flash or at all.  the subversion and tortiusesvn work I get the windows poping up but then it never goes to flash to compile and test.  Am I missing something?</description>
		<content:encoded><![CDATA[<p>thanx for the how to.  I am having a minor issue.  Everything seems to work but when I add $(ProjectDir)\build.bat to build it no longer compiles in flash or at all.  the subversion and tortiusesvn work I get the windows poping up but then it never goes to flash to compile and test.  Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fjt</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-27640</link>
		<dc:creator>fjt</dc:creator>
		<pubDate>Sun, 19 Jul 2009 12:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-27640</guid>
		<description>Very great article !!! Thanks 

I've inserted version.a and build.dat in the all the templates of FD  (C:\Program Files\FlashDevelop\Projects\) to obtain it automaticaly when you makes a new proyect.

bye.</description>
		<content:encoded><![CDATA[<p>Very great article !!! Thanks </p>
<p>I&#8217;ve inserted version.a and build.dat in the all the templates of FD  (C:\Program Files\FlashDevelop\Projects\) to obtain it automaticaly when you makes a new proyect.</p>
<p>bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-26605</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-26605</guid>
		<description>gr8 work bro, check out my blog when you have the time, don't forget~</description>
		<content:encoded><![CDATA[<p>gr8 work bro, check out my blog when you have the time, don&#8217;t forget~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: borishater</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-26137</link>
		<dc:creator>borishater</dc:creator>
		<pubDate>Thu, 02 Jul 2009 14:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-26137</guid>
		<description>boris is a slimy bot ffs :(</description>
		<content:encoded><![CDATA[<p>boris is a slimy bot ffs <img src='http://www.blixtsystems.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kesha Hasbni</title>
		<link>http://www.blixtsystems.com/2008/05/svn-version-control-in-flashdevelop-projects/#comment-22954</link>
		<dc:creator>Kesha Hasbni</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blixtsystems.com/?p=33#comment-22954</guid>
		<description>There is obviously a lot to know about this.  I think you made some good points in Features also.</description>
		<content:encoded><![CDATA[<p>There is obviously a lot to know about this.  I think you made some good points in Features also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
