Re: Mobile Me Bookmarks Sync
+1 for this. On Aug 31, 2009, at 1:49 PM, Matthew Velie wrote: It would be great to have functionality like transmit does to have mobile me sync the bookmarks between computers using the mobile me cloud. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versions@googlegroups.com To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/versions?hl=en -~--~~~~--~~--~--~--- smime.p7s Description: S/MIME cryptographic signature
Re: global ignore
Hi digartner, These so-called "global ignore" settings are stored in a special Subversion configuration file that's shared by all Subversion client applications on your computer. You can find it in the hidden .subversion folder that lives in your home directory, the easiest way to access it is by opening a Terminal window and running the command: open .subversion That should open the folder in Finder, you can then edit the "config" file that's in there with your text editor of choice (TextEdit will do). Search for a line that starts with "global-ignores = ", there's a good chance that this line is commented out (which it is by default), in which case Subversion uses its default set of file patterns to ignore, in Subversion 1.5 this default set is: *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store In Subversion 1.6 the default set of global-ignores: *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store (Basically it should be the same as what's behind "global-ignores = " in the commented version of that line) If you remove the #, and change the line by removing the patterns that match with files that you don't want to ignore, and then save the file, Versions should pick up your files as expected (no need to Quit and relaunch the app). Sorry for the hassle and the lack of documentation on this topic. We hope to offer a UI to modify these global ignore settings from within Versions in a future update. All the best, - Dirk the Versions team On Aug 31, 10:29 pm, digartner wrote: > Some files are being suspiciously "ignored" by Versions. > > I've looked at the "ignore" properties for all of the containing > folders, and I don't see anything suspicious. > > When I look at the Inspector Properties for the files, there's a > message that says "To stop ignoring this item, remove it from the > ignore properties of its containing folder or the global ignore > settings." > > I can't find any documentation whatsoever describing where the "global > ignore settings" are listed. Help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versions@googlegroups.com To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/versions?hl=en -~--~~~~--~~--~--~---
Mobile Me Bookmarks Sync
It would be great to have functionality like transmit does to have mobile me sync the bookmarks between computers using the mobile me cloud. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versions@googlegroups.com To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/versions?hl=en -~--~~~~--~~--~--~---
global ignore
Some files are being suspiciously "ignored" by Versions. I've looked at the "ignore" properties for all of the containing folders, and I don't see anything suspicious. When I look at the Inspector Properties for the files, there's a message that says "To stop ignoring this item, remove it from the ignore properties of its containing folder or the global ignore settings." I can't find any documentation whatsoever describing where the "global ignore settings" are listed. Help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versions@googlegroups.com To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/versions?hl=en -~--~~~~--~~--~--~---
Asserting in Snow Leopard
Getting a bunch of this on the console: 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ () to debug. 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ () to debug. 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ () to debug. 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ () to debug. 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). 8/25/09 10:41:52 AM [0x0-0x15b55b4].com.picodev.Versions[52527] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ () to debug. Looks like a subprocess is trying to fork. That's a no-no from a GUI app on OS X (if it touches CF). - Ian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versions@googlegroups.com To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/versions?hl=en -~--~~~~--~~--~--~---