public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: git-1.7.0.4-2, git{k,-gui,-completion,-svn}-1.7.0.4-2
@ 2010-04-05 22:28 Eric Blake (cygwin)
  2010-04-08 20:51 ` Frédéric Bron
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Blake (cygwin) @ 2010-04-05 22:28 UTC (permalink / raw)
  To: cygwin

A new release of git, 1.7.0.4-2, has been uploaded, and will be
available for use when your mirror catches up.  This replaces 1.7.0.4-1
as current, and leaves 1.6.6.1-1 as previous.

NEWS:
=====
This is a patch release, to fix a bug with gitk not starting properly.
See also the package documentation in /usr/share/doc/git/.

When compiled out of the box, the upstream git maintainers cater to
older cygwin releases, and intentionally disable certain features that
have been reported on their mailing list, even though they work with the
latest cygwin.  Therefore, this build turns those features back on.
However, it means that this version does assume that you are not using
FAT or FAT32 to hold your repositories, since they do not store file
permissions very accurately.

There have been several reports of git over ssh causing problems.  The
root cause of this problem is not yet known but are more likely to lie
in the cygwin dll rather than in git; help in debugging the issue would
be appreciated.  In the meantime, if you have difficulty cloning a
repository over the git protocol, try cloning from an http mirror instead.

DESCRIPTION:
============
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used mainly for various open
source projects, most notably the Linux kernel.

Git falls in the category of distributed source code management tools,
similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary
world). Every Git working directory is a full-fledged repository with
full revision tracking capabilities, not dependent on network access or
a central server.

UPDATE:
=======
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system. Save it and run setup, answer the questions and pick up 'git',
'gitk', 'git-gui', 'git-svn', and/or 'git-completion' from the 'Devel'
category.

DOWNLOAD:
=========
Note that downloads from sourceware.org (aka cygwin.com) aren't allowed
due to bandwidth limitations.  This means that you will need to find a
mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

QUESTIONS:
==========
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

-- 
Eric Blake
volunteer cygwin git maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=================================
To unsubscribe to the cygwin-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send email
to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-YOU=YOURDOMAIN.COM@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Updated: git-1.7.0.4-2, git{k,-gui,-completion,-svn}-1.7.0.4-2
  2010-04-05 22:28 [ANNOUNCEMENT] Updated: git-1.7.0.4-2, git{k,-gui,-completion,-svn}-1.7.0.4-2 Eric Blake (cygwin)
@ 2010-04-08 20:51 ` Frédéric Bron
  2010-04-08 20:57   ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 5+ messages in thread
From: Frédéric Bron @ 2010-04-08 20:51 UTC (permalink / raw)
  To: cygwin

> Therefore, this build turns those features back on.
> However, it means that this version does assume that you are not using
> FAT or FAT32 to hold your repositories, since they do not store file
> permissions very accurately.

So I have stopped updating cygwin since the first time this message
appears because I am using git on FAT32 usb hard drives. What should
be the issues I could get?
I am using FAT32 because I have never been able to use ntfs without
permission problems when using the hard disk on another computer. What
else could I do?

Frédéric

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Updated: git-1.7.0.4-2,  git{k,-gui,-completion,-svn}-1.7.0.4-2
  2010-04-08 20:51 ` Frédéric Bron
@ 2010-04-08 20:57   ` Larry Hall (Cygwin)
  2010-04-11 14:38     ` Frédéric Bron
  0 siblings, 1 reply; 5+ messages in thread
From: Larry Hall (Cygwin) @ 2010-04-08 20:57 UTC (permalink / raw)
  To: cygwin

On 4/8/2010 4:50 PM, Frédéric Bron wrote:
>> Therefore, this build turns those features back on.
>> However, it means that this version does assume that you are not using
>> FAT or FAT32 to hold your repositories, since they do not store file
>> permissions very accurately.
>
> So I have stopped updating cygwin since the first time this message
> appears because I am using git on FAT32 usb hard drives. What should
> be the issues I could get?
> I am using FAT32 because I have never been able to use ntfs without
> permission problems when using the hard disk on another computer. What
> else could I do?

Switch to NTFS and set the permissions you need where you need them
to the well-known SID of world/Everyone?  See:

<http://msdn.microsoft.com/en-us/library/aa379649%28VS.85%29.aspx>

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Updated: git-1.7.0.4-2, git{k,-gui,-completion,-svn}-1.7.0.4-2
  2010-04-08 20:57   ` Larry Hall (Cygwin)
@ 2010-04-11 14:38     ` Frédéric Bron
  2010-04-11 20:27       ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 5+ messages in thread
From: Frédéric Bron @ 2010-04-11 14:38 UTC (permalink / raw)
  To: cygwin

> Switch to NTFS and set the permissions you need where you need them
> to the well-known SID of world/Everyone?

I have formatted my disk to ntfs. Then I have removed everybody from
permissions and added only Everyone with total control.
When I create a file in windows on this drive : permissions are just
the same, i.e. Everyone=total control.
However, when I create a file from cygwin (1.7) with
$ touch foo
I get the following permissions:
Domain Users = Read
MySelf = Read/Write
Everybody = Read

So Everybody has not total control and I am sure I will have trouble
on another computer.
What should I do? Should I mount this disk differently? Currently I
use the default via /cygdrive/?

Frédéric

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: [ANNOUNCEMENT] Updated: git-1.7.0.4-2,  git{k,-gui,-completion,-svn}-1.7.0.4-2
  2010-04-11 14:38     ` Frédéric Bron
@ 2010-04-11 20:27       ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Larry Hall (Cygwin) @ 2010-04-11 20:27 UTC (permalink / raw)
  To: cygwin

On 4/11/2010 10:38 AM, Frédéric Bron wrote:
>> Switch to NTFS and set the permissions you need where you need them
>> to the well-known SID of world/Everyone?
>
> I have formatted my disk to ntfs. Then I have removed everybody from
> permissions and added only Everyone with total control.
> When I create a file in windows on this drive : permissions are just
> the same, i.e. Everyone=total control.
> However, when I create a file from cygwin (1.7) with
> $ touch foo
> I get the following permissions:
> Domain Users = Read
> MySelf = Read/Write
> Everybody = Read
>
> So Everybody has not total control and I am sure I will have trouble
> on another computer.
> What should I do? Should I mount this disk differently? Currently I
> use the default via /cygdrive/?

Set umask to 000?

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2010-04-11 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-05 22:28 [ANNOUNCEMENT] Updated: git-1.7.0.4-2, git{k,-gui,-completion,-svn}-1.7.0.4-2 Eric Blake (cygwin)
2010-04-08 20:51 ` Frédéric Bron
2010-04-08 20:57   ` Larry Hall (Cygwin)
2010-04-11 14:38     ` Frédéric Bron
2010-04-11 20:27       ` Larry Hall (Cygwin)

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 read-only IMAP folder(s) and NNTP newsgroup(s).