JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  April 2013

STARDEV April 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: starjava git?

From:

Mark Taylor <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Fri, 26 Apr 2013 13:44:30 +0100

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (239 lines)

thanks.  My rebranding as mbtaylor is done and seemed reasonably painless.

On Fri, 26 Apr 2013, Tim Jenness wrote:

> The repository doesn't know anything about your github user name. Github
> relies on the email address attached to the github account to work out who
> you are in the repository (hence my comment about the mcneves email
> address).
> 
> 
> On Fri, Apr 26, 2013 at 4:51 AM, Mark Taylor <[log in to unmask]>wrote:
> 
> > Tim,
> >
> > looks pretty good, thanks a lot.
> >
> > One minor complication: I was going to change my github user id
> > from MarkTaylor to mbtaylor since I seem to be the only kid in
> > school using CamelCase and I don't want everyone else to laugh
> > at me in the playground.
> >
> > I can see how to do this (Account Settings/Change Username);
> > the warning says:
> >
> >    Changing your username can have unintended side effects.
> >    Really change your username?
> >    Unexpected bad things will happen if you don't read this
> >        We will not set up redirects for your old username.
> >        https://github.com/MarkTaylor will 404.
> >        You will need to update your local repositories to point to the new
> > location.
> >        Renaming may take a few minutes to complete.
> >
> > All of the things it mentions I can cope with, so it looks to me like
> > it will update relevant things elsewhere on github, but I can't tell
> > for sure without doing it.  Do you think my place in starjava history
> > would survive this change, or could relatively easily be reinstated
> > if it doesn't?
> >
> > Clearly this isn't #1 priority, if you think it's likely to cause trouble
> > I can just not do it.  Or I could try it and see what happens;
> > probably it's reversible by just changing it back again.
> >
> > I'll check with Margarida and see if she is github/mcneves.
> >
> > Mark
> >
> > On Thu, 25 Apr 2013, Tim Jenness wrote:
> >
> > > Mark,
> > >
> > > Take a gander at
> > >
> > >  https://github.com/Starlink/starjava
> > >
> > > It might be a couple of patches out of date.
> > >
> > > I've created a "Java developers" team in Starlink and added your account
> > as
> > > a general admin. I wasn't sure if the "mcneves" user is the same mcneves
> > > that has been committing to the starjava repository. I replaced "mcneves"
> > > with the email address that I got from some correspondence with you. If
> > > that is the same person then we need to add them to the Java developers
> > > group and ideally they need to register the email address that I used so
> > > that github picks them up as the same person.
> > >
> > >
> > >
> > > On Wed, Apr 24, 2013 at 1:02 PM, Mark Taylor <[log in to unmask]
> > >wrote:
> > >
> > > > single repository sounds good to me.
> > > >
> > > > I did see the ant question - I was hoping Peter would tackle that one
> > too,
> > > > since he set up the build system, and I'm not sure without looking into
> > > > it what the modified ant does which is not offered by a 'standard' ant.
> > > > Probably it would be possible to make some simplifications to the build
> > > > system, since I suspect there is some complexity in there which is not
> > > > much used, though I'm not sure.  However, it's probably a somewhat
> > > > fiddly job, and I don't think(?) there is a compelling reason to
> > > > synchronise it with repository changes.
> > > >
> > > > On Wed, 24 Apr 2013, Tim Jenness wrote:
> > > >
> > > > > Peter seems to be off air so I'm guessing we'll stick with the single
> > > > > repository model.
> > > > >
> > > > > PS did you see my ant question?
> > > > >
> > > > >
> > > > > On Sun, Apr 21, 2013 at 2:51 PM, Mark Taylor <
> > [log in to unmask]
> > > > >wrote:
> > > > >
> > > > > > Hmm.  The situation is certainly not as extreme as for classic
> > > > starlink,
> > > > > > in that the whole thing is much smaller, and there are considerably
> > > > > > fewer items that people might want to work on independently.
> > > > > > SPLAT, TOPCAT, and STILTS all require pretty large chunks of the
> > > > > > rest of the tree to work, and I can't see many other top-level
> > > > > > components that people are likely to want to work on (pal maybe).
> > > > > >
> > > > > > So I'm a bit resistant to the multi-repository model since it seems
> > > > > > to entail more complexity, though I fully admit that's largely
> > > > > > fear from not understanding how submodules work.
> > > > > >
> > > > > > Since Peter understands both starjava and git, I'd welcome his
> > views.
> > > > > >
> > > > > > Mark
> > > > > >
> > > > > > On Sat, 20 Apr 2013, Tim Jenness wrote:
> > > > > >
> > > > > > > Yes. I would edge towards having separate topcat, splat etc git
> > > > > > > repositories and a top-level repository with submodules. The
> > > > requirement
> > > > > > > for the custom ant is a bit of a pain but it's also the case that
> > > > splat
> > > > > > > depends on many other starjava components to build. It's always
> > > > possible
> > > > > > to
> > > > > > > extract directory trees later on into separate repositories as I
> > did
> > > > for
> > > > > > > PAL in the Starlink tree when people wanted access to PAL without
> > > > getting
> > > > > > > the whole of starlink (although to retain sanity you really have
> > to
> > > > put
> > > > > > the
> > > > > > > new submodule in a different part of the tree otherwise doing
> > > > checkouts
> > > > > > > across the boundary when the code was inside and then outside is
> > > > > > painful).
> > > > > > > I don't know what the market is for people wanting to do forks of
> > > > splat
> > > > > > > without also wanting to take on the rest of starjava.
> > > > > > >
> > > > > > > The main problem with the thin repository + submodules approach
> > is
> > > > > > getting
> > > > > > > the history correct in the top-level repository so that you can
> > > > checkout
> > > > > > a
> > > > > > > complete version from one year ago (say). It may be that a "git
> > > > submodule
> > > > > > > foreach" call is the easiest way to get everything at a
> > particular
> > > > tag.
> > > > > > For
> > > > > > > Mark it's probably simplest to do starjava monolithically.
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Apr 19, 2013 at 12:44 PM, Graham Bell <
> > > > [log in to unmask]
> > > > > > >wrote:
> > > > > > >
> > > > > > > > I had in mind one single repository, in github.  Under
> > Starlink/
> > > > sounds
> > > > > > > >> reasonable.  If anybody else has opinions, by all means speak
> > up.
> > > > > > > >>
> > > > > > > >
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > I once saw a talk online by Linus Torvalds about git where he
> > was
> > > > > > > > recommending not putting everything in a single repository.
> >  The
> > > > reason
> > > > > > > > being, if I remember correctly, that -- unlike CVS and
> > Subversion
> > > > --
> > > > > > git
> > > > > > > > doesn't let you check out a subdirectory of your repository.
> >  So
> > > > the
> > > > > > > > advantage of splitting the repository up would be to allow
> > people
> > > > to
> > > > > > check
> > > > > > > > out individual components.  (And git should run faster on
> > smaller
> > > > > > > > repositories.)
> > > > > > > >
> > > > > > > > For example if someone wanted to contribute to an application
> > via
> > > > > > GitHub
> > > > > > > > they would only need to fork and issue a pull request on that
> > > > part.  It
> > > > > > > > might also help anyone who wanted to package the software --
> > for
> > > > > > example on
> > > > > > > > ArchLinux you can now contribute PKGBUILD files giving a Git
> > URL
> > > > > > (including
> > > > > > > > branch or commit) as the source for a package.  (Although
> > there are
> > > > > > already
> > > > > > > > TOPCAT and STILTS packages and building might be awkward if
> > all the
> > > > > > > > components really need a custom ant.)  There could be a
> > top-level
> > > > > > > > repository which includes the components as submodules -- that
> > > > seems to
> > > > > > > > work fairly well for the main Starlink repository.
> > > > > > > >
> > > > > > > > Best regards,
> > > > > > > > Graham
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Mark Taylor   Astronomical Programmer   Physics, Bristol
> > University, UK
> > > > > > [log in to unmask] +44-117-9288776
> > > > http://www.star.bris.ac.uk/~mbt/
> > > > > >
> > > > >
> > > >
> > > > --
> > > > Mark Taylor   Astronomical Programmer   Physics, Bristol University, UK
> > > > [log in to unmask] +44-117-9288776
> > http://www.star.bris.ac.uk/~mbt/
> > > >
> > >
> >
> > --
> > Mark Taylor   Astronomical Programmer   Physics, Bristol University, UK
> > [log in to unmask] +44-117-9288776  http://www.star.bris.ac.uk/~mbt/
> >
> 

--
Mark Taylor   Astronomical Programmer   Physics, Bristol University, UK
[log in to unmask] +44-117-9288776  http://www.star.bris.ac.uk/~mbt/

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager