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

Re: [Subclipse-users] Multiple project branching - documentation?

From: Steve Cohen <scohen_at_javactivity.org>
Date: Tue, 16 Jun 2009 07:44:52 -0500

However, it was fairly easy in subclipse to create a top level _trunk
folder, "branch" the original separate trunks into it one by one, and
then from this new trunk, create branches of all projects from that
trunk. Going forward, I can work that way. I like about subversion and
subclipse that I can do this without enormous pain. And subclipse
handles THAT layout very nicely. I wish I thought of it before.

So now I have

_branches
     branch1
         Project1
         Project2
         Project3

_trunk
     Project1
     Project2
     Project3

This fits better into what I'm doing. I suspect there is confusion on this because different people mean different things by "Project". In some cases a "Project" is a complete standalone module. In other cases a "Project" is more like an Eclipse project whose end result is a single Jar file, for example, with other "Projects" for Web Applications which each depend on the Jar project. My original layout was more appropriate for the first kind of project and I think my new layout will be more appropriate for what I am actually dealing with.

Steve Cohen

Mark Phippard wrote:
> Correct, there is no way to do this from Subclipse.
>
>
> On Mon, Jun 15, 2009 at 5:30 PM, Steve Cohen<scohen_at_javactivity.org> wrote:
>
>> Thanks, Mark:
>>
>> No, I meant to send it here, as my first choice would be to be able to
>> do this in subclipse, and only if necessary to do so with subversion
>> itself.
>>
>> There appears to be some support for this, but I'm not clear how it
>> works or how the repository needs to be set up in order to do it. It
>> appears that the layout I sent does NOT support this in subclipse, is
>> that right?
>>
>> Steve Cohen
>>
>> Mark Phippard wrote:
>>
>>> Did you mean to send this to the Subversion mailing list?
>>>
>>> The svnmucc command line tool can do this with one command. It allows
>>> you to combine several commands into one transaction.
>>>
>>> Mark
>>>
>>>
>>> On Mon, Jun 15, 2009 at 5:07 PM, Steve Cohen<scohen_at_javactivity.org> wrote:
>>>
>>>
>>>> Is it possible to create identically named and commented branches in
>>>> multiple SVN projects from the trunk of each with a single command?
>>>>
>>>> That is given
>>>>
>>>> Project1
>>>> trunk
>>>> branches
>>>> tags
>>>>
>>>> Project2
>>>> trunk
>>>> branches
>>>> tags
>>>>
>>>> Project3
>>>> trunk
>>>> branches
>>>> tags
>>>>
>>>> create this with a single command:
>>>>
>>>> Project1
>>>> trunk
>>>> branches
>>>> branch1
>>>> tags
>>>>
>>>> Project2
>>>> trunk
>>>> branches
>>>> branch1
>>>> tags
>>>>
>>>> Project3
>>>> trunk
>>>> branches
>>>> branch1
>>>> tags
>>>>
>>>>
>>>> where, in each project branches/branch1 is initially a copy of the trunk?
>>>>
>>>> If not, is there a readily available script I can adapt to do this?
>>>>
>>>> ------------------------------------------------------
>>>> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2362295
>>>>
>>>> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>>>>
>>>>
>>>>
>>>
>>>
>>>
>> ------------------------------------------------------
>> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2362304
>>
>> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>>
>>
>
>
>
>

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2362441

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-06-16 14:45:04 CEST

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.