[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.subversive] Re: [Branch/Tag] Doesn't work correctly, when branch/tag is created from other branch/tag
|
- From: JÃrg ThÃnnes <Joerg.Thoennes@xxxxxxxx>
- Date: Fri, 21 Aug 2009 14:53:23 +0200
- Newsgroups: eclipse.technology.subversive
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090608 Lightning/0.9 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666
Please file a bug. Your description is very detailed and worth recording it.
Thanks, JÃrg
On 08/21/09 08:06, sNop wrote:
> Hi,
>
> steps to reproduce:
>
> reposity structure:
>
> someproject /
> |
> trunk /
> |
> somedir /
> otherdir /
> somefile
> |
> branches /
> |
> 1.0.1p1 / 1.0.0 /
> |
> somedir /
> otherdir /
> somefile
> |
> tags /
> |
> 1.0.0 /
> |
> somedir /
> otherdir /
> somefile
>
>
> Suppose, that I create tag from working copy tags/1.0.0, now very offten happend me, that i have some trivial bug in my
> tag (in svn book is recommended to create branch from this tag, repair simple error and create new tag from this
> branch). Very offten I forget uncomment e.g. DEBUG contant or something similar.
>
> So i switch to tags/1.0.0 and try to create branch from this tag â branches/1.0.0p1 and here the problem is, the
> structure of created branch is like above example. When I switch to this branch branches/1.0.0p1, my working copy will
> be corrupted, beacuse all my dirs and files will be in dir 1.0.0 and when i try switch to e.g. trunk/, so it's really
> calamity.
>
> How should I handle this problem ?
>
> Ticket in bugzilla created as well - http://tinyurl.com/ltmxwb