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

Re: svn cp/mv problem?

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-12-04 16:38:02 CET

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

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.