On Nov 19, 6:45 am, stonehippo <[EMAIL PROTECTED]> wrote: > On Nov 18, 11:40 pm, Zengy <[EMAIL PROTECTED]> wrote: > > > When I do try to unlock a file that is locked, I get a "Preparing to > > unlock 'xyz'" message and it hangs there indefinitely. Any thoughts? > > Try Action -> Cleanup Working Copy Locks on "working copy name".
That should clear it up, Subversion alas has a couple of different kinds of locks, see this page for a more detailed explanation: http://svnbook.red-bean.com/en/1.2/svn.advanced.locking.html (this is from an old revision of the svn book, the corresponding pages in the latest edition no longer clearly mention the different kinds of locks you can run into) For a more concise explanation: open "Versions Help" from the help menu in-app and see the section "Being busy" under "About Subversion - > Key concepts -> Multiple clients" (also online over here: http://www.versionsapp.com/viewdocpage/about_svn_kc_multiclient.html) Basically all you'll need to remember is to hit the "Cleanup Working Copy Locks" action menu item when you see those little clock icons in the browser, or run 'svn cleanup' from the command-line. - Dirk the Versions team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
