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

Re: snv move/commit failed to move a directory

From: Nathan Bates <nathanbates99_at_yahoo.com>
Date: 2007-09-01 00:13:53 CEST

I did the following

I do remember the "svn move" exactly.

The right operand of "svn move" did not exist yet.
That correlates to the UNIX shell command:
mv oldDir newDir
project/adir/bdir/data # old
project/data # new

BTW, I did modify some other files in another dir
(unrelated to svn move).

$ cd project/adir/bdir
$ svn move data ../../data
$ svn commit
Adding data
Adding data/file1.cxx
Adding data/file2.cxx
Sending anotherDir1/file.txt # unrelated to
move
Deleting adir/bdir/data
Transmitting file data ..svn: Commit failed (details
follow):
svn: Out of date: '/project/trunk/adir/bdir/data' in
transaction '1186-1'
svn: Your commit message was left in a temporary file:
svn: '/home/nathan/project/svn-commit.tmp'

The root of data/ has 4 files and 3 subdirs:
data/file1
data/file2
data/file3
data/file4
data/dir1
data/dir2
data/dir2

Therefore, showing 2 files added was short (4 total):
Adding data/file1.cxx
Adding data/file2.cxx

Or maybe svn shouldn't have listed any files in data/?
Just this would be right ?
Adding data
Deleting adir/bdir/data

       
____________________________________________________________________________________
Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 1 00:11:08 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.