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
Do not delete directories through the filesystem. :) You must use
Presumably you deleted the "video" directory? Restore it using
cd path/to/app/views/admin
Now delete it properly:
svn delete video
The directory will stay there until you
svn commit -m "Removing video directory"
---------------------------------------------------------------------
|
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.