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

Re: svn add weirdness

From: Akbar <akbarhome_at_gmail.com>
Date: 2006-11-30 05:52:00 CET

On 11/30/06, Eric Hanchrow <offby1@blarg.net> wrote:
>
>
> I think you've got some .svn directories from an old working copy
> lying around.
>

Ok, fix it by doing this:
$ cd vendor/extra_plugins/localization_simplified
$ find . -name ".svn" -exec rm -rf {} \;
$ cd ../../..
$ svn add vendor/extra_plugins/localization_simplified

Thank you for clue.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 05:52:32 2006

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.