Subversion Gets Tricked into Following Non-Existent Paths
From: Mihai Danila <mdanila_at_zedak.com>
Date: 2006-11-13 17:32:51 CET
We have an issue with Subversion 1.4.0 on Apache 2.0.58 on Windows XP.
We recently migrated our old repositories. To achieve this, we first dumped
We then created a script which creates the new structure locally, in a
During one such step, we followed this sequence:
cp /oldrepos/app1/trunk /trunk/projects/proj1/apps/app1 (copy the bulk of
mkdir /trunk/projects/proj1/apps/app1/components/comp1/src (create component
cp /oldrepos/app1/trunk/src/component1classes
rm /trunk/projects/proj1/apps/app1/src/component1classes (remove these
mkdir /trunk/projects/proj1/apps/app1/components/comp2 (create a new
(create more files under comp2)
commit
This worked fine and history for all involved files seem to be available
We later decided to relocate component 1, as follows. This time we made the
mkdir /trunk/projects/proj1/components (create project level component
move /trunk/projects/proj1/apps/app1/components/comp1
This change also worked fine apparently, for a while at least.
The problem appears when trying to export component 2: export
svn: REPORT request failed on
svn: File not found: revision 11111, path
where 12345 is the HEAD revision, and 11111 is a revision valid in oldrepos.
Also: export /trunk/projects/proj1/apps/app1/components yields a similar
Whereas: export /trunk/projects/proj1/apps/app1 works just fine
Of course there's NEVER been an /oldrepos/app1/trunk/components directory to
My questions:
1. is there a hint as to something we may have done wrong given the
Thank you,
Mihai Danila
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.