The way to deploy from repos in svn
- by fatnjazzy
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