The way to deploy from repos in svn

Posted by fatnjazzy on Stack Overflow See other posts from Stack Overflow or by fatnjazzy
Published on 2009-12-22T15:52:27Z Indexed on 2010/06/03 12:04 UTC
Read the original article Hit count: 152

Filed under:
|
|

Hi, we are 5 developers working in an svn environment. every programmer can work on small bugs and commit whenever he wants. after the work has done, i want to give them the way to deploy to the production without considering the other programmers and their deployment. for example: while i am committing, other user is committing too but he did not finish to commit. his revisions 1,3 my revisions 2,4

if i will deploy the HEAD(4), ill also deploy his work. and i will deploy 2 and 4 i will include his files as well.

how can i free every programmer to deploy his files only?

Thanks

© Stack Overflow or respective owner

Related posts about svn

Related posts about version-control