<?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: Poor man&#8217;s code repository and versioning with Dropbox</title>
	<atom:link href="http://stevenbenner.com/2010/02/poor-mans-source-code-repository-and-versioning-with-dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevenbenner.com/2010/02/poor-mans-source-code-repository-and-versioning-with-dropbox/</link>
	<description>Random articles about programming, computing and the internet.</description>
	<lastBuildDate>Sat, 28 Aug 2010 03:54:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://stevenbenner.com/2010/02/poor-mans-source-code-repository-and-versioning-with-dropbox/#comment-2123</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://stevenbenner.com/?p=185#comment-2123</guid>
		<description>After much soul-searching and far too much digging into SVN documentation, I finally decided to give Dropbox a try for a poor man&#039;s repository. I&#039;ve been using it previously for a while now to sync and move files to and from work, but using it as a repository seems to be great so far as well.

There are problems with SVN that just don&#039;t seem to be gracefully solved as a Flash developer (primarily); specifically: handling the needed .fla binary files, some of which can grow to ~8-10MB in size depending on how much assets are in the library (all code is in separate source files); and also handling the additional external assets (XML files, images, etc) needed locally to recreate the server environment during building/debugging.

I&#039;ve got my &quot;repository&quot; set up just like you would with a real repository -- trunk/branches/tags folders within each /client/project/ folder -- as well as a simple &#039;history.txt&#039; file in the tags folder to track changes for each new &#039;tag&#039; I add.

All on-going work is done in the trunk folder; all stable releases are frozen as duped copies in the tags folder, and tests etc are done as branches. Sure, there&#039;s no merging, locking, or clearer history tools, but as a mostly-lone developer with very little overlap this is just fine.

The best part is that so long as I keep my structure tidy, I should have very little problem moving to SVN in the future shall the need arise. Right now it&#039;s overkill by a large margin, so Dropbox is just perfect in the meantime.

Anyway, [ramble ramble ramble], thanks for the post.</description>
		<content:encoded><![CDATA[<p>After much soul-searching and far too much digging into SVN documentation, I finally decided to give Dropbox a try for a poor man&#8217;s repository. I&#8217;ve been using it previously for a while now to sync and move files to and from work, but using it as a repository seems to be great so far as well.</p>
<p>There are problems with SVN that just don&#8217;t seem to be gracefully solved as a Flash developer (primarily); specifically: handling the needed .fla binary files, some of which can grow to ~8-10MB in size depending on how much assets are in the library (all code is in separate source files); and also handling the additional external assets (XML files, images, etc) needed locally to recreate the server environment during building/debugging.</p>
<p>I&#8217;ve got my &#8220;repository&#8221; set up just like you would with a real repository &#8212; trunk/branches/tags folders within each /client/project/ folder &#8212; as well as a simple &#8216;history.txt&#8217; file in the tags folder to track changes for each new &#8216;tag&#8217; I add.</p>
<p>All on-going work is done in the trunk folder; all stable releases are frozen as duped copies in the tags folder, and tests etc are done as branches. Sure, there&#8217;s no merging, locking, or clearer history tools, but as a mostly-lone developer with very little overlap this is just fine.</p>
<p>The best part is that so long as I keep my structure tidy, I should have very little problem moving to SVN in the future shall the need arise. Right now it&#8217;s overkill by a large margin, so Dropbox is just perfect in the meantime.</p>
<p>Anyway, [ramble ramble ramble], thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Benner</title>
		<link>http://stevenbenner.com/2010/02/poor-mans-source-code-repository-and-versioning-with-dropbox/#comment-414</link>
		<dc:creator>Steven Benner</dc:creator>
		<pubDate>Wed, 17 Mar 2010 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://stevenbenner.com/?p=185#comment-414</guid>
		<description>Personally, I do all of my work out of the DropBox folder, that way I can just work and forget about the syncs happening in the background. I&#039;ve never had any issues, DropBox updates are just so fast, it syncs small files in a second or less after saving. Files that I have been editing do build of a large history fairly quickly. But since the free version only keeps this history for 30 days it isn&#039;t a big deal to me.

If I had a subscription version of DropBox I might consider doing a check-in/check-out kind of system, but it probably wouldn&#039;t be worth the effort (for me). It&#039;s easy to spot a bunch of minor updates in a file&#039;s history, because they usually happen over the course of a couple minutes.

The files with the most updates are also the files that you care the least about, objects, pdb&#039;s, dll&#039;s and executable files. I can see the history on these becoming huge but you will probably not find much use for the history of those files.

This system is one of the &quot;just works&quot; tools for me. I set it up and forget about it. I just wish they would give out permanent history with the free version. :)</description>
		<content:encoded><![CDATA[<p>Personally, I do all of my work out of the DropBox folder, that way I can just work and forget about the syncs happening in the background. I&#8217;ve never had any issues, DropBox updates are just so fast, it syncs small files in a second or less after saving. Files that I have been editing do build of a large history fairly quickly. But since the free version only keeps this history for 30 days it isn&#8217;t a big deal to me.</p>
<p>If I had a subscription version of DropBox I might consider doing a check-in/check-out kind of system, but it probably wouldn&#8217;t be worth the effort (for me). It&#8217;s easy to spot a bunch of minor updates in a file&#8217;s history, because they usually happen over the course of a couple minutes.</p>
<p>The files with the most updates are also the files that you care the least about, objects, pdb&#8217;s, dll&#8217;s and executable files. I can see the history on these becoming huge but you will probably not find much use for the history of those files.</p>
<p>This system is one of the &#8220;just works&#8221; tools for me. I set it up and forget about it. I just wish they would give out permanent history with the free version. <img src='http://stevenbenner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Wilson</title>
		<link>http://stevenbenner.com/2010/02/poor-mans-source-code-repository-and-versioning-with-dropbox/#comment-403</link>
		<dc:creator>Mike Wilson</dc:creator>
		<pubDate>Wed, 17 Mar 2010 02:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://stevenbenner.com/?p=185#comment-403</guid>
		<description>Great article, I love DropBox myself too :)

Quick question: Do you work on your solution files within the DropBox folder or do you copy (as a backup/check in) to your DropBox folder after working from a different local folder?

The reason I ask is that during the course of normal software development you will be saving minor changes to a whole array of files (minor like adding or removing whitespace) each time you run or compile your project that DropBox may get confused (does it?) and/or you end up with a rather huge history of files.

Thanks :)

Mike</description>
		<content:encoded><![CDATA[<p>Great article, I love DropBox myself too <img src='http://stevenbenner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Quick question: Do you work on your solution files within the DropBox folder or do you copy (as a backup/check in) to your DropBox folder after working from a different local folder?</p>
<p>The reason I ask is that during the course of normal software development you will be saving minor changes to a whole array of files (minor like adding or removing whitespace) each time you run or compile your project that DropBox may get confused (does it?) and/or you end up with a rather huge history of files.</p>
<p>Thanks <img src='http://stevenbenner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
