Re: Unversion

2009-09-07 Thread Quinn Taylor
This is what the 'svn export' command is for. If given a working copy  
path, and the revision is omitted, it exports the working version of  
all resources. Plus, you can do it from within Versions.


 - Quinn

On Sep 7, 2009, at 11:40 AM, maxpax wrote:



Hi Guys,

Thanks for the replies :)

Dirk - I did want to unversion an entire working copy.

trishkepple - Thanks for that, works fine :)
--~--~-~--~~~---~--~~
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: Unversion

2009-09-07 Thread maxpax

Hi Guys,

Thanks for the replies :)

Dirk - I did want to unversion an entire working copy.

trishkepple - Thanks for that, works fine :)
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Unversion

2009-09-07 Thread trishkepple

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  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  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 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
-~--~~~~--~~--~--~---



Re: Unversion

2009-09-07 Thread Dirk Stoop

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  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 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
-~--~~~~--~~--~--~---



Unversion

2009-09-07 Thread maxpax

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 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
-~--~~~~--~~--~--~---