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

Re: Unsupported Feature?

From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2005-11-23 11:18:13 CET

"Markus Karg" <markus.karg@quipsy.de> wrote on 23.11.2005 10:53:58:

> I'm using Subclipse (latest) with SVN 1.2.3 in Eclipse 3.1.1 (latest).
> Today I renamed a package from a.b.c to a.b.x.c.
> The result was that the old package was marked as "delete from SVN"
> (cross-icon), and the new package was marked as "unknown"
(question-icon).
> I did "Team - add" on the new package.
> The result was that the new package was marked as "add to SVN"
(plus-icon).

If I understand Subversion limitations correctly, your "fault" was, that
you tried to copy from:

a/b/c/file.txt

to

a/b/X/C/FILE.TXT

which in effect tried to create a new directory with a depth of 2, which
is no supported by Subversion

First you need to create

a/b/X

and then

a/b/X/C/FILE.TXT

I suggest you just go to the repository browser and create "a/b/X" by
hand, and then run commit again and add all the files in a/b/X/C/*.

Cheers,

---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer
   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si
Received on Wed Nov 23 21:18:13 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.