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

Re: [Subclipse-users] Bug: Branching from working copy ignores unversioned items

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-07-23 23:37:09 CEST

On 7/23/07, Micah Hainline <micah_hainline@yahoo.com> wrote:
> When you have a project in which you have created new
> unversioned folders, and you attempt to create a
> branch from the working copy, the unversioned items
> will be ignored. This is quite undesirable, and
> sounds like a bug to me. I am unsure that simply
> adding the items is the best solution either though.
> Ideally we would launch the commit dialog and allow
> the user to select the items to put under version control.

We cannot do anything that the svn copy command does not support. I
suspect if you svn add the items first they will go into the branch.
They definitely will not do it if they are unversioned (as you
discovered).

In general I would not recommend you make branches quite this way.
See this post for the reasons:

http://markphip.blogspot.com/2007/01/shelves-in-subversion.html

Besides the problems you ran into it is hard to later merge your changes.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jul 23 23:35:58 2007

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.