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

how to get rid of "moved" directory?

From: Robert P. J. Day <rpjday_at_mindspring.com>
Date: 2005-01-14 13:25:03 CET

  to reorganize my source directory, i took a top-level directory
"ppp", created a new "net" directory, and used "svn mv" to move "ppp"
under "net".

  that worked fine, and "svn status" shows me that the top-level "ppp"
directory is now marked with "D", as it should be. but when i try to
"svn commit", i get a log entry of

  D ppp (as i expected)

but then:

Deleting ppp
svn: Commit failed (details follow):
svn: Out of date: 'ppp' in transaction '17-1'
svn: Your commit message was left in a temporary file:
svn: '/home/rpjday/wr/sources/svn-commit.tmp'

  hints? the contents of that file:

$ cat svn-commit.tmp
Get rid of obsolete ppp.
--This line, and those below, will be ignored--

D ppp

rday

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 14 13:30:06 2005

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.