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

Hotcopy has wrong outputs after loading a dumpfile

From: Matuschka, Sebastian <Sebastian.Matuschka_at_gcd-solutions.de>
Date: 2007-08-08 11:16:23 CEST

Hi,
 
i've searched the buglist but didn't found any post wich descripes this
problem.
I can reproduce this error so i think it's a bug in TortoiseSVN.
Here are the things i made and the error which occured.
1. I made a new repository on my lokal hard drive with TortoiseSVN
(right click on browser TortoiseSVN -> create repository here ...), FSFS
file format
2. I added one file called blah.txt with no content.
3. I dumped it (svnadmin dump test_repo >test_repo_dump
4. I deleted the test_repo directory, created it new and made a new
repository out of it like in step 1, FSFS file format
5. I loaded the dump file (svnadmin load test_repo <test_repo_dump)
6. everything ok, file blah.txt is there
7. I made a hotcopy (svnadmin hotcopy ./ ../test_repo_hotcopy)
 
The Directories and files are named a bit wrong, the first sign is not
there, there are too many directories.
The original Repository Directory looks like:
test_repo/
 conf/
 dav/
 db/
 hooks/
 locks/
 format
 README.txt
 
The hotcopy Directory looks like:
test_repo_hotcopy/
 av/
 b/
 db/
 locks/
 ocks/
 onf/
 ooks/
 EADME.txt
 format
 ormat
 
i hope i described it good enough so that someone can reproduce this
strange behavior
much thanks
 
Greetings
Sebastian Matuschka
Received on Wed Aug 8 11:34:12 2007

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

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