help with git

ForumsGIMP documentation (read-only) ► help with git

Sent: 2009-04-19 17:17:52 UTC (almost 3 years ago)

From: Marco Ciampa

help with git

I've successfully 'cloned' the gimp-help-2 repo in my brand-new portable.
Now, done the configure/make steps I see as modified with 'git status' all
po/it/* files.

I see this:

$git status
# On branch master
# Changed but not updated:
# (use "git add ..." to update what will be committed)
#
# modified: po/it/appendix.po
# modified: po/it/concepts.po
# modified: po/it/dialogs.po
# modified: po/it/filters.po
# modified: po/it/filters/alpha-to-logo.po
# modified: po/it/filters/animation.po
# modified: po/it/filters/artistic.po
# modified: po/it/filters/blur.po
# modified: po/it/filters/combine.po
# modified: po/it/filters/decor.po
# modified: po/it/filters/distort.po
# modified: po/it/filters/edge-detect.po
# modified: po/it/filters/enhance.po
# modified: po/it/filters/generic.po
# modified: po/it/filters/light_effects.po
# modified: po/it/filters/map.po
# modified: po/it/filters/noise.po
# modified: po/it/filters/render.po
# modified: po/it/filters/web.po
# modified: po/it/gimp.po
# modified: po/it/glossary.po
# modified: po/it/introduction.po
# modified: po/it/menus.po
# modified: po/it/menus/colors.po
# modified: po/it/menus/colors/auto.po
# modified: po/it/menus/colors/components.po
# modified: po/it/menus/colors/info.po
# modified: po/it/menus/colors/map.po
# modified: po/it/menus/edit.po
# modified: po/it/menus/file.po
# modified: po/it/menus/help.po
# modified: po/it/menus/image.po
# modified: po/it/menus/layer.po
# modified: po/it/menus/select.po
# modified: po/it/menus/view.po
# modified: po/it/preface.po
# modified: po/it/toolbox.po
# modified: po/it/tutorial.po
# modified: po/it/using.po
# modified: po/it/using/preferences.po
#
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# .xml2po.mo
# AUTHORS
no changes added to commit (use "git add" and/or "git commit -a")

But I haven't changed anything and I do not want to commit some timestamp
change.

What can I do?

TIA

--

Marco Ciampa

+--------------------+
| Linux User #78271 |
| FSFE fellow #364 |
+--------------------+
_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-19 21:55:59 UTC (almost 3 years ago)

From: julien

help with git

Hi,

I cloned three times, and after running ./autogen.sh, I never had your
problem...

Julien

> I've successfully 'cloned' the gimp-help-2 repo in my brand-new portable.
> Now, done the configure/make steps I see as modified with 'git status' all
> po/it/* files.

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-20 07:30:56 UTC (almost 3 years ago)

From: julien

help with git

Hi,
> I cloned three times, and after running ./autogen.sh, I never had your
> problem...
>

because I have not used 'make pot' up yet. I only pushed copy-pasted
ready files from my svn folder to the Git folder.

I think this problem is due to 'make pot' that updates pot revision
dates in all pot files.

Julien

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-20 12:54:28 UTC (almost 3 years ago)

From: Ulf-D. Ehlert

help with git

julien (Montag, 20. April 2009, 07:31):
> I think this problem is due to 'make pot' that updates pot revision
> dates in all pot files.

We can add a 'touch -r srcfile potfile' to prevent 'make' updating the
po files.

According to the autoconf manual, this may lead to "timestamp truncation
problems" on some "ancient" systems, but I think we should ignore this
until somebody reports a problem.

Ulf

PS: I will (mis)use the doap file as a trainings object for learning
git. :-| @Roman: shouldn't the list of maintainers in the the doap file
be the same as in MAINTAINERS?

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-20 13:20:49 UTC (almost 3 years ago)

From: Roman Joost

help with git

On Mon, Apr 20, 2009 at 12:54:28PM +0200, Ulf-D. Ehlert wrote:
> julien (Montag, 20. April 2009, 07:31):
> > I think this problem is due to 'make pot' that updates pot revision
> > dates in all pot files.
>
> We can add a 'touch -r srcfile potfile' to prevent 'make' updating the
> po files.
>
> According to the autoconf manual, this may lead to "timestamp truncation
> problems" on some "ancient" systems, but I think we should ignore this
> until somebody reports a problem.
>
> Ulf
>
> PS: I will (mis)use the doap file as a trainings object for learning
> git. :-| @Roman: shouldn't the list of maintainers in the the doap file
> be the same as in MAINTAINERS?
I actually thought the the doap file would be now *the* compulsory file
for managing maintainers. Thats why I added more than me to the doap
file as a maintainer.

Appearently that is not the case. If you really need to, update the
MAINTAINERS file. I reckon it'll go away in the future...

Cheers,

--
Roman Joost
www: http://www.romanofski.de
email: roman@bromeco.com

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-21 12:44:10 UTC (almost 3 years ago)

From: Ulf-D. Ehlert

help with git

Marco Ciampa (Sonntag, 19. April 2009, 17:17):
> $git status
> # On branch master
> # Changed but not updated:
> # (use "git add ..." to update what will be committed)
> #
> # modified: po/it/appendix.po
> # modified: po/it/concepts.po
[...]

> But I haven't changed anything and I do not want to commit some
> timestamp change.

Try 'git checkout po/it' (don't know if it works recursively, otherwise
use "find po/it -name '*.po' | xargs git checkout"), this should revert
any changes and touch the po files, so that pot files are newer than
src files and po files are newer than pot files, which should
make 'make' happy again.

Bye,
Ulf

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-21 22:54:12 UTC (almost 3 years ago)

From: Marco Ciampa

help with git

On Tue, Apr 21, 2009 at 12:44:10PM +0200, Ulf-D. Ehlert wrote:
> Marco Ciampa (Sonntag, 19. April 2009, 17:17):
> > $git status
> > # On branch master
> > # Changed but not updated:
> > # (use "git add ..." to update what will be committed)
> > #
> > # modified: po/it/appendix.po
> > # modified: po/it/concepts.po
> [...]
>
> > But I haven't changed anything and I do not want to commit some
> > timestamp change.
>
> Try 'git checkout po/it' (don't know if it works recursively, otherwise
> use "find po/it -name '*.po' | xargs git checkout"), this should revert
> any changes and touch the po files, so that pot files are newer than
> src files and po files are newer than pot files, which should
> make 'make' happy again.
>
> Bye,
> Ulf
Thank you Ulf, I've erased the entire local repository and re-make-d it. Now
'make' work as expected, many thanks again!

bye

--

Marco Ciampa

+--------------------+
| Linux User #78271 |
| FSFE fellow #364 |
+--------------------+
_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-27 13:27:35 UTC (almost 3 years ago)

From: Ulf-D. Ehlert

help with git

Roman Joost (Montag, 20. April 2009, 13:20):
> I actually thought the the doap file would be now *the* compulsory
> file for managing maintainers. Thats why I added more than me to the
> doap file as a maintainer.
>
> Appearently that is not the case.

"DOAP is primarily intended for computer consumption..."

> If you really need to, update the MAINTAINERS file.
> I reckon it'll go away in the future...

Why? It's a useful information at a prominent place, while
nobody will read 'gimp-help-2.doap'.

Ulf

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-27 14:06:19 UTC (almost 3 years ago)

From: Roman Joost

help with git

Hi Ulf,

On Mon, Apr 27, 2009 at 01:27:35PM +0200, Ulf-D. Ehlert wrote:
> Roman Joost (Montag, 20. April 2009, 13:20):
> > I actually thought the the doap file would be now *the* compulsory
> > file for managing maintainers. Thats why I added more than me to the
> > doap file as a maintainer.
> >
> > Appearently that is not the case.
>
> "DOAP is primarily intended for computer consumption..."
My assumption was based on this mail:

http://www.mail-archive.com/gnome-infrastructure@gnome.org/msg00894.html

Now, because that's already a year old, things must have been changed
already ...

> > If you really need to, update the MAINTAINERS file.
> > I reckon it'll go away in the future...
>
> Why? It's a useful information at a prominent place, while
> nobody will read 'gimp-help-2.doap'.
I just saw both files read by the gnome infrastructure, not really by
people.

Cheers,

--
Roman Joost
www: http://www.romanofski.de
email: romanofski@gimp.org

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Sent: 2009-04-29 14:02:00 UTC (almost 3 years ago)

From: Ulf-D. Ehlert

help with git

Roman Joost (Montag, 27. April 2009, 14:06):
> On Mon, Apr 27, 2009 at 01:27:35PM +0200, Ulf-D. Ehlert wrote:
> > "DOAP is primarily intended for computer consumption..."
>
> My assumption was based on this mail:
>
> http://www.mail-archive.com/gnome-infrastructure@gnome.org/msg00894.h
>tml

An interesting idea mentioned in that thread was generating MAINTAINERS
and AUTHORS from the doap file.

Ulf

_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Welcome!


Lost password?

Not a member? Sign up!

Random tutorials | Latest tutorials

  1. Creating the Che Guevara Effect Creating the Che Guevara Effect 8
  2. Creating a bloody splatter texture Creating a bloody splatter texture 36
  3. Vexel Simulation on Photos Vexel Simulation on Photos 9
  4. Extreme colors for your photos Extreme colors for your photos 3

Latest comments

But I just have 1 more prob (bear with me) I am really having troub... (about 24 hours ago in [AVATAR] Become a real Na'Vi using GIMP!)

I got it to work :) I had to close the image and restart it. I thin... (1 day ago in Create cool rifts with translucent lights!)

there was a second and 3rd release of 2.6.12. we included the lates... (1 day ago in Last stable 2.6 release: 2.6.12 has arrived)

Poll

Is GIMP an adequate application for you to create printed graphics like flyers, advertisments etc?

Latest forum activities

Your Ad Here

facts & numbers

gimpusers.com RSS feed

48 identi.ca followers
750 Twitter followers

powered by bitfire it services