Kevin M. Green wrote:
> On the client machine I have set up an
> 'image' of what I would like my repository to look like.
> It contains approximately 6000 files in 500 folders.
>
> When I run the import function it shows that it is adding many of the files
> but then stops and shows an error message.
>
> Steps:
> 1. I added the folder I wish to import to into the repository.
> 2. I select the folder on the client machine
> 3. I right click and select the Tortoise SVN> menu option
> 4. I select the Import... option
> 5. I select the URL of the Repository (matches the folder I wish to import)
> 6. The Action Adding ... file list message box is displayed
> 7. Then the process stops and one of the following error messages are
> displayed:
>
> Either:
> Checksum mismatch for resulting fulltext
> (PATH..../image187.png); [different file each time I run]
> expected checksum: 48d2aecd44b699421d63048fd47cd550
> actual checksum: 8d4bc6fa4d9f18db1e0427762d921f92
>
> Or:
> Invalid diff stream: [new] insn 4178 overflows the new data section
> Or:
> Invalid diff stream: [new] insn 1783 overflows the target view
>
> 8. I click OK and OK and done.
This error message is thrown by the subversion server. You might have
more luck asking for support on the Subversion mailing list
(users@subversion.tigris.org).
That said: It seems that either your server runs out of memory or your
harddrive has some bad sectors. So you can try
- run chkdsk on your server to make sure there aren't any bad sectors around
- open the process explorer (Ctrl-Shift-Esc) and watch the memory use on
your server
You might also want to split the import into several commits:
- import *only* the main dir structure (i.e. /trunk /branches /tags).
- check out from trunk a working copy
- add all the files to the working copy
- commit your working copy
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Mar 27 09:42:27 2005