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

Re: [TSVN] Re: Content corruption during import

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-11-18 18:10:44 CET

SteveKing wrote:

> So now I tried:
> TSVN import to another computer running Apache2.0.52 with Subversion
> 1.1.0 via https:// (that's what I've got available right now).
> No problem both with BDB and FSFS. The file get's imported correctly
> (verified with a browser pointing directly to the file in the repository).
>
> Guess I have to install Apache on my local machine now and try again...

Installed Apache on my local machine, installed Subversion 1.1.1 for the
server, edited the apache conf file and imported with TSVN.
Import to a BDB repository succeeded without any error
Import to a FSFS repository succeeded without any error
Pointing my browser to the file in the repository showed no corruption,
neither for the one in the BDB repo nor the one in the FSFS repo.

Checking out working copies from both repositories doesn't show any
corruption either. So now I'm out of options what to try next.

My Apache config (Subversion part):
<Location /svn>
        DAV svn
        SVNParentPath F:\ApacheRepositories
        AuthType Basic
        AuthName "Subversion repositories"
        AuthUserFile passwd
        #AuthzSVNAccessFile svnaccessfile
        Require valid-user
</Location>

I'm too am running WinXP SP2.

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 Nov 18 18:11:14 2004

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.