Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] sync problem

Hi,

I’m trying to create a synchronized project, but I’m getting the following error (I’ve replaced the actual path with ‘path/to’ but left everything else the same):

!ENTRY org.eclipse.ptp.rdt.sync.ui 4 4 2015-08-07 12:49:41.676
!MESSAGE Error
!STACK 1
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncException: org.eclipse.jgit.errors.NoRemoteRepositoryException: ssh://none/path/to/.ptp-sync: fatal: ‘\/path/to/.ptp-sync'' does not appear to be a git repository

	at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:713)
	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)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: ssh://none/path/to/.ptp-sync: fatal: '\/path/to/.ptp-sync'' does not appear to be a git repository

	at org.eclipse.jgit.transport.TransportGitSsh.cleanNotFound(TransportGitSsh.java:208)
	at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:288)
	at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)
	at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)
	at org.eclipse.ptp.internal.rdt.sync.git.core.JGitRepo.fetch(JGitRepo.java:357)
	at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:704)
	... 4 more

The backend machine is AIX with git 1.7.6.4 installed.

Does anyone know why this is happening?

Thanks,
Greg

Back to the top