svn - Developing and maintaining Magento extension -
i'm developing magento extensions have had notices relating development processes. tips/tricks of know best way maintain magento extension.
actually, use netbeans, svn , ubuntu main development environment. process have applied:
- creating/developing extension on netbeans
- exporting extension other directory while keeping theirs full path (so app/etc. or skin/etc.)
- copy exported file brand new / clean magento site test it
- if ok, compress exported directory .zip or .gz file.
so these questions
- netbeans not allow neither exporting multiple files @ same time nor exporting full path files or directories. had create directories , export files manually. pity files everywhere (eg. in app/code/local, app/design/adminhtml, app/design/frontend, skin/adminhtml, skin/frontend, etc.). so, is there easier way mouse clicks?
- testing extension on clean installed magento site. in step, if there bug, modification on testing site repeat manually these changes on dev version. is there easier way tests on older version or magento?
if of have got experience in these issues, please give me advices.
thanks,
have @ modman script makes managing magento modules easier: https://github.com/colinmollenhour
Comments
Post a Comment