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

Re: Creating a Branch/Tag

From: Yongtze Chi <ytchi_at_accuship.com>
Date: 2005-11-23 18:23:16 CET

> I just added this feature this week. It will be in the next release. You
> will also be able to do this from the Resource History view in the next
> release.
>
> Mark
>
>
This is wonderful news. The way I found out how to do it is manually
entering the new branch name in the "To URL:" field in the "Copy
(Branch/Tag)" dialog. Say I'm making a copy of
http://host/repos/trunk/project1 and wants the new name to be
"branch-123", then I would enter
"http://host/repos/branches/project1/branch-123" in the "To URL" field.
That seem to have the same effect as issue the command:

svn copy http://host/repos/trunk/project1
http://host/repos/branches/project1/branch-123

Thanks,
Yongtze
Received on Thu Nov 24 04:23:16 2005

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.