I don't think Versions lets you"de-version" a working copy, but you can easily do this with the Terminal:
1. Open Terminal 2. Type "cd " (that's c, then d, then space) 3. Drag the folder you want to de-version (this folder and all subfolders will become de-versioned). 4. Press return. 5. Type (or copy) the following: find . -name .svn -print0 | xargs -0 rm -rf and press return. This can be easily wrapped up in an Automator workflow, or an AppleScript, or my favorite, a TextMate command. If Versions supports Automator plugins then that would be sweet...though I don't think it does (don't have a copy of Versions here at home, so I can't check). After doing this, though, the working copy bookmark in Versions will probably be squirrelly. Probably best to just delete the bookmark. Hope that helps On Sep 7, 1:42 am, Dirk Stoop <[email protected]> wrote: > Hi Max, > > Can you maybe clarify your question a bit? Do you want to make > particular files in a working copy unversioned or do you need an > entire unversioned copy of your working copy? > > Thanks, > - Dirk > > On Sep 7, 8:30 am, maxpax <[email protected]> wrote: > > > > > Just a quick simple question that for some reason I can't find the > > answer to! > > > How do you unversion a working copy in versions?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
