linux - which directory should I checkout our java project files into for a team build -
we use svn(subversion) our source repository. on same box, build our project plus deploy onto appserver. team members(under 10, in number) login linux (ubuntu server) box , run build script.
question : know directory typically used creating home directory subversion checkout , doing build. type of permissions should giving teammembers can come in dir, update source code(svn update) , run build script (ant).
p.s : i'm interested in understand best-practices.
thank you,
sounds need continuous integration server. install hudson on server , use instead.
hudson automatically check out changes subversion , build them when checked in. can make deploy app server after successful build. , can trigger builds manually if want, example release.
you'll find easy started with.
Comments
Post a Comment