Bug 493285 - Sync not work with git superproject
Summary: Sync not work with git superproject
Status: NEW
Alias: None
Product: PTP
Classification: Tools
Component: RDT.sync (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-10 02:41 EDT by Balazs Bányai CLA
Modified: 2016-05-10 02:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Bányai CLA 2016-05-10 02:41:08 EDT
When there is a git superproject, the submodules are not synced.
And at build the following exception is dropped:
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncException: Remote Git commit failed with message: Ignoring path Submodule1/
Ignoring path Submodule2/
....
Ignoring path SubmoduleX/
at org.eclipse.ptp.internal.rdt.sync.git.core.GitRepo.commitRemoteFiles(GitRepo.java:269)
	at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:699)
	at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSync(GitSyncService.java:627)
	at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.synchronize(GitSyncService.java:529)
	at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:79)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


remote git version:
git version 2.8.1

local git:
git version 2.8.1