Switching a replaced file corrupt the WC
From: Kazutoshi Satoda <k_satoda_at_f2.dion.ne.jp>
Date: 2006-12-16 14:08:50 CET
Hi.
The attached script will reproduce the problem. After running the
I found some similar error reports with replace-with-history or merging
Is there an issue about this?
-- k_satoda
#!/bin/sh
svn mkdir -m '' "$REPOS/trunk"
touch file
# Make a replaced file
svn copy -m '' "$REPOS/trunk" "$REPOS/branch"
svn switch "$REPOS/branch"
---------------------------------------------------------------------
|
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.