Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68673 > unrolled thread

Re: Question about Source Control

Started by"Frank Millman" <frank@chagford.com>
First post2014-03-21 07:40 +0200
Last post2014-03-21 07:40 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Question about Source Control "Frank Millman" <frank@chagford.com> - 2014-03-21 07:40 +0200

#68673 — Re: Question about Source Control

From"Frank Millman" <frank@chagford.com>
Date2014-03-21 07:40 +0200
SubjectRe: Question about Source Control
Message-ID<mailman.8345.1395380456.18130.python-list@python.org>
"Cameron Simpson" <cs@zip.com.au> wrote in message 
news:20140321013313.GA58343@cskk.homeip.net...
>
> Someone intending to clone the project and develop will probably
> want the whole repository; as Gregory says - they can then easily
> push/pull with others.
>
> For Frank, the size of the repo is not the size of the bare code *
> number of changesets. There are many diff-level steps in there,
> making for a much smaller size. And code is small; really really
> small.
>

Ok, I think I've got it.

To make the software available to anyone who just wants to run a stable 
version, copy the working directory of the 'major release' repository to a 
directory of its own, without the .hg stuff, and make it available for 
download.

For everyone else, just make the full repository available, and don't worry 
about the size.

'Everyone else' would include those wishing to collaborate on the project, 
and those who just wish to keep up to date with the latest updates.

Actually my concern was not the 'size' of the full repository, but the 
prospect of wading through thousands of changesets most of which are ancient 
history. However, I assume that the experienced user will adopt habits such 
as 'hg log tip:-10' to review the last 10 changesets, so it should not be a 
problem.

Thanks, all

Frank


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web