This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34866 - Make ADD command use Is-Modified CVS Request
Summary: Make ADD command use Is-Modified CVS Request
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS library (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-10 14:58 UTC by sseshan
Modified: 2011-11-24 09:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch has a prerequsite on issue 34655 changes being applied. (8.41 KB, patch)
2003-07-10 15:01 UTC, sseshan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sseshan 2003-07-10 14:58:55 UTC
Currently the CVS ADD command uses the modified
request, which necessitates sending all the files
to the server. This is again done at commit time.
This can be improved by using the Is-modified
request whenever it is supported.
Comment 1 sseshan 2003-07-10 15:01:03 UTC
Created attachment 10934 [details]
Patch has a prerequsite on issue 34655 changes being applied.
Comment 2 Jiri Kovalsky 2003-07-10 15:19:41 UTC
Hm, sounds pretty good. Java CVS filesystem will be removed in next
version of the IDE but cvslib library will be used when writing Java
profile for Generic VCS.
Martin want do you think ?
Comment 3 Martin Entlicher 2003-07-21 16:20:02 UTC
Thanks for the patch! I will test it and apply if it will work O.K.
BTW there's probably a typo in the bug number you've provided. Issue
#34655 does not seem to be related.
Comment 4 sseshan 2003-07-22 14:46:51 UTC
Sorry, its a typo. It is Issue# 34665. We made changes to the
ClientServices interface for that issue. The diff is based on those
changes

Comment 5 Martin Entlicher 2003-07-22 15:22:44 UTC
O.K. I was on vacation from July 9, so I didn't have time to integrate
issue #34665. I'll do it hopefully during this week. Then I'll test
and integrate this issue. Thanks.