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

Re: svn commit failing, "directory missing"

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-11-16 22:08:58 CET

On Nov 16, 2007, at 07:04, Marcelo de Moraes Serpa wrote:

> Just migrated my repositories and work copies to linux (ubuntu) and
> I'm having some issues, if someone could help me, I would be grateful!
>
> On Windows, I used to use Tortoise and add-delete files directly
> through the file system (instead of using the svn CLI tool). Tortoise
> seemed to cope ok with those changes in the working copy, making the
> necessary changes to the correspondent
> rep.
>
> I'm on ubuntu now and when trying to commit I receive the following
> error message regarding a directory that I have deleted through the
> filesystem:
>
> svn: Directory '/home/celoserpa/projetos/work/legalaidvideo/app/
> views/admin/video'
> is missing
>
> How could I solve it?

Do not delete directories through the filesystem. :) You must use
Subversion commands when you want to delete or move things.

Presumably you deleted the "video" directory? Restore it using

cd path/to/app/views/admin
svn up video

Now delete it properly:

svn delete video

The directory will stay there until you

svn commit -m "Removing video directory"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 16 22:15:15 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.