Cloaking SVN Folders in Dreamweaver...

Categories: HTML/ColdFusion, Potpourri

I just started using Dreamweaver for a site I'm working on. I'm keeping a repository of the files in Subversion, but found that trying to get Dreamweaver to ignore the SVN files when synchronizing is a bit of a pain.

Since I was in a quick solution, I ended up just setting Dreamweaver to show hidden files and then manually went to each .svn to cloak. Later on in the day, I did some searching to see if I could find an easier solution (because doing it manually really sucks.)

I found a blog entry by Josh Buhler in which he talks discusses cloaking/uncloaking SCM directories in Dreamweaver. He found a Dreamweaver extension called Cloak/Uncloak SCM Directories in Dreamweaver which appears to do the trick.

I have installed the extension, but I haven't tried it yet. Some of the people on Josh's blog claimed they had issues with the extension not finding their SCM folders. Hopefully the extension works, or I could be trying to figure out how to fix it.

Comments

Matt's Gravatar This did the trick for me, thanks for the info!
Jesse Davis's Gravatar Same here -- Dreamweaver 8, Mac OS 10.4 Intel, Subversion. Just download it, run the Macromedia "Extension Manager" and click Install, install the extension, restart Dreamweaver. Open your site in DW if necessary. Do Commands->Cloak SCM Directories.

Voila.
Phil's Gravatar Thanks for the heads up. Works like a charm on cs3, xp sp3 and SVN
will's Gravatar am i missing something or doesn't svn take care of synchronization. this link might save you some frustration if you're trying to get svn+ssh working with dreamweaver.
Dan G. Switzer, II's Gravatar SVN would only handle synchronization if you had repository hooks in place to do so and you were trusting that all commits are production ready.

We have hooks in place to push commits to a "staging" server--which gets an updated working copy after each commit. Once all the changes are reviewed and fully tested, then we sync the changes to the server.

Add Comment



If you subscribe, any new posts to this thread will be sent to your email address.