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

RE: Directory suddenly disappears from Subversion server

From: Natalya Pyalling <npyalling_at_valuecommerce.ne.jp>
Date: 2004-04-08 17:16:21 CEST

Hi John,
Hi Eric,

Many thanks for your explanations. It helped a lot.

Yours sincerely,
Natalya Pyalling.

-----Original Message-----
From: John Peacock [mailto:jpeacock@rowman.com]
Sent: Thursday, April 08, 2004 5:47 PM
To: Natalya Pyalling
Cc: users@subversion.tigris.org
Subject: Re: Directory suddenly disappears from Subversion server

Natalya Pyalling wrote:

> One user tried to rename and did some modification to his directory. After
> this, the directory has gone from repository.

'svn mv' is [currently] implemented as 'cp' followed by 'rm' but I would think
that if the 'rm' failed that the 'cp' would have been rolled back. However,
without the sequence of user commands, it would be difficult to know what the
user actually did. It would be especially useful to know if the user was trying
to mv in the WC or directly in the repository with a URL.

If you need to restore the directory and try again, see this section in the docs:

        http://svnbook.red-bean.com/svnbook/ch04s04.html#svn-ch-4-sect-4.3

If you can get more information about what the user actually did, it would help.
  I'm not sure why the Apache log would show an out-of-date error; normally if
the WC is not up-to-date, there are certain things that will not work right
(like mv I believe ;).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 8 17:18:26 2004

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.