running into strange issue with extracting SVF files via the terminal in linux.

Discussion in 'Linux' started by deathero, Mar 18, 2016.

  1. hearywarlot

    hearywarlot MDL Member

    Jul 31, 2015
    112
    153
    10
    #21 hearywarlot, Mar 19, 2016
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. CHEF-KOCH

    CHEF-KOCH MDL Expert

    Jan 7, 2008
    1,192
    1,185
    60
  3. berndy2001

    berndy2001 MDL Novice

    Nov 3, 2009
    10
    5
    0
    #24 berndy2001, Aug 5, 2016
    Last edited by a moderator: Apr 20, 2017
    Any news on that topic?

    Yesterday i created a svf with makepatch (canĀ“t post the link here, because i need 20 posts or more). Source is a 17GB SQlite-Datebase.
    Patchsize is 1,8GB (as expected). I uploaded this file to my debian 8.5 vm and also downloaded smartversion there.

    Code:
     ./smv l xxx_TO_yyy.svf
    works fine and shows the two versions, but
    Code:
    ./smv x xxx_TO_yyy.svf
    only shows the smartversion-header. Version #0 is also on the server.
     
  4. gvollant

    gvollant MDL Novice

    Sep 23, 2013
    42
    153
    0
    To extract, uses
    ./smv x xxx_TO_yyy.svf -br <folder_contain_previous_version>

    If the new version uses another name, just try

    ./smv x xxx_TO_yyy.svf -br .

    You can talk on skype using gvollant

    Note: with smartversion 3.6, makepatch is not useful (just uses BuildPatch options)
     
  5. berndy2001

    berndy2001 MDL Novice

    Nov 3, 2009
    10
    5
    0
    #26 berndy2001, Aug 5, 2016
    Last edited by a moderator: Apr 20, 2017
    Thank you for your support (also per email),

    Code:
    ./smv x xxx_TO_yyy.svf -br .
    did it.

    Edit: I read the posts again, the parameters "-br ." where suggested before. Sorry, i overlooked that.