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

'svn commit' failed

This discussion is connected to the gimp-docs-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.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

'svn commit' failed julien 17 Apr 15:24
  'svn commit' failed Alexandre Prokoudine 17 Apr 15:37
   'svn commit' failed Ulf-D. Ehlert 17 Apr 20:28
    'svn commit' failed julien 18 Apr 14:51
     'svn commit' failed Nickolay V. Shmyrev 19 Apr 00:37
      'svn commit' failed julien 19 Apr 08:57
       'svn commit' failed Nickolay V. Shmyrev 19 Apr 11:08
julien
2009-04-17 15:24:18 UTC (over 15 years ago)

'svn commit' failed

Hi,

For the first time, my 'svn commit' failed with the following error message: (translated from fr)

svn: Preparing committing '/home//SVN-commit/trunk/po/fr/toolbox.po' svn: Can't open file '/svn/gimp-help-2/db/txn-current-lock': Permission denied

msgfmt -c --stat toolbox.po gives no error.

What does that mean?

Julien

Alexandre Prokoudine
2009-04-17 15:37:56 UTC (over 15 years ago)

'svn commit' failed

On Fri, Apr 17, 2009 at 5:25 PM, julien wrote:

Hi,

For the first time, my 'svn commit' failed with the following error message: (translated from fr)

svn: Preparing committing '/home//SVN-commit/trunk/po/fr/toolbox.po' svn: Can't open file '/svn/gimp-help-2/db/txn-current-lock': Permission denied

msgfmt -c --stat toolbox.po gives no error.

What does that mean?

GNOME is moving from SVN to git.

Alexandre

Ulf-D. Ehlert
2009-04-17 20:28:47 UTC (over 15 years ago)

'svn commit' failed

Alexandre Prokoudine (Freitag, 17. April 2009, 15:37):

On Fri, Apr 17, 2009 at 5:25 PM, julien wrote:

For the first time, my 'svn commit' failed with the following error message: (translated from fr)

[...]

GNOME is moving from SVN to git.

See
http://mail.gnome.org/archives/devel-announce-list/2009-April/msg00006.html http://mail.gnome.org/archives/devel-announce-list/2009-April/msg00007.html and you may also want to read
http://live.gnome.org/GitMigration/Translators and e.g.
http://git-scm.com/course/svn.html
http://www.kernel.org/pub/software/scm/git/docs/everyday.html http://www.spheredev.org/wiki/Git_for_the_lazy (found at http://git-scm.com/documentation) or just try man gittutorial (and try "locate gittutorial.html").

Bye, Ulf

julien
2009-04-18 14:51:12 UTC (over 15 years ago)

'svn commit' failed

Thank you for your answers.

My 'git status' is OK. But I have a lot of changed files to commit and the tutorials only tell "$git add file1 file2 file3". Is there any more easy way to add a lot of files to the index?

Julien

Nickolay V. Shmyrev
2009-04-19 00:37:26 UTC (over 15 years ago)

'svn commit' failed

? ???, 18/04/2009 ? 14:52 +0200, julien ?????:

Thank you for your answers.

My 'git status' is OK. But I have a lot of changed files to commit and the tutorials only tell "$git add file1 file2 file3". Is there any more easy way to add a lot of files to the index?

just git add will add all modified files, actually you can bypass this stage and do "git commit -a"

julien
2009-04-19 08:57:48 UTC (over 15 years ago)

'svn commit' failed

Thank you,

The right command is actually "git add ." with a point.

I performed my first, simplified, push :-). Now I will see the result ;-(

A question: In "How to use Git for GNOME translators" (edited 2009-04-17), I read "While git.gnome.org is in testing, you can try out pushing your changes...When the final migration takes place, these testing changes will be erased".
Do I can go on usefully pushing?
Will we be informed on the gimp-docs list when final migration is done?

Julien

My 'git status' is OK.
But I have a lot of changed files to commit and the tutorials only tell "$git add file1 file2 file3". Is there any more easy way to add a lot of files to the index?

just git add will add all modified files, actually you can bypass this stage and do "git commit -a"

Nickolay V. Shmyrev
2009-04-19 11:08:31 UTC (over 15 years ago)

'svn commit' failed

? ???, 19/04/2009 ? 08:58 +0200, julien ?????:

Thank you,

The right command is actually "git add ." with a point.

I performed my first, simplified, push :-). Now I will see the result ;-(

A question: In "How to use Git for GNOME translators" (edited 2009-04-17), I read "While git.gnome.org is in testing, you can try out pushing your changes...When the final migration takes place, these testing changes will be erased".
Do I can go on usefully pushing?
Will we be informed on the gimp-docs list when final migration is done?

It's done already, we need to add doap file with the project description btw.

http://mail.gnome.org/archives/desktop-devel-list/2009-April/msg00167.html