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

Re: moving files in 0.11

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-04-16 20:45:06 CEST

Henry Story <henry.story@bblfish.net> writes:

> svn_error: #21050 : <General filesystem error>
> add_dir `inca-kaon/html/edu': got copy_path, but no copy_rev
>

Hi Henry... thanks for finding this bug. I can reproduce it perfectly
using ra_local and our standard greek testing tree. I'll see if it's
a quick fix, or whether this needs an issue filed. It's probably a
small casualty of our recently rewritten commit system. :-)

[sussman@kepler:~/projects/test/wc/A]$ svn mv B D
A D/B
D B/lambda
D B/E/alpha
D B/E/beta
D B/E
D B/F
D B
[sussman@kepler:~/projects/test/wc/A]$ svn ci -m "foo"
Deleting B
Adding D/B
Adding D/B/E

subversion/libsvn_client/commit.c:598
svn_error: #21050 : <General filesystem error>
  Commit failed (details follow):

subversion/libsvn_ra_local/commit_editor.c:210
svn_error: #21050 : <General filesystem error>
  add_dir `/A/D/B/E': got copy_path, but no copy_rev

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 16 20:47:22 2002

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.