[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: How to clean the working dir from .svn folders ?

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 25 Jul 2011 18:21:38 -0400

> Hi all,
> so my problem is clear : I've a working dir and I want to clean it
> up from
> all .svn folders, how to ?
> Knowing that I'm working un CLI within exec() function of PHP.
> Unfortunately
> I can't delete manually files and folders :
>
> Warning: unlink(svn/.svn/all-wcprops) [function.unlink]: Permission
> denied
> in C:\wamp\www\lang_editor\include\functions.inc.php on line 325
>
> And the 'export' function is not what I want because my aim is to
> delete the
> folder, not really get a clean copy.
>
> If there is no way I think we must add a new function to SVN, such
> as 'svn
> unlink' or 'svn dissociate'
>

If you can run svn can you not run the shell rm command?

BOb
Received on 2011-07-26 00:22:14 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.