<?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: Sync Web Dev with MAMP and Dropbox</title>
	<atom:link href="http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sync-web-dev-with-mamp-and-dropbox</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 26 Nov 2011 23:50:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tyler Y</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-7464</link>
		<dc:creator>Tyler Y</dc:creator>
		<pubDate>Sat, 26 Nov 2011 23:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-7464</guid>
		<description>Alright, it turns out that I needed to restart Dropbox before it would properly sync my db folder. Now the db folder contains the proper subfolders (/mysql and /sqlite). However, changes to the databases don&#039;t seem to show up properly. 

For example, I created a new database (test_db) and created a new table within that database (test_table). When I switched to my other computer the database (test_db) showed up and it said that it had one table, but the table (test_table) didn&#039;t appear. So I created a second table (tbl_2) and refreshed the database. Now the database showed that it had 2 tables, but only tbl_2 was showing up on the second computer, and test_table was still showing up on the first computer (but no tbl_2). 

However, stopping and restarting the MAMP servers on both machines seemed to fix the issue (now test_table and tbl_2 both show on both computers). Is this normal behavior? It would be better if I didn&#039;t have to remember to restart my MAMP servers every time I switch machines. That&#039;s just another step to accidentally forget. 

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Alright, it turns out that I needed to restart Dropbox before it would properly sync my db folder. Now the db folder contains the proper subfolders (/mysql and /sqlite). However, changes to the databases don&#8217;t seem to show up properly. </p>
<p>For example, I created a new database (test_db) and created a new table within that database (test_table). When I switched to my other computer the database (test_db) showed up and it said that it had one table, but the table (test_table) didn&#8217;t appear. So I created a second table (tbl_2) and refreshed the database. Now the database showed that it had 2 tables, but only tbl_2 was showing up on the second computer, and test_table was still showing up on the first computer (but no tbl_2). </p>
<p>However, stopping and restarting the MAMP servers on both machines seemed to fix the issue (now test_table and tbl_2 both show on both computers). Is this normal behavior? It would be better if I didn&#8217;t have to remember to restart my MAMP servers every time I switch machines. That&#8217;s just another step to accidentally forget. </p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Y</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-7463</link>
		<dc:creator>Tyler Y</dc:creator>
		<pubDate>Sat, 26 Nov 2011 23:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-7463</guid>
		<description>I haven&#039;t tried using terminal to create the symlink because I&#039;m not familiar with terminal. I tried following the terminal code that was shown on hocuspokus but I wasn&#039;t exactly clear on what I needed to change to make the code work for MAMP (since the code is written to create a symlink for a Things database).</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried using terminal to create the symlink because I&#8217;m not familiar with terminal. I tried following the terminal code that was shown on hocuspokus but I wasn&#8217;t exactly clear on what I needed to change to make the code work for MAMP (since the code is written to create a symlink for a Things database).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Y</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-7462</link>
		<dc:creator>Tyler Y</dc:creator>
		<pubDate>Sat, 26 Nov 2011 23:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-7462</guid>
		<description>I&#039;ve got the MAMP htdocs folder syncing with Dropbox, and now I can create PHP pages on my iMac, and see them instantly on my Macbook Air (once they&#039;re saved). So that&#039;s awesome!

However, I can&#039;t seem to get the database symlink to work. I&#039;ve shut down MAMP, copied my MAMP/db folder to Dropbox, and right-clicked on that db folder to create a symbolic link. However, that linked folder doesn&#039;t have any contents (the mysql and sqlite folders are missing). So when I move the symlinked db folder to my MAMP/* directory it remains empty and my MAMP MySQL server shows a red light (instead of green). 

Any ideas why the symlinked db folder is empty?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the MAMP htdocs folder syncing with Dropbox, and now I can create PHP pages on my iMac, and see them instantly on my Macbook Air (once they&#8217;re saved). So that&#8217;s awesome!</p>
<p>However, I can&#8217;t seem to get the database symlink to work. I&#8217;ve shut down MAMP, copied my MAMP/db folder to Dropbox, and right-clicked on that db folder to create a symbolic link. However, that linked folder doesn&#8217;t have any contents (the mysql and sqlite folders are missing). So when I move the symlinked db folder to my MAMP/* directory it remains empty and my MAMP MySQL server shows a red light (instead of green). </p>
<p>Any ideas why the symlinked db folder is empty?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: #4 Setting up MAMP + Dropbox &#124; Jay George</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-3364</link>
		<dc:creator>#4 Setting up MAMP + Dropbox &#124; Jay George</dc:creator>
		<pubDate>Thu, 12 May 2011 19:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-3364</guid>
		<description>[...] to figure out a way to synchronise my local WordPress databases with across multiple computers with StuckTogetherWithTape on how to do this and I&#8217;ll walk you through this method in the video. Even if you don&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] to figure out a way to synchronise my local WordPress databases with across multiple computers with StuckTogetherWithTape on how to do this and I&#8217;ll walk you through this method in the video. Even if you don&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-3022</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 25 Apr 2011 00:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-3022</guid>
		<description>I&#039;ve been experimenting with this setup (using Mamp-Pro) for about a year. Problem is that if you&#039;re connected to the internet, via say... dyndns, you need to be using www/mysql (user) in Mamp pro. This is a problem as it does not allow you to use Dropbox/htdocs... I&#039;ve suffered long!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with this setup (using Mamp-Pro) for about a year. Problem is that if you&#8217;re connected to the internet, via say&#8230; dyndns, you need to be using www/mysql (user) in Mamp pro. This is a problem as it does not allow you to use Dropbox/htdocs&#8230; I&#8217;ve suffered long!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil D</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-2411</link>
		<dc:creator>Phil D</dc:creator>
		<pubDate>Mon, 28 Mar 2011 19:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-2411</guid>
		<description>I&#039;m not interested in write permissions 
for anything other than OSX

So

Would this at all be possible with osx as the 
main db editor &amp; testing via Parallels virtual installs of
XP-iE6, XP-IE7, Win7-IE8 ... etc?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not interested in write permissions<br />
for anything other than OSX</p>
<p>So</p>
<p>Would this at all be possible with osx as the<br />
main db editor &amp; testing via Parallels virtual installs of<br />
XP-iE6, XP-IE7, Win7-IE8 &#8230; etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriano</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-1975</link>
		<dc:creator>Adriano</dc:creator>
		<pubDate>Fri, 04 Mar 2011 01:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-1975</guid>
		<description>There is a problem with all this syncing db with dropbox.

the folder stock syncing because mamp close permissions automatic. and you need to give the folder permissions everytime you update.</description>
		<content:encoded><![CDATA[<p>There is a problem with all this syncing db with dropbox.</p>
<p>the folder stock syncing because mamp close permissions automatic. and you need to give the folder permissions everytime you update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAMP, Dropbox &#38; Symbolic Links - this is a studio blog</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-1652</link>
		<dc:creator>MAMP, Dropbox &#38; Symbolic Links - this is a studio blog</dc:creator>
		<pubDate>Wed, 09 Feb 2011 02:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-1652</guid>
		<description>[...] and make a symbolic link. Move the link back to the MAMP folder and dunzo! An excellent tutorial HERE (also where I got the pic [...]</description>
		<content:encoded><![CDATA[<p>[...] and make a symbolic link. Move the link back to the MAMP folder and dunzo! An excellent tutorial HERE (also where I got the pic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-1564</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 31 Jan 2011 22:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-1564</guid>
		<description>Interesting. I&#039;ll have to play around with this. I don&#039;t know how well this will work if you are using some really slow wireless at a bar or something, but it seems like a cool idea.</description>
		<content:encoded><![CDATA[<p>Interesting. I&#8217;ll have to play around with this. I don&#8217;t know how well this will work if you are using some really slow wireless at a bar or something, but it seems like a cool idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elundmark</title>
		<link>http://www.stucktogetherwithtape.com/blog/2009/12/sync-web-dev-with-mamp-and-dropbox/comment-page-1/#comment-1508</link>
		<dc:creator>elundmark</dc:creator>
		<pubDate>Thu, 27 Jan 2011 23:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stucktogetherwithtape.com/blog/?p=103#comment-1508</guid>
		<description>If your second system is Linux, here&#039;s a trick to make sure your unix-paths are the same on both machines:

Make a symbolic link (not an alias) on your Mac, in the root folder (/), pointing to your htdocs folder.
Using the same method and name of the symbolic link on your Linux machine, pointing to It&#039;s htdocs folder, simply share that folder over Dropbox, and your good for sharing.

&lt;code&gt;$ ln -s /Users/me/htdocs /htdocslink&lt;/code&gt;

If set up corr. you now have the unixpath you can use, ex. &lt;code&gt;&lt;/code&gt; on both computers :) Thusly, you can wirror your work hassle-free :)

Sadly, it seems pretty much impossible to share a mysql database the same way, since mysql on linux is barely read-only.</description>
		<content:encoded><![CDATA[<p>If your second system is Linux, here&#8217;s a trick to make sure your unix-paths are the same on both machines:</p>
<p>Make a symbolic link (not an alias) on your Mac, in the root folder (/), pointing to your htdocs folder.<br />
Using the same method and name of the symbolic link on your Linux machine, pointing to It&#8217;s htdocs folder, simply share that folder over Dropbox, and your good for sharing.</p>
<p><code>$ ln -s /Users/me/htdocs /htdocslink</code></p>
<p>If set up corr. you now have the unixpath you can use, ex. <code></code> on both computers <img src='http://www.stucktogetherwithtape.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thusly, you can wirror your work hassle-free <img src='http://www.stucktogetherwithtape.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sadly, it seems pretty much impossible to share a mysql database the same way, since mysql on linux is barely read-only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

