There were issues in older versions of Fossil, but they should have been fixed at this point. It should be a simple as doing "chmod +x filename" and then running a "fossil commit".
The main complication is getting the permissions to be transmitted reliably through a windows checkout. (Why is it always windows that gives trouble?) On Tue, Oct 19, 2010 at 9:55 AM, Joshua Paine <[email protected]>wrote: > The only way I've been able to reliably set the execute bit when it > isn't set already is to: > > $ fossil rm filename > $ fossil commit -m "you put your file in, you take your file out" > $ chmod +x filename > $ fossil add filename > $ fossil commit -m "you put your file in and you shake it all about" > > -- > Joshua Paine > LetterBlock: Web applications built with joy > http://letterblock.com/ > 301-576-1920 > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

