git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Change handling of RelNotes
@ 2007-08-31  1:35 Stephen Cuppett
  2007-08-31  1:39 ` Petr Baudis
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Stephen Cuppett @ 2007-08-31  1:35 UTC (permalink / raw)
  To: git

I went to clone git onto a memory stick today.  The default fs on the
sticks doesn't support symlinks.  After looking a little bit, the only
symlink I can see in the source tree is RelNotes.  It appears when
going to a new release the file gets created in /Documentation and the
symlink updated.

I propose we eliminate this symlink.  There are multiple other things
we can do to eliminate it and make the repository more flexible across
filesystems:

 * Always have current release in /Documentation/RelNotes and keep the
prior versions named the way they are maintained now.  When starting a
new release, rename the file and create it again.
 * Keep the current in RelNotes and leave the archived ones in
/Documentation.  Doing same content move and clear operation when
starting a new release.
 * Keep two copies RelNotes and /Documentation/RelNotes-X.X.X that
essentially have same content and RelNotes has a lot of churn
 * others...?

With this one abnormality the git repo on a normal flash drive doesn't
work... at least in my case.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-08-31 20:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31  1:35 [RFC] Change handling of RelNotes Stephen Cuppett
2007-08-31  1:39 ` Petr Baudis
2007-08-31  6:04   ` Junio C Hamano
2007-08-31  2:21 ` Junio C Hamano
2007-08-31  6:08   ` Marius Storm-Olsen
2007-08-31  6:44 ` Nanako Shiraishi
2007-08-31  7:09   ` Junio C Hamano
2007-08-31  7:22     ` [PATCH] autodetect core.symlinks in git-init Junio C Hamano
2007-08-31  8:00       ` Nanako Shiraishi
2007-08-31  8:23       ` Marius Storm-Olsen
     [not found]     ` <316a20a40708310539w1d20c391w8566a042c7a8679a@mail.gmail.com>
2007-08-31 12:52       ` [RFC] Change handling of RelNotes Stephen Cuppett
2007-08-31 20:25         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).