fatnjazzy
fatnjazzy

Reputation: 6152

Subversion, getting along with messy road-map


I am maintaining a large website with many new features every day.
We don't have a clear road map of development features ( Don't ask y /-: ).
My problem is that every 2 days we need to update the production environment with small features and it is a must thing.

In parallel to that, in the same site we have also a development of large features that its development time can be a week and more.

What is the best way to manage that?
I want to be able to provide small features with large features within the same site, even the same files.

Thanks

Upvotes: 0

Views: 94

Answers (1)

RJFalconer
RJFalconer

Reputation: 11642

Develop the large features in independent branches.

The small changes can (presumably) be performed on the repo as normal, then the development branches merged in upon completion.

Upvotes: 2

Related Questions