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

Re: Problem in adding directory to svn

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-22 07:06:04 CET

On Feb 21, 2007, at 21:39, Mark Lundquist wrote:

> The most efficient way to fix this sometimes depends on figuring
> out how exactly it got to be that way. But without knowing the
> details... you can try this
>
> find -name '.svn' -exec rm -rf {} \;

Don't forget to give it the path to the directory in which the find /
rm should be performed:

        find /path/to/workingcopy/canvas -name '.svn' -exec rm -rf {} \;

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 22 07:06:57 2007

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.