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

Problem with svn move using trunk revision 9700 on windows

From: Marc Haesen <marc.haesen_at_telindus.com>
Date: 2004-05-13 08:54:03 CEST

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

Visit us at the Telecom cITy Fair - The largest IT Fair in Belgium!
25, 26, 27 May - Brussels Expo

Get your free tickets here!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 13 08:54:18 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.