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

Re: problem with dump/load

From: <cmpilato_at_collab.net>
Date: 2002-07-13 07:33:49 CEST

Just a quick note to say that I saw some dump/load weirdness myself
earlier, and while I think I know what tormented state of things
causes the problems you are seeing, I don't yet know what, in turns,
causes us to be in that tormented state to begin with.

=?ISO-8859-1?Q?F=E9liciano?= Matias <feliciano.matias@free.fr> writes:

> first, excuse my poor english.
>
> svn r2464 with --enable-utf8
> db 4.0.14
> libapr 2002.06.25
> neon 0.21.2
>
> * checkout my current repository.
> [f.matias@one tmp]$ mkdir ref
> [f.matias_at_one tmp]$ svn co file:///var/svn/repos_ref -d ref
> [...]
> [f.matias@one tmp]$ svnadmin dump /var/svn/repos_ref > dump_ref.txt
> [...]
>
> * create a new repository with the dump.
>
> [f.matias@one tmp]$ svnadmin create repos_copy
> [f.matias@one tmp]$ cat dump_ref.txt | svnadmin load repos_copy/
> [...]
>
> * checkout the new repository
>
> [f.matias@one tmp]$ mkdir copy
> [f.matias_at_one tmp]$ svn co file:///home/f.matias/tmp/tmp/repos_copy/ -d
> copy/
> [...]
>
> * comparison
>
> [f.matias@one tmp]$ diff -urN --exclude .svn ref copy
>
> * some files are now empty !
>
> * Update to r2497 with --enable-utf8 (dump/load is require).
>
> * create new repository with r2497
>
> [f.matias@one tmp]$ svnadmin create repos_2497
> [f.matias@one tmp]$ cat dump_ref.txt | svnadmin load repos_2497/
> [...]
>
> * checkout the new repository
>
> [f.matias@one tmp]$ mkdir 2497
> [f.matias_at_one tmp]$ svn co file:///home/f.matias/tmp/tmp/repos_2497/ -d
> 2497/
>
> * comparison
>
> [f.matias@one tmp]$ diff -urN --exclude .svn ref 2497/
>
> * files are empty. The same as above.
>
> For files empty i was do some :
> svn propset ...
>
> For one file empty i was do :
> svn rename ...
>
> Sorry but i don't have enough time now to investigate this problem.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 13 07:33:47 2002

This is an archived mail posted to the Subversion Dev mailing list.

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