Assume the following.
I have two files A.cpp and B.cpp in trunk. In revision 50, I create an experimental branch called X. Therefore, in revision 50, both trunks and branch X are the same.
I continue to work with the torso and add C.cpp and D.cpp. Then I understand that there is an error in A.cpp and I am fixing the error.
Now my question is: how to send the updated A.cpp to the X branch without sending other files (B.cpp C.cpp D.cpp)?
Sunny source share