move a file one directory up: Entry already exists error
From: Andreas Schildbach <andreas_at_schildbach.de>
Date: 2003-11-15 16:07:02 CET
Hello all,
I want to move a file one directory up in my working copy:
C:\temp\svn\trunk\schildbach>svn move build.xml ..
Here are listings of source and destination directories:
C:\temp\svn\trunk\schildbach>dir
C:\temp\svn\trunk\schildbach>dir ..
I also tried
C:\temp\svn\trunk\schildbach>svn move build.xml ../build.xml
C:\temp\svn\trunk\schildbach>svn move build.xml ..\build.xml
I am using svn 0.32.1 on my Win32 client, svn 0.32.1 on my Debian server.
What am I doing wrong?
Regards,
Andreas
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.