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

Re: [TSVN] Repo-browser behaviour on copy to operation

From: SteveKing <stefankueng_at_gmail.com>
Date: 2005-02-09 11:18:22 CET

On Wed, 9 Feb 2005 10:03:20 -0000, Peter Mounce <petermounce@iml.co.uk> wrote:

> I'm using TSVN release 1.1.3. I attempted to tag a release earlier. I
> wanted therefore to make a copy of /trunk/src/projectA to
> /tags/src/projectA/v0.1.0 .
>
> Neither /tags/src nor /tags/src/projectA existed before doing the tag, and I
> got the error popup saying:
>
> "Out of date: 'tags/bits/HandsetConfig' in transaction '142-1'
> You have to update your working copy first."
>
> I duly updated my working copy (bit mystified as to why, though; I'm
> performing a server operation, aren't I?) and tried again; same error. At

When Subversion throws an 'out of date' error, TSVN then add the "you
have to update your working copy first" because that's *usually* the
thing to do.

> this point I figured it was because the middle directories didn't exist. So
> I created them, and successfully made my tag.
>
> Summary:
> * The wording of the error message is misleading; doing what it said to do
> didn't fix the problem.

See
http://subversion.tigris.org/issues/show_bug.cgi?id=2214

> * Should there be a "create directories if they don't exist" checkbox that
> is off by default?

Can't be done (well, it _could_, but...). Reason: TSVN would have to
execute several 'svn_client_mkdir()' calls, which would lead in a new
revision for every intermediate folder. That's definitely not
something you want!

Also, see
http://subversion.tigris.org/issues/show_bug.cgi?id=1776

> * This might apply to the rename/move dialogue, too...?

> PS - is there any chance that the textbox behaviour on double-click can be
> changed so that instead of highlighting the whole content, only the current
> hovered-over word gets selected, and it takes instead three clicks to get
> the whole content? I realise there are limits to what a textbox _should_ do
> - it's not an editor. But this is fairly common behaviour in Windows...?

The 'normal' textbox we use does that. But there's something wrong
with the textbox in the repobrowser. I haven't had the time to look at
it yet, but I will soon.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Feb 9 11:18:59 2005

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.