RE : SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-28 Thread CHAZAL Julien
ulien De : Markus Schaber [m.scha...@3s-software.com] Date d'envoi : lundi 10 septembre 2012 11:48 À : users@subversion.apache.org Cc : CHAZAL Julien Objet : AW: SvnAdmin: impossible to load dump generated by "cvs2svn" Hi, Julien, Von: CHAZAL Julien [julien.c

AW: SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-10 Thread Markus Schaber
Hi, Julien, Von: CHAZAL Julien [julien.cha...@atos.net] > I manage a Subversion server that has the following configuration : > - SVN 1.6.9 > - FSFS storage mode > - Apache + mod_dav + subversion modules > - Linux Suse Enterprise Edition 32-bit > > I have to perform a CVS to SVN migration. I use

Re: SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-10 Thread Volker Kopetzky
Julien, a dump file is designed to work with the commandline pipe. So it might be that the binary transport might have changed something. (if your sending os is different than suse) A safer way to transport it is to tar it before sending it over the wire: (1) cvs station $ tar czvf dump.tar.gz

SvnAdmin: impossible to load dump generated by "cvs2svn"

2012-09-10 Thread CHAZAL Julien
Hi all, I manage a Subversion server that has the following configuration : - SVN 1.6.9 - FSFS storage mode - Apache + mod_dav + subversion modules - Linux Suse Enterprise Edition 32-bit I have to perform a CVS to SVN migration. I use the tool "cvs2svn" to generate a dump f