[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: <kfogel_at_collab.net>
Date: 2004-05-17 17:29:50 CEST

"Marc Haesen" <marc.haesen@telindus.com> writes:
> Should I file an issue for this problem or is this a known problem?

I think this is a new Windows-specific bug; don't see anything like it
in the issue tracker. (I also cannot reproduce it on Linux.) Want to file?

-Karl

> -----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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 17 18:47:43 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.