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 56170 - recursive scp uploads do not work
Summary: recursive scp uploads do not work
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: collabnet (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: support
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-03-10 14:42 UTC by rbalada
Modified: 2009-11-08 02:34 UTC (History)
1 user (show)

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 rbalada 2005-03-10 14:42:51 UTC
I have tried recursive upload of directory structure and it seems to be
intentionally disabled.

scp -rpqv xtest_results upload@cvs.netbeans.org:.
Executing: program /usr/bin/ssh host cvs.netbeans.org, user upload, command scp
-v -r -p -t .
'scp -v -r -p -t .' -- You are not authorized to do that.


Please note that all major tools maintaining content in /download/ space are
based on recursive upload. Disabling this feature is major regression from what
we had before upgrade.

Some metrics:
Using mkdir calls is not an option for NetBeans daily builds as the preliminary
estimation says we should invoke ~2400 times command ´ssh upload@netbeans.org
mkdir xyz_dir´. The number 2400 is before "optimization" to list of "paths to
leaves in tree graph".
Comment 1 Unknown 2005-03-10 21:31:58 UTC
This issue doesn't warrant a P1 because this is not a component failure. 
However, I understand that this is critical issue and I am following up to see 
what changed (or needs to change).
Comment 2 jcatchpoole 2005-03-11 10:30:48 UTC
I don't want to be arguing, but this is a major component failure for us.  scp
is a one-off feature Collab implemented for us, and is critical for our day to
day operations.  Because of the upgrade, this feature no longer works.
Comment 3 Jiri Kovalsky 2005-03-11 15:32:37 UTC
Is there some progress with this issue ? I would like to stress that we have
approximately one week old development build available for download. Community
becomes a bit impatient about it.

Glenn Holmer wrote:
> When do we get the next daily?  The 0306 build is still there.
Comment 4 rnovak 2005-03-11 16:19:01 UTC
Short comment on behalf Autoupdate - 
Module publishing on NB update center is also affected. The publishing system is
using recursive scp to upload NBMs to netbeans.org
Comment 5 Unknown 2005-03-11 19:37:08 UTC
It seems that for some reason this was disallowed. Checking to see if this one-
off overlooked this or there are other issues surrounding this.
Comment 6 Unknown 2005-03-11 20:45:58 UTC
This should be now fixed. Please verify.
Comment 7 rbalada 2005-03-11 21:32:49 UTC
I've verified I am able to upload directory tree recursively.
Comment 8 jcatchpoole 2005-03-15 17:08:17 UTC
Thanks for the quick fix.
Comment 9 Marian Mirilovic 2009-11-08 02:34:22 UTC
We recently moved out from Collabnet's infrastructure