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

Re: Can't copy ... The system cannot find the file specified.

From: Carl Karsten <carl_at_personnelware.com>
Date: 2004-09-22 02:23:31 CEST

Fixed. (by doing the try this and that till it work method.)

Below is my command history of what I did to fix the problem. Sorry it isn't a
bit more concise, but I figured it would be better to show everything so you
wouldn't have to guess what was removed.

12: cd MarcStel
13: copy libs\ACURSOR.VC* \temp
14: svn delete libs\acursor.*
15: svn commit -m "fixing case of aCurso
16: copy \temp\ACURSOR.VC? LIBS
17: svn commit -m "fixing case of aCurso
18: svn add libs
19: svn add libs\*
20: svn commit -m "fixing case of aCurso
21: svn delete libs\acursor.*
22: svn delete libs\ACURSOR.*
23: svn add libs\ACURSOR.VCX
24: DIR LIBX\ACUR**.
25: DIR LIBX\ACUR*.*
26: DIR LIBS\ACUR*.*
27: COPY \TEMP\ACURSOR.VC* LIBS
28: svn add libs\ACURSOR.VCT
29: svn add libs\acursor.vcx
30: svn commit -m "fixing case of aCurso
31: svn delete libs\ACURSOR.*
32: svn commit -m "fixing case of aCurso
33: COPY \TEMP\ACURSOR.VC* LIBS
34: cd LIBS
35: ren acursor.vcx ACURSOR.VCX
36: ls acur*
37: dir acur*
38: cd ..
39: svn add libs\ACURSOR.VC?
40: svn delete libs\ACURSOR.*
41: svn delete libs\ACURSOR.* --force
42: svn commit -m "fixing case of aCurso
43: COPY \TEMP\ACURSOR.VC* LIBS
44: cd LIBS
45: ren acursor.vcx ACURSOR.VCX
46: cd ..
47: svn add libs\ACURSOR.VCX
48: svn add libs\ACURSOR.VCT
49: svn commit -m "fixing case of aCurso

Carl K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 02:21:36 2004

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.