ImageJ 1.x Git repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

ImageJ 1.x Git repository

dscho
Dear Wayne,

unfortunately, the machine that was fiji.sc is down, and I will not be
able to set up all of its services on the new machine anytime soon (there
were a ton of things, such as the Fiji Wiki, a lot of Git repositories,
Fiji's Help>Upload Sample Image, the IRC bot, quick search of source
files, etc).

As we also hosted your own Git repository, may I ask you to re-set your
'origin' remote to point to [hidden email]:fiji/imagej1 instead? It should
be as easy as simply replacing the url in the [remote "origin"] section of
your .git/config file.

Sorry for the hassle!
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

Gabriel Landini
On Monday 25 Mar 2013 15:56:26 you wrote:
> As we also hosted your own Git repository, may I ask you to re-set your
> 'origin' remote to point to [hidden email]:fiji/imagej1 instead? It should
> be as easy as simply replacing the url in the [remote "origin"] section of
> your .git/config file.

Unfortunately this is not as simple as that... the url I had to pull the
sources is
url = git://pacific.mpi-cbg.de/imagej.git.

and changing as you suggest to:

url = [hidden email]:fiji/imagej1

connects and asked whether I should add github.com to the list of known hosts
(and I did). It then gives the following error here:
--------------------------
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
--------------------------

Any ideas?

Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

ctrueden
Hi Gabriel,

> url = [hidden email]:fiji/imagej1

For read-only access, try:
url = git://github.com/fiji/imagej1

(The "[hidden email]" implies SSH with read-write access.)

Regards,
Curtis


On Mon, Mar 25, 2013 at 11:56 AM, Gabriel Landini <[hidden email]>wrote:

> On Monday 25 Mar 2013 15:56:26 you wrote:
> > As we also hosted your own Git repository, may I ask you to re-set your
> > 'origin' remote to point to [hidden email]:fiji/imagej1 instead? It
> should
> > be as easy as simply replacing the url in the [remote "origin"] section
> of
> > your .git/config file.
>
> Unfortunately this is not as simple as that... the url I had to pull the
> sources is
> url = git://pacific.mpi-cbg.de/imagej.git.
>
> and changing as you suggest to:
>
> url = [hidden email]:fiji/imagej1
>
> connects and asked whether I should add github.com to the list of known
> hosts
> (and I did). It then gives the following error here:
> --------------------------
> Permission denied (publickey).
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> --------------------------
>
> Any ideas?
>
> Cheers
>
> Gabriel
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

Michael Doube-4
In reply to this post by Gabriel Landini
Hi Gabriel,

To just pull (read-only) use git://github.com/fiji/imagej1.git

I just did exactly what you did...

Michael
----------------------------

Unfortunately this is not as simple as that... the url I had to pull the
sources is
url = git://pacific.mpi-cbg.de/imagej.git.

and changing as you suggest to:

url = [hidden email]:fiji/imagej1

connects and asked whether I should add github.com to the list of known hosts
(and I did). It then gives the following error here:
--------------------------
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
--------------------------

Any ideas?

Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
[http://www.rvc.ac.uk/cf_images/button_rvc.png]<http://www.rvc.ac.uk>    [http://www.rvc.ac.uk/cf_images/button_twitter.png] <http://twitter.com/RoyalVetCollege>     [http://www.rvc.ac.uk/cf_images/button_facebook.png] <http://www.facebook.com/theRVC>

This message, together with any attachments, is intended for the stated addressee(s) only and may contain privileged or confidential information. Any views or opinions presented are solely those of the author and do not necessarily represent those of the Royal Veterinary College (RVC). If you are not the intended recipient, please notify the sender and be advised that you have received this message in error and that any use, dissemination, forwarding, printing, or copying is strictly prohibited. Unless stated expressly in this email, this email does not create, form part of, or vary any contractual or unilateral obligation. Email communication cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, amended, lost, destroyed, incomplete or contain viruses. Therefore, we do not accept liability for any such matters or their consequences. Communication with us by email will be taken as acceptance of the risks inherent in doing so.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

Gabriel Landini
On Monday 25 Mar 2013 17:11:21 you wrote:
> To just pull (read-only) use git://github.com/fiji/imagej1.git
> I just did exactly what you did...

Ah, yes, thanks that works fine.
Thanks  Michael.

G.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

dscho
In reply to this post by Gabriel Landini
Hi Gabriel,

On Mon, 25 Mar 2013, Gabriel Landini wrote:

> On Monday 25 Mar 2013 15:56:26 you wrote:
> > As we also hosted your own Git repository, may I ask you to re-set
> > your 'origin' remote to point to [hidden email]:fiji/imagej1 instead?
> > It should be as easy as simply replacing the url in the [remote
> > "origin"] section of your .git/config file.
>
> Unfortunately this is not as simple as that... the url I had to pull the
> sources is
> url = git://pacific.mpi-cbg.de/imagej.git.

Ah, naughty boy. pacific.mpi-cbg.de was not supposed to be used since
spring 2010!

;-)

> and changing as you suggest to:
>
> url = [hidden email]:fiji/imagej1
>
> connects and asked whether I should add github.com to the list of known
> hosts (and I did).

This was only intended for Wayne who has permissions to write to that
repository. For lurkers, the (read-only) URL is:

        git://github.com/fiji/imagej1

Ciao,
Dscho

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

Josh Doe
On Mon, Mar 25, 2013 at 1:49 PM, Johannes Schindelin <
[hidden email]> wrote:

> For lurkers, the (read-only) URL is:
>
>         git://github.com/fiji/imagej1


A bit OT: I didn't realize code was hosted/mirrored on GitHub; glad to see
it there. Any reason the commit messages have a date and version number
(e.g., "2013.03.21 (1.47n11)") instead of an actual description of the
changes made? I'm just asking because I've never seen this before in other
repositories, and wondering if it is an artifact of moving the repository
to GitHub or something else.

-Josh

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.x Git repository

ctrueden
Hi Josh,

> Any reason the commit messages have a date and version number (e.g.,
> "2013.03.21 (1.47n11)") instead of an actual description of the
> changes made?

That fact is unrelated to GitHub, but rather due to Wayne Rasband's
development style. I believe he does not make individual, granular commits,
but rather does a commit corresponding to each daily build.

Regards,
Curtis


On Mon, Mar 25, 2013 at 3:24 PM, Josh Doe <[hidden email]> wrote:

> On Mon, Mar 25, 2013 at 1:49 PM, Johannes Schindelin <
> [hidden email]> wrote:
>
> > For lurkers, the (read-only) URL is:
> >
> >         git://github.com/fiji/imagej1
>
>
> A bit OT: I didn't realize code was hosted/mirrored on GitHub; glad to see
> it there. Any reason the commit messages have a date and version number
> (e.g., "2013.03.21 (1.47n11)") instead of an actual description of the
> changes made? I'm just asking because I've never seen this before in other
> repositories, and wondering if it is an artifact of moving the repository
> to GitHub or something else.
>
> -Josh
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html