views:

11

answers:

0

I know something is going on, but I cannot determine why and the Exception strings are so vague... I have no clue why some things are failing and why some are not. These execptions occur when I attempt to Export a file at a revision to the file system. Here are the exceptions:

SharpSvn.SvnSystemException: Can't move 'C:....\tempfile.tmp' to 'C:...\temp.txt': Access is denied.

SharpSvn.SvnInvalidNodeKindException:'C:\....\temp.txt' exists and is not a directory

Now the oddest part about this whole thing is that the export works some of the time but not all of the time. I do not understand why I would have access one second and the next not have access. And the second Excpetion... well it is the exact same line I call several times, sometimes it decides it wants to work others it doesn't. The string is supposed to be a file and it exists, so I don't see where the problem is. Any insight would be greatly appreciated. Thanks.