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

Re: [Subclipse-users] Creating branches

From: Alex Chen <alex_chen_at_filemaker.com>
Date: 2006-10-06 03:37:51 CEST

Mark Phippard wrote:
> Alex Chen <alex_chen@filemaker.com> wrote on 10/05/2006 08:21:27 PM:
>
>
>> I am trying to create a subversion branch using Subclipse, but I am
>> still not quite sure about the process.
>> I want to branch off a new branch say, foo, from the trunk.
>> I tried to use the Team->Copy(Branch/Tag) window, and changed the
>> destination URL from
>> 'xxxx/trunk/module' to 'xxxx/branches/foo'. I got an error saying that
>> directory does not exist.
>>
>
> Does "branches" exist in the repository? The Subversion copy command will
> create foo, but not branches and foo.
>
>
Yes, the system already has the 'branches'. It was converted from a CVS
system and has a lot of branches
under it. I just cannot get it to copy the HEAD to a branch I want.

The repository names is, say, 'REPO', and I have a module, say, 'MOD'.
I checked out the module MOD
from the truck of 'REPO'. It shows up as 'MOD [trunck/MOD]' in my
Eclipse resource perspective.
I want to create a branch, say, 'foo' in the branches. From the SVN
perspective, I can see under
http://svnserver/REPO
there are 'branches', 'tags', and 'trunck'.

I just cannot get it to create 'foo' under branches.
>> If I used the Team->Configure Branches/Tags to create a branch, I could
>> create a branch 'foo' under the branch symbol
>> named 'Branches', not under the actual 'branches' folder structure.
>> When I went back to use the Team->Copy window and double click on that
>> branch name 'foo', the destination URL changes to
>> 'xxxx/branches', not 'xxxx/branches/foo' as expected.
>>
>> Can someone provide a more details steps of creating a branch?
>>
>
> Configure Branches and Tags has a different purpose. This page explains
> it:
>
> http://subclipse.tigris.org/branch_tag.html
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
Received on Fri Oct 6 03:36:47 2006

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.