Hi all,Thanks every one for replying to my previous mails and to Smurf for his helpful replies and patch.
The cvs project I am trying to track has 2 branchs. One head and another for releng_1. The upstream cvs tree gets updated on both branchs. I also make modifications to both. When I normally do cvsimport, the releng_1 tree gets updated automatically, but if I have checked out the releng_1 branch in my local git repository when cvsimport happens the files do not get updated. I can fix this by checking out the master branch just before cvsimport and then switching back.
I am attaching a test script to simulate the problem and the fix is commented out. raj
Attachment:
git_branch_init.sh
Description: application/shellscript