Hello,
The set of command below looks reasonable to me, but it failed. I didn't find
any relevant issues. Is it bug or my misundestanding?
---------
# svnadming create /tmp/svn
#cd /tmp
#mkdir t
#touch /tmp/t/foo
#svn import file://localhost/tmp/svn
Adding ./t
Adding ./t/foo
Commit succeeded.
#rm -rf t
#svn co file://localhost/tmp/svn/t
A t/foo
#cd t
#svn cp foo foo2
A foo2
#svn ci
Adding /tmp/t/foo2
Commit succeeded.
#svn mv foo2 foo_2
A foo_2
D foo2
#svn ci
svn_error: #21050 : <Filesystem has no such file>
commit failed: wc locks and tmpfiles have been removed.
svn_error: #21050 : <Filesystem has no such file>
commit failed: while sending tree-delta to repos.
svn_error: #21050 : <Filesystem has no such file>
file not found: filesystem `/tmp/svn/db', transaction `2', path `/t/foo2'
-------
Regards,
Vladimir
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 2006