Softwares used:
Concurrent Versions System CVSNT 2.5.03 (Scorpio)
MyEclipse Enterprise Workbench Version 5.1.1 GA
Hi,
I have a lock problem with MyEclipse when I modify a source in my trunk sandbox.
CVS takes the lock not only in trunk of CVS repository but also in all branches.
Developers work in the trunk and then we promote the objects to the branches,
the problem is that when developers edit a file in the trunk with MyEclipse,
MyEclipse locks the object in all the branches not just the trunk where he
is editing the file.
Other developers using turtoise do not cause this issue, when they take a lock
in the trunk turtoise does not also lock the object in the branches.
On the command line I typed “cvs edit” to displayed the all options available.
I noticed that there was an option -w for “Lock whole file, not just this branch”
That’s what MyEclipse does when I modify a source.
I searched in MyEclipse configration about this option but without any succes.
What modification should I do in MyEclipse to lock in CVS repository only the
corresponding source of the sandbox (in my case, the trunk) ?
Thanks,