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

Re: [tortoisesvn] r20254 committed - follow-up to r20218:...

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 06 Oct 2010 19:15:27 +0200

On 06.10.2010 19:14, tortoisesvn_at_googlecode.com wrote:
> Revision: 20254
> Author: stefan.fuhrmann.1974
> Date: Wed Oct 6 10:13:22 2010
> Log: follow-up to r20218:
> * actually allow, i.e. don't ignore, non-HEAD peg revisions on externals
> http://code.google.com/p/tortoisesvn/source/detail?r=20254
>
> Modified:
> /trunk/src/TortoiseProc/RepositoryLister.cpp
>
> =======================================
> --- /trunk/src/TortoiseProc/RepositoryLister.cpp Sat Oct 2 04:35:27 2010
> +++ /trunk/src/TortoiseProc/RepositoryLister.cpp Wed Oct 6 10:13:22 2010
> @@ -287,8 +287,7 @@
> svn_wc_external_item2_t * external
> = APR_ARRAY_IDX( parsedExternals, i,
> svn_wc_external_item2_t*);
>
> - if ( (external != NULL)
> -&& (external->peg_revision.kind == svn_opt_revision_head))
> + if (external != NULL)
> {
> // get target repositiory

Wow - you're one minute faster than me :)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2668618
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-06 19:15:55 CEST

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.