[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [platform-vcm-dev] CVS issued
|
See my comments below.
Juan Carlos Estibariz <jcestiba@xxxxxxxxx>
Sent by: platform-vcm-dev-admin@xxxxxxxxxxx
02/25/02 07:23 PM
Please respond to platform-vcm-dev
To: platform-vcm-dev@xxxxxxxxxxx
cc:
Subject: [platform-vcm-dev] CVS issued
Hello,
These are some small issues I've found using Eclipse with our CVS
repository:
- The "Synchronize with repository" option is very slow, seems like it
connects to the server to check the files I changed instead of using
CVS/Entries like the regular cvs does.
JM> It *must* connect to the server. How else can we tell if there are
incoming changes??
- When other developer commits changes to a file I changed it asks me to
confirm every change even if there are no conflicts (and I don't mind
resolving conflicts the cvs way).
JM> In the new 2.0 team codebase there is a way to do the 'cvs way' and
auto-merge the changes.
- Is there a 'flat view'?, I like to see all my changes at once as cvs -n
-q
update or wincvs presents them and be able to commit them all.
JM> There is already a bug report for this, I just can't find it right
now. Feel free to search bugzilla and add yourself to the CC list if you
are interested in keeping up with it.
JM> Thanks for the report.