softjury
02-03-2009, 02:35 PM
Hi,
i'm interested in how you people manage your code related to vBulletin plugins, vBulletin releases, your own plugins and especially on updates of these.
At my company i've put the vbulletin source code including the plugins and all other vbulletin related code in a Subversion repository.
I keep branches of each official released version, making diffs between these versions and then can merge/apply these changes between version to my current version in TRUNK.
For doing this in an effective manner i have to strip all the vBulletin comments in the header and footer of each php, js, css file (the comments that contain the vbulletin version number, when i downloaded my copy from vbulletin member area, etc.) because when not doing so many files seem to have changed when in fact only the version number in the comment has.
How do you manage your vBulletin code?
i'm interested in how you people manage your code related to vBulletin plugins, vBulletin releases, your own plugins and especially on updates of these.
At my company i've put the vbulletin source code including the plugins and all other vbulletin related code in a Subversion repository.
I keep branches of each official released version, making diffs between these versions and then can merge/apply these changes between version to my current version in TRUNK.
For doing this in an effective manner i have to strip all the vBulletin comments in the header and footer of each php, js, css file (the comments that contain the vbulletin version number, when i downloaded my copy from vbulletin member area, etc.) because when not doing so many files seem to have changed when in fact only the version number in the comment has.
How do you manage your vBulletin code?