svn - Automate after commit tasks when developing custom web apps with php -
i'm having problem using svn:
i more 2 commits per day [private svn hosting company]. applications code php based, use mysql databases, jquery, etc.
i'd know if there's available allows me automate these kind of tasks:
- clean web application files svn (remove .svn folders , hidden files)
- ftp changes made client's working copy of application
- update changes (if made) mysql database in way
- etc.
i mean:
we want tool (or svn hosting service) allows automate kind of tasks after each commit client can see changes made instantly in domain, etc., without doing tedious common tasks make devs loose valuable time.
thanks lot in advance,
enrique
is cleaning svn files not simple making alias/script delete files .svn in them? or starting period.
is svn updating on clients working copy time consuming? guess depends on amount of data you're dealing with, should quick process.
as database updating, knowledge there's no way merge content or anything, tools dbdeploy version controlling schema. of course make script mysql dump of database want , imports current database, replacing site-specific values (site urls) went.
Comments
Post a Comment