Menu

Can´t Load Repository

Help
kdre76
2006-05-18
2013-05-01
  • kdre76

    kdre76 - 2006-05-18

    Hi,

    I have done the following test:

    1. Create a repository "test"
    2. checked in some stuff
    3. Dumped repository "test"
    4. Deleted repository "test"

    I have tried to load the repository. I entered "test" as the name and selected the dump from my harddisk. After clicking "confirm", both input fields were cleared and nothing else has happened.  No repository "test" was created.

    Is there a solution or does anyone know what the problem is?

    Greetings,
    Klaus

     
    • Marijn Verkerk

      Marijn Verkerk - 2006-05-18

      Hi,

      I have experienced troubles in reloading a dumped repository myself.

      Probably, it has to do with the maximum upload size or something like that, limited by php or maybe your browser.

      Can Anyone tel us exactly what to change in the config?

      Thanks!

      Marijn

       
    • kdre76

      kdre76 - 2006-05-18

      I am certain, thet there is a problem with different dump formats. A dump of a repository with binaries in it seems to be in a different format than a dump from a pure source code repository.

      I found out that a dump that is pure ascii can be loaded with svnmanager without any problem. But when there are binaries in it -thus a different dump format- than it does not work any more.

      This seems to be a bug.

       
      • Marijn Verkerk

        Marijn Verkerk - 2006-05-18

        Are you positive that it hasn't got to do with the size of the dump files?

         
    • Jason Lim

      Jason Lim - 2006-05-18

      I have the similar problem before. Basically you just have to check your php.ini setting. Increase
      ;Maximum size of POST data that PHP will accept.
      post_max_size = 8M

       
    • kdre76

      kdre76 - 2006-05-29

      @all

      It was my fault. Sorry for disturbing you here ;)

      I changed post_max_size during my earlier tests and it did not work.
      The problem was that I changed the wrong php.ini *blush*

      After upgrading to the latest svnmanager version and changing the right php.ini everything works fine now (tested with a ~30MB "binary" dump).

      Sorry once again for my wrong bug report.

      Greetings,
      Klaus

       
    • kdre76

      kdre76 - 2006-05-29

      ah...still something for all the people that will read this post in the future:

      Do not change "upload_max_filesize", but "post_max_size"!

      Klaus

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.