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

Creating a Branch/Tag

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

Hi,

I recently started using Subversion/Subclipse. I am trying to find out
the best way to create a branch of my project in the repository using
Subclipse. I know the Branch/Tag option in the Team menu allows me to do
a copy of the project and place it in the branches folder. Or I can go
through the "SVN Repository Browsing" perspective and make a copy of the
project over there. But in either case, I the new copy of the project
takes the same name as the old copy. I then have to do a rename (which
is a different operation) on the new copy to give it a more meaningful
branch/tag label. Does anyone know a way to do copy/rename in the same
operation? The svn command line interface seems to support this:

svn copy http://host/repos/trunk/project1
http://host/repos/branches/project1/branch-123 -m "Creating branch 123."

Is there a way to do this in Subclipse?

Thanks,
Yongtze Chi
Received on Thu Nov 24 04:07:21 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.