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

Re: [TSVN] Branching with TSVN 1.0.7

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-07-23 21:52:40 CEST

Guido Anzuoni wrote:

> Really nobody have a difference with 1.0.6 in the way Branch/Tag are
> created ?

Sure! I do ;)

> Is it due to my installation ?

No. It's due to a change in the code.

> It looks like the branch/tag is created from the current directory in the WC,

Yes. That's what people requested.

> while in 1.0.6 the operation seems to be a complete server-side copy, as
> the changes at revision 1319 in TortoiseProc suggest.

Again true. Back then I did a check if any files in the working copy
were modified and if not, then a simple repo->repo copy was done. Now it
always does a WC->repo copy.

> Is this an intended behaviour ?

Yes.

> If the purpose is to avoid a call to:
> SVNStatus::GetAllStatusRecursive(path)
> a setting like "always check WC when Branch/Tag" can leave the choice to
> the user.
>
> If you want a vote, I like 1.0.6 way of branch.

I already added a checkbox to the branch/tag dialog where you can choose
to do a repo->repo copy if you want. But that's in the trunk for now and
won't be released until Subversion 1.1.0 is released.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jul 23 23:01:31 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.