This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin's svn appends unwanted .exe to file name on checkout


On Oct 25, 2010, at 12:20 PM, Carl Norum wrote:
> I am having the problem described in this past mailing list discussion:
> 
>  http://cygwin.com/ml/cygwin/2010-02/msg00704.html
> 
> Is there any fix or workaround for it that I should know about?  It's wreaking havoc on my automated build machine.  The workaround mentioned (changing the default ACLs) does seem to work, but it will take some time before I can get changes to support that workaround onto the production build server here.

I had to modify the workaround a bit for the production machines:

  setfacl -m d:g:Users:--- .
  setfacl -m d:u:Administrators:--- .

And then checking out into '.' appears to work.  Is there a way I can file a bug or track this issue to know when it is fixed?

-- Carl


--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]