From alan.schmitt at polytechnique.org Wed Feb 1 04:36:55 2006 From: alan.schmitt at polytechnique.org (alan.schmitt@polytechnique.org) Date: Wed, 1 Feb 2006 04:36:55 -0500 Subject: [Unison-hackers] [unison-svn] r114 - trunk/src Message-ID: <200602010936.k119atn3019158@canfield.cis.upenn.edu> Author: schmitta Date: 2006-02-01 04:36:53 -0500 (Wed, 01 Feb 2006) New Revision: 114 Modified: trunk/src/stasher.ml Log: the current version was always stashed independently of the backupcurrent predicate From alan.schmitt at polytechnique.org Wed Feb 8 09:34:04 2006 From: alan.schmitt at polytechnique.org (alan.schmitt@polytechnique.org) Date: Wed, 8 Feb 2006 09:34:04 -0500 Subject: [Unison-hackers] [unison-svn] r115 - in trunk/src/uimac: . English.lproj/MainMenu.nib Growl.framework Growl.framework/Versions Growl.framework/Versions/A Growl.framework/Versions/A/Headers Growl.framework/Versions/A/Resources uimac.xcodeproj Message-ID: <200602081434.k18EY4Vk016237@canfield.cis.upenn.edu> Author: schmitta Date: 2006-02-08 09:33:57 -0500 (Wed, 08 Feb 2006) New Revision: 115 Added: trunk/src/uimac/Growl.framework/ trunk/src/uimac/Growl.framework/Growl trunk/src/uimac/Growl.framework/Headers trunk/src/uimac/Growl.framework/Resources trunk/src/uimac/Growl.framework/Versions/ trunk/src/uimac/Growl.framework/Versions/A/ trunk/src/uimac/Growl.framework/Versions/A/Growl trunk/src/uimac/Growl.framework/Versions/A/Headers/ trunk/src/uimac/Growl.framework/Versions/A/Headers/Growl.h trunk/src/uimac/Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h trunk/src/uimac/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h trunk/src/uimac/Growl.framework/Versions/A/Headers/GrowlDefines.h trunk/src/uimac/Growl.framework/Versions/A/Resources/ trunk/src/uimac/Growl.framework/Versions/A/Resources/Info.plist trunk/src/uimac/Growl.framework/Versions/Current trunk/src/uimac/NotificationController.h trunk/src/uimac/NotificationController.m trunk/src/uimac/uimac.xcodeproj/ trunk/src/uimac/uimac.xcodeproj/project.pbxproj Modified: trunk/src/uimac/English.lproj/MainMenu.nib/classes.nib trunk/src/uimac/English.lproj/MainMenu.nib/info.nib trunk/src/uimac/English.lproj/MainMenu.nib/objects.nib trunk/src/uimac/MyController.h trunk/src/uimac/MyController.m Log: growl support for OS X From bcpierce at cis.upenn.edu Wed Feb 8 17:44:09 2006 From: bcpierce at cis.upenn.edu (bcpierce@cis.upenn.edu) Date: Wed, 8 Feb 2006 17:44:09 -0500 Subject: [Unison-hackers] [unison-svn] r116 - trunk/src Message-ID: <200602082244.k18Mi9xB026163@canfield.cis.upenn.edu> Author: bcpierce Date: 2006-02-08 17:44:07 -0500 (Wed, 08 Feb 2006) New Revision: 116 Modified: trunk/src/RECENTNEWS trunk/src/mkProjectInfo.ml trunk/src/stasher.ml Log: * Fixed bug that would cause filenames CONTAINING (as opposed to BEGINNING WITH) a string matching "backupprefix" to be ignored. From dworley at pingtel.com Wed Feb 15 17:10:38 2006 From: dworley at pingtel.com (Dale R. Worley) Date: Wed, 15 Feb 2006 17:10:38 -0500 Subject: [Unison-hackers] "perms = 0" Message-ID: <1140041438.7422.35.camel@cdhcp139.pingtel.com> Was the change ever made so that if you specify "perms = 0", Unison does not attempt to set the permissions on the destination file? (As opposed to the behavior I'm seeing in 2.17.1, where it attempts to set the permissions, presumably to the same value they already have.) Dale From bcpierce at cis.upenn.edu Thu Feb 16 06:30:33 2006 From: bcpierce at cis.upenn.edu (Benjamin Pierce) Date: Thu, 16 Feb 2006 11:30:33 +0000 Subject: [Unison-hackers] "perms = 0" In-Reply-To: <1140041438.7422.35.camel@cdhcp139.pingtel.com> References: <1140041438.7422.35.camel@cdhcp139.pingtel.com> Message-ID: I don't think this change has been made. - Benjamin On Feb 15, 2006, at 10:10 PM, Dale R. Worley wrote: > Was the change ever made so that if you specify "perms = 0", Unison > does > not attempt to set the permissions on the destination file? (As > opposed > to the behavior I'm seeing in 2.17.1, where it attempts to set the > permissions, presumably to the same value they already have.) > > Dale > > > _______________________________________________ > Unison-hackers mailing list > Unison-hackers at lists.seas.upenn.edu > http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers From bcpierce at cis.upenn.edu Tue Feb 21 12:30:55 2006 From: bcpierce at cis.upenn.edu (bcpierce@cis.upenn.edu) Date: Tue, 21 Feb 2006 12:30:55 -0500 Subject: [Unison-hackers] [unison-svn] r117 - trunk/src Message-ID: <200602211730.k1LHUt6f029047@canfield.cis.upenn.edu> Author: bcpierce Date: 2006-02-21 12:30:53 -0500 (Tue, 21 Feb 2006) New Revision: 117 Modified: trunk/src/RECENTNEWS trunk/src/common.ml trunk/src/mkProjectInfo.ml trunk/src/stasher.ml Log: * Converted the assertion failure reported by Eli Barzilay into an exception. * Fixed bug in stasher.ml that would cause backups to fail on Windows when the number of backup versions becomes equal to maxbackups.