RSS/Atom feed Twitter
Site is read-only, email is disabled

CVS - core/gimpdrawable.[ch] missing?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

CVS - core/gimpdrawable.[ch] missing? Ben Campbell 23 Sep 21:45
  CVS - core/gimpdrawable.[ch] missing? Simon Budig 23 Sep 23:03
   CVS - core/gimpdrawable.[ch] missing? Ben Campbell 25 Sep 01:15
    CVS - core/gimpdrawable.[ch] missing? Sven Neumann 25 Sep 13:48
Ben Campbell
2003-09-23 21:45:13 UTC (over 21 years ago)

CVS - core/gimpdrawable.[ch] missing?

Hi there,
Just wanted to post a quick heads-up: I just did a 'get latest' from CVS, and now I can't get gimp to compile. It seems that core/gimpdrawable.c and core/gimpdrawable.h are missing. There is a log comment which mentions a broken pipe during a commit, so it looks like those files just slipped through the cracks. Nothing major, but I thought I should mention it to somebody :-)

Ben.

Simon Budig
2003-09-23 23:03:56 UTC (over 21 years ago)

CVS - core/gimpdrawable.[ch] missing?

Ben Campbell (ben@scumways.com) wrote:

I just did a 'get latest' from CVS, and now I can't get gimp to compile. It seems that core/gimpdrawable.c and core/gimpdrawable.h are missing. There is a log comment which mentions a broken pipe during a commit, so it looks like those files just slipped through the cracks. Nothing major, but I thought I should mention it to somebody :-)

Simply "cvs update" your local tree again. A broken pipe can happen and is nothing to worry about. We can do nothing about that.

If you are using anonymous cvs, consider using anoncvs3.gnome.org, since this apparently is the most stable one. Also hardcoding an anoncvs-server is a good idea, since they might get out of sync and you'll end up with a broken tree.

Hope this helps, Simon

Ben Campbell
2003-09-25 01:15:42 UTC (over 21 years ago)

CVS - core/gimpdrawable.[ch] missing?

On Tuesday 23 September 2003 10:03 pm, Simon Budig wrote:

Simply "cvs update" your local tree again. A broken pipe can happen and is nothing to worry about. We can do nothing about that.

No, I meant that the broken pipe happened during the _commit_, and that core/ gimpdrawable.h and .c are completely missing from the repository.

If you are using anonymous cvs, consider using anoncvs3.gnome.org, since this apparently is the most stable one. Also hardcoding an anoncvs-server is a good idea, since they might get out of sync and you'll end up with a broken tree.

Ahhh... I'm using anonymous cvs via anoncvs.gimp.org. I guess that repository is a mirror.
I'll change over to use anoncvs3.gnome.org instead - thanks for the tip!

Anyway, anoncvs.gimp.org is still missing those files. I don't know how it's all set up, but it's probably worth someone fixing it, as the instructions on gimp.org refer to that repository.

Hope this helps,
Simon

Yep, thanks!

Ben.

Sven Neumann
2003-09-25 13:48:34 UTC (over 21 years ago)

CVS - core/gimpdrawable.[ch] missing?

Hi,

Ben Campbell writes:

On Tuesday 23 September 2003 10:03 pm, Simon Budig wrote:

Simply "cvs update" your local tree again. A broken pipe can happen and is nothing to worry about. We can do nothing about that.

No, I meant that the broken pipe happened during the _commit_, and that core/ gimpdrawable.h and .c are completely missing from the repository.

Definitely not. The problem is solely on one or some of the anoncvs server.

Ahhh... I'm using anonymous cvs via anoncvs.gimp.org. I guess that repository is a mirror. I'll change over to use anoncvs3.gnome.org instead - thanks for the tip!

Anyway, anoncvs.gimp.org is still missing those files. I don't know how it's all set up, but it's probably worth someone fixing it, as the instructions on gimp.org refer to that repository.

anoncvs.gimp.org is anoncvs.gnome.org which is a DNS round robin to a bunch of anoncvs servers. So every time you ask for an IP address for anoncvs.gimp.org, you get a different server. Unfortunately at least one seems to be broken.

Sven