On Wed, Oct 14, 2009 at 1:26 PM, Quinn Taylor <[email protected]> wrote:
> Yes, you should ignore it before commit. Since it is now "versioned" (in > the repository) you must first delete it, then ignore it, then commit. > > Also remember that you can do global ignores for folders and files that you never, in any project, want to commit. On OSX, look in ~/.subversion for a file called config. Edit this file and search for global-ignores. It will be commented out by default, but you can uncomment it and then add a space-separated list of things to always ignore. Mine looks like this: global-ignores = build You may have to restart Versions for it to see the change, but I'm not sure. Joey -- Blog: http://joeygibson.com Twitter: http://twitter.com/joeygibson FriendFeed: http://friendfeed.com/joeygibson Facebook: http://facebooek.com/joeygibson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
