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

Checksum error after Restore from Dump and svn switch --relocate

From: Jan Mönnich <Jan.Moennich_at_newtron.net>
Date: 2004-12-03 11:03:18 CET

Hello,

I tried to restore my backup to check if my working copies are lost.
To restore I loaded the dumped backup files into a new repository:
  cat backup/revision*.dump | svn admin load developer3

After the restore I took an old working copy and tried to switch it to the restored repository:

--- 8< ------------ 8< ------------ 8< ------------ 8< ------------ 8< ---------
d:test/tools> svn switch --relocate svn://hedwig/developer/trunk/java/tools svn://hedwig/developer3/branches/trading_5_3_nv/java/tools .

d:test/tools> svn up
G LastModifiedList.java
G Utils.java
G NewProperties.java
U debug\DebugMap.java
G BlobData.java
G ClobData.java
G threads\ProcessThreadPool.java
svn: Checksum mismatch for 'threads/.svn/text-base/PipeThread.java.svn-base'; expected: '4b3f73ecdac
a362458992d7ae712dbfc', actual: 'fbc33f1f5af4cd6349d4a788c767c554'

d:test/tools> svn cleanup

d:test/tools> svn up
D AsciiStringBuffer.java
D NewStringBuffer.java
svn: Checksum mismatch for 'threads/.svn/text-base/PipeThread.java.svn-base'; expected: '4b3f73ecdac
a362458992d7ae712dbfc', actual: 'fbc33f1f5af4cd6349d4a788c767c554'

d:test/tools>
--- 8< ------------ 8< ------------ 8< ------------ 8< ------------ 8< ---------

Im using svn 1.1.0 (r11180) at the server and the clients.
 
Is my working copy lost after a restore?

An update from the original repository works:

--- 8< ------------ 8< ------------ 8< ------------ 8< ------------ 8< ---------
d:java/tools> svn up
 U CVSUtils.java
Updated to revision 28219.
--- 8< ------------ 8< ------------ 8< ------------ 8< ------------ 8< ---------

Or should I only relocate the repository base (hedwig/developer) instead of repository and branch (hedwig/developer/branches/trading_5_3_nv/java/tools)?

best regard,
jan moennich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 3 19:10:08 2004

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

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