Vladimir,
That sequence of commands looks legitimate to me. Will you have time
to debug the errors and see what's causing them? Since you're using
the `ra_local' (i.e., no network) access method, it should be
convenient to use GDB to trace right into the filesystem code...
If no time for that, then it would be great if you could enter an
issue at:
http://subversion.tigris.org/issues/enter_bug.cgi?issue_type=DEFECT&component=subversion
Thanks!,
-Karl
Vladimir Prus <ghost@cs.msu.su> writes:
> 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
---------------------------------------------------------------------
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