[Gimp-docs] Gimp-docs Digest, Vol 61, Issue 14
sular at juno.com
sular at juno.com
Mon Jun 22 09:13:11 PDT 2009
Why am I still being sent these
Sent via BlackBerry by AT&T
-----Original Message-----
From: gimp-docs-request at lists.XCF.Berkeley.EDU
Date: Mon, 22 Jun 2009 07:02:58
To: <gimp-docs at lists.XCF.Berkeley.EDU>
Subject: Gimp-docs Digest, Vol 61, Issue 14
Send Gimp-docs mailing list submissions to
gimp-docs at lists.XCF.Berkeley.EDU
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs
or, via email, send a message with subject or body 'help' to
gimp-docs-request at lists.XCF.Berkeley.EDU
You can reach the person managing the list at
gimp-docs-owner at lists.XCF.Berkeley.EDU
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gimp-docs digest..."
Today's Topics:
1. How long to become active? (unable to use git)
(Andrew Douglas Pitonyak)
2. Re: How long to become active? (unable to use git) (Sven Neumann)
3. Re: How long to become active? (unable to use git)
(Andrew Douglas Pitonyak)
4. Re: How long to become active? (unable to use git) (Roman Joost)
5. email address Removal (Greg Walsh)
6. Re: email address Removal (Mike Williams)
----------------------------------------------------------------------
Message: 1
Date: Sun, 21 Jun 2009 16:31:19 -0400
From: Andrew Douglas Pitonyak <andrew at pitonyak.org>
Subject: [Gimp-docs] How long to become active? (unable to use git)
To: gimp-docs at lists.XCF.Berkeley.EDU
Message-ID: <4A3E9897.8020102 at pitonyak.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I am a new member. I used the name Andrew Pitonyak. I failed to use git
to obtain the latest copy of the documentation
$ git clone ssh://AndrewPitonyak@git.gnome.org/git/gimp-help-2
Initialized empty Git repository in
/andrew0/home/andy/Devsrc/Gimp/DocDev/gimp-help-2/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I used ssh -v to check for possible reasons:
$ ssh -v AndrewPitonyak at git.gnome.org
OpenSSH_5.1p1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /andrew0/home/andy/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to git.gnome.org [209.132.176.202] port 22.
debug1: Connection established.
debug1: identity file /andrew0/home/andy/.ssh/identity type -1
debug1: identity file /andrew0/home/andy/.ssh/id_rsa type 1
debug1: identity file /andrew0/home/andy/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'git.gnome.org' is known and matches the RSA host key.
debug1: Found key in /andrew0/home/andy/.ssh/known_hosts:3
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /andrew0/home/andy/.ssh/id_dsa
debug1: Authentications that can continue: publickey
debug1: Offering public key: /andrew0/home/andy/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /andrew0/home/andy/.ssh/identity
debug1: No more authentication methods to try.
Permission denied (publickey).
Must I do something specific so that my newly created username
AndrewPitonyak (user name for live.gnome.org) will work with my newly
created id_dsa or id_rsa. Note that I did set the permissions to 600 for
the files and 700 for ~/.ssh itself.
I have not done anything with github, if that is required.
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info: http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html
------------------------------
Message: 2
Date: Mon, 22 Jun 2009 00:33:28 +0200
From: Sven Neumann <sven at gimp.org>
Subject: Re: [Gimp-docs] How long to become active? (unable to use
git)
To: Andrew Douglas Pitonyak <andrew at pitonyak.org>
Cc: gimp-docs at lists.XCF.Berkeley.EDU
Message-ID: <1245623608.25348.15.camel at bender>
Content-Type: text/plain
Hi,
On Sun, 2009-06-21 at 16:31 -0400, Andrew Douglas Pitonyak wrote:
> $ git clone ssh://AndrewPitonyak@git.gnome.org/git/gimp-help-2
> Initialized empty Git repository in
> /andrew0/home/andy/Devsrc/Gimp/DocDev/gimp-help-2/.git/
> Permission denied (publickey).
Do you have an account for git.gnome.org account at all?
Note that you can create a clone without having an account. Just clone
from git://git.gnome.org/gimp-help-2 You only need to use the ssh URL
if you intend to push your changes to the master repository.
> Must I do something specific so that my newly created username
> AndrewPitonyak (user name for live.gnome.org) will work with my newly
> created id_dsa or id_rsa. Note that I did set the permissions to 600 for
> the files and 700 for ~/.ssh itself.
Your account for the GNOME Wiki has nothing to do with having commit
access to the GNOME git repository. The latter is reserved for people
who have already submitted a reasonable number of patches and needs
approval from module maintainers.
Sven
------------------------------
Message: 3
Date: Sun, 21 Jun 2009 19:52:20 -0400
From: Andrew Douglas Pitonyak <andrew at pitonyak.org>
Subject: Re: [Gimp-docs] How long to become active? (unable to use
git)
To: Sven Neumann <sven at gimp.org>
Cc: gimp-docs at lists.XCF.Berkeley.EDU
Message-ID: <4A3EC7B4.7060706 at pitonyak.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Sven Neumann wrote:
> Hi,
>
> On Sun, 2009-06-21 at 16:31 -0400, Andrew Douglas Pitonyak wrote:
>
>
>> $ git clone ssh://AndrewPitonyak@git.gnome.org/git/gimp-help-2
>> Initialized empty Git repository in
>> /andrew0/home/andy/Devsrc/Gimp/DocDev/gimp-help-2/.git/
>> Permission denied (publickey).
>>
>
> Do you have an account for git.gnome.org account at all?
>
I created an account with "live.gnome.org". I suppose that I was under
the mistaken impression that they were related.
> Note that you can create a clone without having an account. Just clone
> from git://git.gnome.org/gimp-help-2 You only need to use the ssh URL
> if you intend to push your changes to the master repository.
>
The only reason that I cared was because I spent a few hours reading
through GIMP documentation. I submitted changes directly to Roman Joost.
Roman indicated that he would integrate my changes but that he was busy
so that it would likely take weeks. I told him that I would attempt to
integrate the changes myself. I also indicated that unless someone was
familiar with my work that I expected that my proposed changes would be
vetted. With the process in place here, it is not clear to me how that
is done, but with GIT I believe that it is possible (and that it would
be very difficult with SVN). Note that apart from my initial exchange
with Roman, I have not had further communications, so I am NOT saying
that Roman indicated that this would be possible. I was merely
attempting to take the work off of him to integrate the changes that I
had submitted.
All of my past experience has either been directly with publishers and
editors (for published materials) and with the OpenOffice.org project,
which uses an entirely different process.
>> Must I do something specific so that my newly created username
>> AndrewPitonyak (user name for live.gnome.org) will work with my newly
>> created id_dsa or id_rsa. Note that I did set the permissions to 600 for
>> the files and 700 for ~/.ssh itself.
>>
>
> Your account for the GNOME Wiki has nothing to do with having commit
> access to the GNOME git repository. The latter is reserved for people
> who have already submitted a reasonable number of patches and needs
> approval from module maintainers
I see. OK, I think that I understand that what I was attempting to do is
not possible. I will send a message to Roman and mention that he should
take care of integrating the changes that I submitted.
My initial submission was as follows:
(1) A PDF document illustrating the initial documentation (complete with
links to the original)
(2) A description of why I disliked the original
(3) What I thought that it should say.
(4) Comments on why I prefer the new text (including links into the
documentation if I am commenting on consistency with other sections of
the documentation.
Needless to say, this form of submission is very time consuming to
produce and time consuming to integrate. In the time that I created this
document for a few pages, I could have done many more. Unfortunately,
the current documentation does not appear to lend itself to a "lets
track changes and insert comments" mode of collaborative editing that I
have used on the other projects in which I have participated. In this
mode, the document "approver" is able to very quickly what changes have
been made along with comments. It is then easy to accept and/or reject
very low level changes in the documentation. On the other hand, I am
also well aware of the inherent difficulties with the product to then
generate multiple output types as is easily done with the form used by GIMP.
I assume, then, that I have no need for access if this is the expected
form of submission from me for now.
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info: http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html
------------------------------
Message: 4
Date: Mon, 22 Jun 2009 16:57:19 +1000
From: Roman Joost <romanofski at gimp.org>
Subject: Re: [Gimp-docs] How long to become active? (unable to use
git)
To: Andrew Douglas Pitonyak <andrew at pitonyak.org>, GIMP Docs
<gimp-docs at lists.xcf.berkeley.edu>
Message-ID: <20090622065719.GA16422 at bromeco.de>
Content-Type: text/plain; charset="utf-8"
Hi Andrew,
On Sun, Jun 21, 2009 at 07:52:20PM -0400, Andrew Douglas Pitonyak wrote:
> I created an account with "live.gnome.org". I suppose that I was under
> the mistaken impression that they were related.
>
> > Note that you can create a clone without having an account. Just clone
> > from git://git.gnome.org/gimp-help-2 You only need to use the ssh URL
> > if you intend to push your changes to the master repository.
> >
>
> The only reason that I cared was because I spent a few hours reading
> through GIMP documentation. I submitted changes directly to Roman
> Joost. Roman indicated that he would integrate my changes but that he
> was busy so that it would likely take weeks. I told him that I would
> attempt to integrate the changes myself. I also indicated that unless
> someone was familiar with my work that I expected that my proposed
> changes would be vetted. With the process in place here, it is not
> clear to me how that is done, but with GIT I believe that it is
> possible (and that it would be very difficult with SVN). Note that
> apart from my initial exchange with Roman, I have not had further
> communications, so I am NOT saying that Roman indicated that this
> would be possible. I was merely attempting to take the work off of him
> to integrate the changes that I had submitted.
You could follow the following pages and try to setup yourself a sandbox
to play with. As Sven already indicated, you create yourself a clone of
manual on which everyone is working on:
git clone git://git.gnome.org/gimp-help-2
The relevant and helpful sites you want to look at:
http://docs.gimp.org/help.html
http://live.gnome.org/Git
> All of my past experience has either been directly with publishers and
> editors (for published materials) and with the OpenOffice.org project,
> which uses an entirely different process.
This is more developer centric.
> >> Must I do something specific so that my newly created username
> >> AndrewPitonyak (user name for live.gnome.org) will work with my newly
> >> created id_dsa or id_rsa. Note that I did set the permissions to 600 for
> >> the files and 700 for ~/.ssh itself.
> >>
> >
> > Your account for the GNOME Wiki has nothing to do with having commit
> > access to the GNOME git repository. The latter is reserved for people
> > who have already submitted a reasonable number of patches and needs
> > approval from module maintainers
> I see. OK, I think that I understand that what I was attempting to do is
> not possible. I will send a message to Roman and mention that he should
> take care of integrating the changes that I submitted.
As an 'anonymous' contributor you can work on your created copy with
git. You can make commits to your local repository and you can send in
your changes to one of the authors or me (git format-patch creates a set
of patches which can be easily applied and verified).
> Needless to say, this form of submission is very time consuming to
> produce and time consuming to integrate. In the time that I created this
> document for a few pages, I could have done many more. Unfortunately,
> the current documentation does not appear to lend itself to a "lets
> track changes and insert comments" mode of collaborative editing that I
> have used on the other projects in which I have participated.
That is provided by git, which as I've mentioned above is more developer
centric. You probably need a bit of time to understand and use it.
Good luck :)
--
Roman Joost
www: http://www.romanofski.de
email: romanofski at gimp.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : /lists/gimp-docs/attachments/20090622/ffa8b077/attachment-0001.bin
------------------------------
Message: 5
Date: Mon, 22 Jun 2009 05:58:54 -0700
From: Greg Walsh <piperthor at gmail.com>
Subject: [Gimp-docs] email address Removal
To: Gimp-docs at lists.XCF.Berkeley.EDU
Message-ID:
<81c27a0c0906220558t29e6a68bi5a8c120de01083ca at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Please remove me from this list
Thank you;
Greg Walsh
piperthor at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-docs/attachments/20090622/89707ac6/attachment-0001.html
------------------------------
Message: 6
Date: Mon, 22 Jun 2009 10:02:55 -0400
From: Mike Williams <drummike at gmail.com>
Subject: Re: [Gimp-docs] email address Removal
To: Gimp-docs at lists.xcf.berkeley.edu
Message-ID:
<bc95ab8d0906220702o6224c805l60592f432bb6bca4 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
On Mon, Jun 22, 2009 at 8:58 AM, Greg Walsh <piperthor at gmail.com> wrote:
> Please remove me from this list
>
> Thank you;
> Greg Walsh
> piperthor at gmail.com
>
You have to remove yourself. Follow the link at the bottom of a list
message, it will take you to a site where you can remove your address from
the list.
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-docs/attachments/20090622/be748bd3/attachment.html
------------------------------
_______________________________________________
Gimp-docs mailing list
Gimp-docs at lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs
End of Gimp-docs Digest, Vol 61, Issue 14
*****************************************
More information about the Gimp-docs
mailing list