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 243749 - SFTP uploading more than it should
Summary: SFTP uploading more than it should
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 01:13 UTC by jdavidbakr
Modified: 2014-04-24 02:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jdavidbakr 2014-04-11 01:13:28 UTC
First I want to say "thank you" for the updates to the C++ side in version 8.0.  I am actually able to use NetBeans for debugging!

I have found that everything runs faster now that I can do SFTP for file transfer. I do think there is a bug, though, in what is uploaded. I will make a single change to a 127k file and re-compile; it takes a significantly long time to pass the "Zipping changed files ... Uploading zip to [host] ... Unzipping changed files" - so I navigated onto the folder it's uploading to on the server and saw that the zip file is 17MB+.  This is not to unbelievable if we're talking about the whole project, but I only made a one-line change to a 127k file.  I am wondering if there is an issue with it recognizing what files have been changed.

Thanks!
Comment 1 jdavidbakr 2014-04-12 18:58:11 UTC
Just as a follow-up, if I build the project twice in a row with no changes, it still is building the entire project. If I go to the console and build it manually, it doesn't actually do anything (because none of the files have been updated).
Comment 2 Vladimir Kvashin 2014-04-14 13:54:29 UTC
Oh, shame upon my head, I forgot to add a couple of lines.
Fixed in
http://hg.netbeans.org/cnd-main/rev/c2569cc2e57a

Thank you for letting me know! 
The fix will get into daily build in a day or two.
Comment 3 Quality Engineering 2014-04-18 02:41:24 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c2569cc2e57a
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #243749 - SFTP uploading more than it should
Comment 4 jdavidbakr 2014-04-19 14:24:54 UTC
I just downloaded the build, so far so good!  Thanks!
Comment 5 Quality Engineering 2014-04-24 02:05:41 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/8122318a8748
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #243749 - SFTP uploading more than it should
(transplanted from c2569cc2e57a0e57a26310fbc51f7ae244be903d)