I assume your not referring to the svn cleanup utility?

If not, you'd have to manually remove the SVN files since clients serve the 
purpose of managing versioned files. 

Quick terminal command would be:
cd /path/to/directory
find . -type d -name ".svn" -exec rm -fR {} \;

Hope this helps. 

Cue


On 11 Mar 2011, at 12:48, Jorde Vorstenbosch <[email protected]> 
wrote:

> Take it out of subversion control
> 
> -- 
> Jorde Vorstenbosch
> 
> On Friday, 11 March 2011 at 13:47, Alex Zavatone wrote:
> 
>> What do you mean by "clean up"?
>> 
>> On Mar 11, 2011, at 5:37 AM, Glenno wrote:
>> 
>>> I would like to know this too. Anyone?
>>> 
>>> Glen
>>> 
>>> On Feb 24, 4:07 am, Peter <[email protected]> wrote:
>>>> Hi,
>>>> 
>>>> Is there a way to clean up files that were copied using the Finder? Like in
>>>> other version control clients you can "Clean up files" to set them back to
>>>> normal files/folders.
>>>> 
>>>> I know there is the "export" function to copy files from a working copy out
>>>> to the folder so it is clean of version control.
>>>> 
>>>> But I would prefer to copy files using the finder over to a new project.
>>>> Then I want to add the project in to SVB. However, versions fails because
>>>> those files and folders have Versions tracking infomation with them.
>>>> 
>>>> Thanks,
>>>> 
>>>> Peter
>>> 
>>> -- 
>>> 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.
>> 
>> -- 
>> 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.
> 
> -- 
> 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.

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

Reply via email to