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

1.3.10

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.

9 of 9 messages available
Toggle history

Please log in to manage your subscriptions.

1.3.10 Robin Cook 18 Nov 01:10
  1.3.10 David Neary 18 Nov 10:24
   1.3.10 Robin Cook 07 Dec 16:48
    1.3.10 David Neary 07 Dec 16:56
1.3.10 sven@gimp.org 18 Nov 10:52
questions about the cvs structure jay.yan 18 Nov 14:09
  questions about the cvs structure Christian Rose 18 Nov 14:25
questions about the cvs structure Jay Yan 18 Nov 14:32
  questions about the cvs structure Christian Rose 18 Nov 14:46
Robin Cook
2002-11-18 01:10:40 UTC (over 21 years ago)

1.3.10

I have been trying to see how this gimp works but I am unable to load any images. All the ones I have say "Image resolution out of bounds using default resolution instead." I have tried this with png, gif, jpg, and tif but all have the same results. I am able to open all of these with the current stable gimp without errors.

David Neary
2002-11-18 10:24:57 UTC (over 21 years ago)

1.3.10

Robin Cook wrote:

I have been trying to see how this gimp works but I am unable to load any images. All the ones I have say "Image resolution out of bounds using default resolution instead." I have tried this with png, gif, jpg, and tif but all have the same results. I am able to open all of these with the current stable gimp without errors.

This is swiftly becoming the #1 FAQ for the development series. Short answer: Turn off optimisations. Long answer: http://bugzilla.gnome.org/show_bug.cgi?id=85249

Cheers, Dave.

sven@gimp.org
2002-11-18 10:52:38 UTC (over 21 years ago)

1.3.10

Hi,

Robin Cook writes:

I have been trying to see how this gimp works but I am unable to load any images. All the ones I have say "Image resolution out of bounds using default resolution instead." I have tried this with png, gif, jpg, and tif but all have the same results. I am able to open all of these with the current stable gimp without errors.

you most probably hit a compiler bug, see

http://bugzilla.gnome.org/show_bug.cgi?id=85249

Salut, Sven

jay.yan
2002-11-18 14:09:50 UTC (over 21 years ago)

questions about the cvs structure

http://www.gimp.org/devel_cvs.html tells me that I can get the latest code from cvs server via: cvs -z3 co gimp

and also it says: "There are also several branches in the GIMP cvs tree: the main or HEAD branch is GIMP 1.3 (the development version)".....

Then I tried cvs -z3 co -r gimp-1-3 gimp, of course I failed, it said: "no such tag gimp-1-3"

I got confused.

What will I get if I "cvs -z3 co gimp"? is it GIMP1.3? How can I get "main or HEAD branch"(GIMP 1.3, the development version)?

What is the structure map of the cvs? Thanks a lot!

Regards

Jay

Christian Rose
2002-11-18 14:25:00 UTC (over 21 years ago)

questions about the cvs structure

mån 2002-11-18 klockan 14.09 skrev jay.yan:

http://www.gimp.org/devel_cvs.html tells me that I can get the latest code from cvs server via: cvs -z3 co gimp

and also it says: "There are also several branches in the GIMP cvs tree: the main or HEAD branch is GIMP 1.3 (the development version)".....

Then I tried cvs -z3 co -r gimp-1-3 gimp, of course I failed, it said: "no such tag gimp-1-3"

Yes, that's correct. There's no "gimp-1-3" branch. As the page says, the "HEAD" branch is for GIMP 1.3 development. The HEAD branch is what you get if you just use "cvs -z3 co gimp".

Christian

Jay Yan
2002-11-18 14:32:14 UTC (over 21 years ago)

questions about the cvs structure

Christian Rose wrote:

mån 2002-11-18 klockan 14.09 skrev jay.yan:

http://www.gimp.org/devel_cvs.html tells me that I can get the latest code from cvs server via: cvs -z3 co gimp

and also it says: "There are also several branches in the GIMP cvs tree: the main or HEAD branch is GIMP 1.3 (the development version)".....

Then I tried cvs -z3 co -r gimp-1-3 gimp, of course I failed, it said: "no such tag gimp-1-3"

Yes, that's correct. There's no "gimp-1-3" branch. As the page says, the "HEAD" branch is for GIMP 1.3 development. The HEAD branch is what you get if you just use "cvs -z3 co gimp".

Thanks, Christian.

Are there branchs for gimp-1.3.9, gimp-1.3.10? if there are not, how does gimp release? from head branch?

Regards

Jay

Christian Rose
2002-11-18 14:46:42 UTC (over 21 years ago)

questions about the cvs structure

mån 2002-11-18 klockan 14.32 skrev Jay Yan:

Then I tried cvs -z3 co -r gimp-1-3 gimp, of course I failed, it said: "no such tag gimp-1-3"

Yes, that's correct. There's no "gimp-1-3" branch. As the page says, the "HEAD" branch is for GIMP 1.3 development. The HEAD branch is what you get if you just use "cvs -z3 co gimp".

Thanks, Christian.

Are there branchs for gimp-1.3.9, gimp-1.3.10? if there are not, how does gimp release? from head branch?

I really doubt there are branches for each individual release. There's not much point in that unless there are plans on continuing development on each release even after they are released, which I doubt. Branches are intended for different code paths and major redesigns. However, the individual releases are tagged in cvs, and each one of the releases has a tag.

If the distinction between branches and tags are unclear, I recommend a read in the documentation at http://www.cvshome.org/ or http://cvsbook.red-bean.com/ or any other CVS documentation resource on the net. These things aren't trivial when introduced to the first time, but thankfully there are lots of good documentation resources.

Christian

Robin Cook
2002-12-07 16:48:21 UTC (over 21 years ago)

1.3.10

Just curious, why does gimp 1.2.3 work when compiled with the optimisations but devel gimp doesn't?

Robin Cook

David Neary wrote:

Robin Cook wrote:

I have been trying to see how this gimp works but I am unable to load any images. All the ones I have say "Image resolution out of bounds using default resolution instead." I have tried this with png, gif, jpg, and tif but all have the same results. I am able to open all of these with the current stable gimp without errors.

This is swiftly becoming the #1 FAQ for the development series. Short answer: Turn off optimisations. Long answer: http://bugzilla.gnome.org/show_bug.cgi?id=85249

Cheers, Dave.

David Neary
2002-12-07 16:56:36 UTC (over 21 years ago)

1.3.10

Robin Cook wrote:

Just curious, why does gimp 1.2.3 work when compiled with the optimisations but devel gimp doesn't?

gimp 1.2.3 is a well-tested stable release, and 1.3.10 is a fast-changing, feature-lacking development version. It was a bug :)

Cheers,
Dave.