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

[TSVN] Re: trunk folder inserted when branching oder tagging

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2004-12-04 13:52:34 CET

SteveKing schrieb:

> Can you reproduce that with my recipe above? If not, then I guess you
> did something wrong when you got that /trunk/...

I can reproduce it. It happens when the target directory already exists.

Assume you have:

<repos>
  +- trunk
  | +- file1.txt
  +- branches

Create a folder /branches/rev1/ in the repository.

now copy:
   <repos>/trunk --> <repos>/branches/rev1
   <repos>/trunk --> <repos>/branches/rev2

it leaves you with:
<repos>/branches/rev1/trunk/file1.txt
<repos>/branches/rev2/file1.txt

I still think that directory handling in svn is quite difficult and
inconsistent. The result of exactly the same command depends on the
directory structure that is present on the destination.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Dec 4 14:03:14 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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