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

Re: bug report on svn rename [was Discontinuing the use of SVN.]

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-06-05 00:52:47 CEST

Moisei wrote:
> I do not reproduce the checksum error
> but I confirm the working copy becomes un-recoverable after such a
> renames.
...
> @echo off
> REM CHANGE TO THE TEMP FOLDER WHERE TEST WILL BE RUN
...

Thanks for the script!

I've minimalized the reproduction: The key is:

1. Schedule a file for addition.
2. Remove the file.
3. Try to commit.

In Bourne shell form:

[[[
#!/bin/sh

set -ex

URL="file://`pwd`/tmp-repos"

rm -rf tmp-repos tmp-wc

svnadmin create --fs-type=fsfs tmp-repos
svn co "$URL" tmp-wc

cd tmp-wc

echo blabla > foo.txt
svn add foo.txt
rm foo.txt
svn ci -m,
]]]

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 5 00:55:00 2005

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.