php - How do you use version control for plugin/extension development -


i build websites , svn has worked out find in terms of setting repository websites code. going start working on extensions/plugins can used on web applications, such wordpress, magento, or other type of web application. application is, doesn't matter.

what looking best way setup repository plugin developing, while being able check out , use in 1 of web applications building for. don't want code of web application added repo, want code has plugin in repo.

obviously there standard folders create plugin with, exist inside these other applications , not standalone. have import plugin repo , check out inside of web application structure, ignore files not in repo. how maintain going forward? there new files added application, , might want add files plugin, constant battle of finding ignore?

i don't want import plugin, repo, check out, , export it, placing exported version web application , change in web application functionality of plugin fixed or changed, have make sure in checked out version.

seems there has better process of working on plugins dependant on applications work, while having code of plugin checked repository.

you may want in svn externals

"an externals definition mapping of local directory url—and possibly particular revision—of versioned resource."

it seems may need.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -