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

Re: Verifying checked out repository

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 18 Sep 2017 22:04:07 +0200

On 18.09.2017 21:04, John Bellomy wrote:
> Hello,
>
> I'm using tortoisesvn version 1.9.7 (r1800392) to pull down a local
> copy of llvm to work on. I've frequently run into checksum errors as
> I try to work out a way to mirror my svn folder in perforce, and I'd
> like to be able to verify after each step that I haven't introduced
> any new errors.
>
> Unfortunately, when I run svnadmin verify (which is also version
> 1.9.7 (r1800392) it complains about the format:
>
> svnadmin: E165005: Expected repository format '3' or '5'; found
> format '12'
>
> This is a very fresh checkout done with the exact same tortoisesvn
> install, so I'm not sure why it can't verify its own checked out
> files.
>
> Is my assumption that it's possible to verify checksums on a
> repository that I don't explicitly own incorrect? If so is there
> another way I can make sure that the next time I do 'svn update' I
> don't get an unexpected checksum mismatch?

type
$ svnadmin --version
and check if you really are using the correct version.
Sometimes there are other svn tools in your PATH env variable.

you can also type
$ where svnadmin
and get a list of full paths where the svnadmin command is located. The
first one in that list is the one that's used.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3307021
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-09-18 22:04:18 CEST

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

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