perforce implementation of clearcase like "views"
Posted
by
Pradyot
on Stack Overflow
See other posts from Stack Overflow
or by Pradyot
Published on 2010-11-15T15:07:07Z
Indexed on
2010/12/28
12:54 UTC
Read the original article
Hit count: 143
perforce
I have read through the documentation on perforce and the "branching strategy" advice as well. One thing thats left me baffled, is how a simple concern is does not seem to adequtely adressed. When I am working on a project that touches many parts of our code base , I cannot checkin my code at the end of the day without checking into the trunk. So do I need to branch in this situation? I want to be able to have the ability to have a history of my changes in a long and hard project, so I can go back when I I make a wrong turn..
The problem with branching I see is that I will be creating copies of almost the entire codebase .. Am I missing an obvious solution here? thanks
© Stack Overflow or respective owner