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

Re: Renamed folder

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-01-03 12:56:35 CET

On 12/31/06, Dmitry Shechtman <damnian@gmail.com> wrote:
> I just renamed a folder using 1.4.0. Although the folder appears
> subversioned in the shell, it's been completely deleted from the repository!

Windows Explorer rename, or Subversion rename?

If the latter, did you commit the change to the repository? Does the
parent directory show that the working copy has been modified? Did
you perform an update after the commit?

Renames are actually moves (which are a copy to the new name/location,
then delete the old) in Subversion, and done in one transaction. So it
should be impossible for the old name to disappear from the repository
without the new name appearing.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jan 3 12:56:41 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.