Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] git and git-upload-pack over and over...

At the moment, there is no way to display more status. What type of
information would be most helpful to you?

(I'll reply to your other email concerning the sync problems.)


John

On Tue, Mar 6, 2012 at 2:57 PM, Brian Watt <bwatt@xxxxxxxxxx> wrote:
Thanks John for the information, background, and writing the bug.

Unfortunately I can't remove the remnants of the build, so there are
binaries
and other gorp that is probably causing most of my headaches. Is there a
mechanism to display more status more often of what file is being synched
so
I can see where I am in the process?

On a side issue, now I've got the project initially synched. Next I went
on the remote system and added a file or two. [It's just what I had to do.]
When I return to the local Eclipse side and issues a Synchronization >
Sync All Now nothing happens. That is, no progress whatsoever shows in the
Progress view. It's as if the local system no longer knows about the remote
one. So I stopped and started Eclipse, but no change. Is there a more
forceful way to say please sync the two on my local Eclipse system?

> The initial sync can take awhile because it downloads all of the remote
files.
> Without more detail, it's hard to say what is causing the delay in your
case.
> (Multiple git commands are necessary due to limits on the length of a
single
> command.)
>
> On the last page of the new project wizard, you can modify the file
filtering
> to exclude large files not needed for development, such as binaries or
other
> non-source files. Unfortunately, these modifications aren't applied
during the
> first sync. I just filed a bug on this:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=373413
>
> This should be fixed by the next release.
>
> In the meantime, I would recommend cleaning the remote directory prior to
> creating a synchronized project so that it is free of build files and
other
> large files that would take a long time to download. After project
creation,
> sync will only transfer file changes, and you can adjust the file
filtering or
> even disable automatic sync'ing. Both of these are available from the
context
> menu.
>
> John Eblen
>
> On Tue, Mar 6, 2012 at 11:51 AM, Brian Watt <bwatt@xxxxxxxxxx> wrote:
>
> So, I'm sitting here for the last 45 minute to an hour waiting for my
large
> project (about 3000 files) to initially synch and I'm watching the Linux
> top command on the remote machine running git, and git-upload-pack over
and
> over again. On my Eclipse Progress view I see Remote Synchronization and
> Receiving objects: 97% (2833/2920) forever. So in general, can someone
tell
> me what it's doing? Just curious, and what sort of tuning we can do to
> boost its performance?
>
> Brian Watt, IBM

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top