Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Same file in multiple changelists in perforce

Is there any way to have the same file be a part of multiples changelists in perforce? With that I mean that from the set of changed lines in the file one subset will belong to a changelist, while the other subset will belong to a second changelist.

Bonus question: If perforce does not support this, then which Source Control Systems, if any, do?

like image 525
David Reis Avatar asked Jul 02 '09 17:07

David Reis


Video Answer


1 Answers

To answer the bonus question: GIT allows for per-line changelists.

For a comparison between the two view this question: GIT vs. Perforce- Two VCS will enter... one will leave.

like image 54
Dennis Avatar answered Oct 22 '22 04:10

Dennis