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

RE: Problem with svn move using trunk revision 9700 on windows

From: Marc Haesen <marc.haesen_at_telindus.com>
Date: 2004-05-17 09:32:24 CEST

Should I file an issue for this problem or is this a known problem?

-----Original Message-----
From: Marc Haesen
Sent: Thursday, May 13, 2004 08:53 AM
To: dev@subversion.tigris.org
Subject: Problem with svn move using trunk revision 9700 on windows

Hi,

If I run the following script:
  set rootdir=f:/temp/movetest
  svnadmin create repos
  mkdir wc
  svn co file:///%rootdir%/repos wc
  svn mkdir wc\test
  svn mkdir wc\test2
  svn mkdir wc\test\test
  svn mkdir wc\test\test\test
  echo > wc\test\test\test\file
  svn add wc\test\test\test\file
  svn commit -m "test" wc

  cd wc\test\test\test
  svn mv file ..\..\..\test2

I get the following output
  Checked out revision 0.
  A wc\test
  A wc\test2
  A wc\test\test
  A wc\test\test\test
  A wc\test\test\test\file
  Adding wc\test
  Adding wc\test\test
  Adding wc\test\test\test
  Adding wc\test\test\test\file
  Adding wc\test2
  Transmitting file data .
  Committed revision 1.
  A ..\test2
  D file

What you see is that the file is moved to the wrong directory. It should have been moved to wc\test2 but if was moved to wc\test\test

Regards,
Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 17 09:33:58 2004

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.