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 158990

Summary: Rsync: copy additional stuff for makefile projects
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 165633    
Bug Blocks:    

Description Vladimir Kvashin 2009-02-23 14:17:37 UTC
For makefile-based projects, it should be possible to sync some content other than project source roots.
For this case, a special support should be introduced (including the UI to add directories 
to the list of "replicated" ones
Comment 1 Leonid Lenyashin 2009-02-23 19:11:45 UTC
We should simply follow VCS model here. Our goal is very similar to VCS support: they need to copy files to VCS
repository and we to remote host. The reasonable set of files is the same.
Comment 2 Vladimir Kvashin 2010-01-13 10:20:31 UTC
I agree that we should follow VCS here; and so we do.
And apart from that, there is a possibility to explicitely download files to remote machine.