How can I use SVN to manage my Firefox Extension project?

Posted by 4AM on Stack Overflow See other posts from Stack Overflow or by 4AM
Published on 2010-05-05T22:42:00Z Indexed on 2010/05/05 22:48 UTC
Read the original article Hit count: 212

I'm using SVN to manage my Firefox extension project, and this project contains an XPCOM component. Firefox is loading directly from my working directory by placing a text file with the working directory's path in the ./extensions directory of my user profile. When Firefox starts, my extension fails to load & overlay; examining the Error Console, I see that the error states that ".svn cannot be loaded as a component" - a reference to the .svn directory inside my "components" directory of the plug-in structure. Is there any way to get Firefox to ignore this directory, or get SVN to generate a working copy without the .svn directories in it?

© Stack Overflow or respective owner

Related posts about svn

Related posts about firefox