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

RE: [TSVN] Trouble using the Import command

From: Kevin M. Green <kevin.green_at_smooware.com>
Date: 2005-03-31 16:23:24 CEST

Stefan,
This problem turned out to be network related - No problem at all.
If I access svnserve by staying inside our local network;
from the server machine I used svn://localhost or svn://127.0.0.1
and from a workstation I used the inside IP address svn://10.1.1.7

If I used our outside IP svn://xxx.xxx.xxx.xx then traffic goes though our
LINKSYS router (BEFSR41) which is configured to do port forwarding of 3690
to the inside server machine IP. Then I get the errors pretty consistently.

I do not have a solution to the router issue yet - I am going to see if
people can VPN to our LAN and access the svnserver from there.

I just wanted to pass on the info.
Kevin

-----Original Message-----
From: SteveKing [mailto:steveking@gmx.ch]
Sent: Sunday, March 27, 2005 2:42 AM
To: dev@tortoisesvn.tigris.org
Cc: kevin.green@smooware.com
Subject: Re: [TSVN] Trouble using the Import command

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 Thu Mar 31 19:08:37 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.