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

Move/Rename Issue (SVN 0.27)

From: Joachim Fabini <Joachim.Fabini_at_tuwien.ac.at>
Date: 2003-09-11 11:30:55 CEST

All,

Playing around with subversion I just stubled into a strange svn behavior
on rename (Suse Linux 8.1, svn 0.27)

Directory structure on disk:

projects\eCos
        \ecos\myFiles

svn import projects // OK.
rm -R projects // OK
svn checkout projects // OK
cd projects // OK
svn delete eCos // OK
                      // No commit!
svn rename ecos eCos // here I expect "ecos" to be renamed to "eCos"
                      // Instead svn moves "ecos" inside the previously
                      // deleted directory "eCos"
svn commit // OOOps, commit fails.

Resulting directory structure on disk:
projects\eCos\ecos\myFiles

Report seems to be related somehow to Issue #1383 but I did not
find any report that fully matches the problem. From user point
of view this is imho a P3 issue.

Btw, when doing a "svn commit" after "svn delete eCos" everything
works as expected.

Best regards
--Joachim

--
------------------------------------
Joachim Fabini, DI
Institute of Communication Networks
Vienna University of Technology
Favoritenstraße 9/388
A-1040 Vienna, Austria
Tel:    +43 1 58801-38813
Fax:    +43 1 58801-38898
mailto: Joachim.Fabini@tuwien.ac.at
------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 11 14:30:48 2003

This is an archived mail posted to the Subversion Dev mailing list.

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