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

problem with dump/load

From: Féliciano Matias <feliciano.matias_at_free.fr>
Date: 2002-07-13 06:16:29 CEST

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
Received on Sat Jul 13 06:18:38 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.