On Jan 3, 2008, at 8:30 AM, Bastian wrote:
> Whenever I run 'svn cleanup' it's saying that this directory is not a > working copy directory. > > What have I done wrong? Did you do an export instead of a checkout? Assuming everything you've done is checked into svn, you can just delete the entire directory and start fresh with a new checkout. Essentially, you're missing something from one of the .svn directories. If you have unchecked in changes, and it's just a couple of files, just save those files, delete the directory, make a fresh checkout, copy the couple of files back into place, and check them into svn. This sometimes happens if you copy directory structures over a working dir, and overwrite .svn directories. HTH.. Cheers, -j --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
