Leighton, Sean wrote:
> Problem 1: A couple of people have checked in .nfs files (although
> they are really small files ~500 bytes). When another person goes to
> update the directory where the .nfs file resides, you can't do an svn
> update in that directory. The message that I am getting is as
> follows:
>
> Thu Dec 1 02:29:58 2005 Talking to client
>
> Thu Dec 1 02:29:59 2005 doUpdate( projects/ )
>
> svn: Can't copy
>
'projects/FPGA/h264enc/core_cmc/release_10.05_beta_1/testbench/ddr_hw_te
st/.svn/text-base/.nfs00e98b530000003f.svn-base'
> to
>
'projects/FPGA/h264enc/core_cmc/release_10.05_beta_1/testbench/ddr_hw_te
st/.svn/tmp/text-base/.nfs00e98b530000003f.svn-base.5.tmp':
> No such file or directory
This sounds like the classic case-sensitive file name collision problem.
I'm assuming you're encountering this problem on Windows. Check to see
if there's another file in the repository that has the same name as that
file, but with a diffferent case (upper instead of lower).
This happens because the standard Windows file system doesn't
differentiate between upper case letters and lower case ones in file
names, while most other operating systems do.
You can install a precommit hook to check for case-sensitive file name
collisions (contrib/hook-scripts/check-case-insensitive.pl (in the
source code download), for instance).
-David
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 2 18:56:23 2005