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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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
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.
Are you positive that it hasn't got to do with the size of the dump files?
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
@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
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