On 2004-09-21 18:34:10 -0500, Carl Karsten wrote:
----8<----
> A MarcStel\LIBS\ACURSOR.VCT
> A MarcStel\LIBS\ABIZNESS.VCT
> A MarcStel\LIBS\DCURSOR.VCT
> A MarcStel\LIBS\APRESENT.VCT
> A MarcStel\LIBS\AAPP.VCT
> A MarcStel\LIBS\AOTHER.VCT
> A MarcStel\LIBS\ACURSOR.VCX
> A MarcStel\LIBS\abizness.vcx
> A MarcStel\LIBS\acursor.vcx
> A MarcStel\LIBS\ADATAENV.VCT
> svn: In directory 'MarcStel/LIBS'
> svn: Can't copy 'MarcStel/LIBS/.svn/tmp/text-base/acursor.vcx.svn-base' to 'Marc
> Stel/LIBS/acursor.vcx.tmp': The system cannot find the file specified.
You have two files with the same name in the same dir in your
repository: ACURSOR.VCX and acursor.vcx. This is perfectly valid in
svn and Linux, but illegal for Windows.
I'm guessing you were working with some utility that modified
acursor.vcx and resaved it as ACURSOR.VCX, deleting the original. When
you did an 'svn st', you noticed ACURSOR.VCX had a '?' next to it and
added it.
You should remove the duplicate file using a URL:
svn rm svn://svn.personalware.com/MarcStel/LIBS/acursor.vxd -m 'Removing duplicate file'
Then in the working copy.
svn up acursor.vxd
svn up
See: http://subversion.tigris.org/project_faq.html#case-change
- application/pgp-signature attachment: stored
Received on Wed Sep 22 03:29:20 2004