
What is Cygwin?
Cygwin is:
What is it not?
Cygwin is not:
For some reason, Cygwin sets my user up with the group "None". Run a Cygwin Bash Shell (or click on the Cygwin desktop icon), and cd to /etc. In the /etc/group file, find the id for the Users group (in the below screenshot, it is shown as 545). Then edit (e.g. using vi), the /etc/passwd file and change the groupid for your user entry to the Users group id (in the below screenshot, in the line beginning with "Tony:", I would change the 513 to 545).

I got this after installing cygwin when I tried to run subversion (svn). The fix (found here) is as follows:
cmd or on vista : start -> type cmd in the start search window)
c:\cygwin\bin.
ash
/usr/bin/rebaseall
I'm not sure if the reboot is needed; but, this is Windows we're talking about so just go ahead and reboot.