Hmm, at least with my subversion if I do: % touch foo % chmod 755 foo % svn add foo
"foo" ends up with svn:executable set. Since tools/svnadd is supposed to take care of all these properties, I modified it to delete svn:executable (even if we end up adding it back a few lines later).
On 11/16/13 09:20, Maynard, Chris wrote:
Strange. I used tools/svnadd, so svn:executable property should not have been set on any .c file. Could there be something wrong with that script? If there is, I don't see it. Would it be worth adding an explicit, "svn pd svn:executable $file"? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Saturday, November 16, 2013 3:57 AM To: [email protected] Subject: [Wireshark-commits] rev 53363: / /trunk/epan/dissectors/: packet-finger.c packet-whois.c http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53363 User: darkjames Date: 2013/11/16 08:56 AM Log: Remove svn:executable property from packet-finger.c packet-whois.c Directory: /trunk/epan/dissectors/ Changes Path Action +0 -0 packet-finger.c Modified +0 -0 packet-whois.c Modified CONFIDENTIALITY NOTICE: The information contained in this email message is intended only for use of the intended recipient. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately delete it from your system and notify the sender by replying to this email. Thank you. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
