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

[Subclipse-users] Renaming added but not committed directory

From: Jörg Eichhorn <eichhorn_at_ponton-consulting.de>
Date: 2006-10-24 10:24:30 CEST

Hello,

i experienced a strange behavior when commiting a file in a folder (e.g.
'folder1') which was created, added to the repository (but not commited)
and renamed (renamed to 'folder2').
This new file is committed to the repository in the folder named like it
was added to the repository ('folder1'). On the local filesystem the
folder is renamed, but it looks like that this change is not passed to
svn, even the svn log show some operation:

add-N D:\src\project\folder1
    A D:/src/project/folder1
delete --force D:/src/project/folder1
    D D:/src/project/folder1
add -N D:\src\project\folder2\file
    A D:/src/project/folder2/file
commit -m "foobar" -N D:/src/project/folder2
    Adding D:/src/project/folder2
    Committed revision 18.
commit -m "foobar" D:/src/project/folder2/file
    Adding D:/src/project/folder2/file
    Transmitting file data ...
    Committed revision 19.

Best regards,
Jörg Eichhorn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Oct 24 10:24:58 2006

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

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