<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel">
    <title>gmane.comp.version-control.subversion.tortoisesvn.devel</title>
    <link>http://blog.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41175"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41168"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41166"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41164"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41163"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41161"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41160"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41157"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41155"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41148"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41146"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41145"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41143"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41140"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41137"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41135"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41134"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41132"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41130"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41175">
    <title>Migrating an SVN server to new machine</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41175</link>
    <description>&lt;pre&gt;Hi,
If we were to move a subversion server to a new machine, the URLs inside 
all the working copies would obviously have to change. Is there any way 
to just "fix" the server URLs inside the working copies or do we need to 
check out all the projects again after migrating the server to the new 
machine (for many reasons, we cannot name the new machine the same name 
as the old one).  I tried to open the wc.db file in an SQLite viewer to 
see if it was a simple setting but this file doesn't seem to open 
despite the fact it appears to be an SQLite 3 database.

Eg:
http://server1/svn/projectname/ &amp;gt;    http://server2/svn/projectname/

I realise now we should have a used a subversion specific URL for the 
working copies which would make moving the service much easier - like 
svnserver or something (the URLs are used internally only - hence lack 
of extension).

Many thanks,
Nick

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2965097

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].

&lt;/pre&gt;</description>
    <dc:creator>Nick Gilbert</dc:creator>
    <dc:date>2012-05-25T15:59:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41168">
    <title>Automatic update &amp; commit</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41168</link>
    <description>&lt;pre&gt;Hi all,

As you may or may not know I helped with the
implementation of the recently released EasySVN
client. The latter is an extension to TSVN, adding
automatic commit and update for selected working
copies plus some Assembla-specific features.

I would like to move the core automatic commit &amp;amp;
update code to TSVN to make it available to a much
larger user base.

How does it work?
- User must activate the function on some w/c
   path (not necessarily the w/c base) via context
   menu or as an option during c/o. Can be de- and
   re-activated via context menu at any time.
- It uses a daemon similar to TSVNCache to watch
   selected working copies and the respective repositories
   for changes.
- Detected local changes (new / missing / changed nodes)
   get committed automatically with some standard message.
- Updates get pulled in just the same and conflicts will be
   resolved automatically by renaming the conflicting file.
- Open files will be checked for to reduce the risk of
   conflicting file access.
- Check upon system startup for new local or remote
   changes.

Who may use it and why?
- Basically the same people that would use Dropbox.
- People with little SW development background but
   still having the need to version &amp;amp; share documents
   or that must contribute to some larger SW project,
   e.g. as designers.
- Allows for off-line modification as opposed to WebDAV.

What would be changed in TSVN UI?
- New context menu entry (top level by default?)
   "Automatic mode"; icon symbolizes on / off
- When activated, most context menu items become
   unavailable
- Add "Automatic mode" checkbox to c/o dialog
   (not strictly necessary but certainly helpful)
- Add a page to the settings dialog that lists w/c in
   automatic mode and allows for adding / removing
   entries (also not strictly necessary).

So, if nobody is opposed to that new feature, I would
like to do the code move soon-ish.

&lt;/pre&gt;</description>
    <dc:creator>Stefan Fuhrmann</dc:creator>
    <dc:date>2012-05-22T17:57:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41166">
    <title>Log message formatting</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41166</link>
    <description>&lt;pre&gt;There's a good ability in Log Messages form.
When selecting 2 or more revisions, frame with commit messages contains all messages of the selected revisions, with special format.

For example,

"r651
Expample commit message of revision 651.
---------------------
r649
Expample commit message of revision 649.
---------------------"

But how can I change format of this text?
I would prefer another view:

"Expample commit message of revision 651. [from rev.651]
Expample commit message of revision 649. [from rev.649]"

Is there any way to change format of the log message frame when it shows logs of 2 or more revisions?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2964235

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].

&lt;/pre&gt;</description>
    <dc:creator>omickron</dc:creator>
    <dc:date>2012-05-22T08:37:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41165">
    <title>TortoiseSVN translation status report for r22932</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41165</link>
    <description>&lt;pre&gt;TortoiseSVN translation status report for r22932

==== Translation of trunk/Languages =======================================
                                 : User interface     : Manuals
Total strings                    : 2588               : 3030
Language                         : Status (un/ma)     : Status (un)
===========================================================================
Arabic (Egypt) (ar)              : 23% (1974/0)       : ---
Bulgarian (bg)                   : 95% (128/0)        : ---
Catalan (ca)                     : 76% (610/0)        : ---
Chinese, simplified (zh_CN)      : OK                 : 79% (628)
Chinese, traditional (zh_TW)     : OK                 : ---
Croatian (hr)                    : OK                 : ---
Czech (cs)                       : OK                 : OK
Danish (da)                      : 95% (109/0)        : ---
Dutch (nl)                       : 99% (2/0)          : 86% (401)
Finnish (fi)                     : 99% (1/0)          : 99% (12)
French (fr)                      : OK                 : 94% (174)
Georgian (ka)                    : 97% (77/3)         : ---
German (de)                      : OK                 : OK
Greek (el)                       : 70% (761/0)        : ---
Hungarian (hu)                   : 78% (567/0)        : ---
Indonesian (id)                  : 94% (148/1)        : 49% (1535)
Italian (it)                     : 99% (1/0)          : ---
Japanese (ja)                    : OK                 : OK
Korean (ko)                      : 99% (7/0)          : 14% (2600)
Lithuanian (lt)                  : 21% (2027/8)       : ---
Latvian (lv)                     : 35% (1678/5)       : ---
Macedonian (mk)                  : 74% (664/0)        : ---
Malayalam (ml)                   : 10% (2327/1)       : ---
Norwegian, bokmål (nb)           : OK                 : ---
Persian (fa)                     : 95% (115/8)        : ---
Polish (pl)                      : OK                 : OK
Portuguese, Portugal (pt)        : OK                 : 99% (18)
Portuguese, Brazil (pt_BR)       : 99% (7/0)          : 50% (1486)
Romanian (ro)                    : 93% (164/0)        : ---
Russian (ru)                     : OK                 : OK
Serbian cyrillic (sr)            : OK                 : OK
Serbian latin (sr&amp;lt; at &amp;gt;latin)         : OK                 : OK
Slovak (sk)                      : OK                 : 51% (1455)
Slovenian (sl)                   : 94% (133/0)        : 68% (967)
Spanish (es)                     : 99% (2/0)          : 94% (178)
Swedish (sv)                     : 90% (245/1)        : ---
Thai (th)                        : 25% (1930/1)       : ---
Turkish (tr)                     : 96% (96/0)         : ---
Ukrainian (uk)                   : 79% (526/0)        : ---
Vietnamese (vi)                  : 99% (0/1)          : 99% (2)
===========================================================================
Status: un=untranslated - ma=missing accelerator keys
===========================================================================

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/&amp;gt;    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2963903

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Lübbe Onken</dc:creator>
    <dc:date>2012-05-21T07:03:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41164">
    <title>TortoiseSVN translation status report for r22922</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41164</link>
    <description>&lt;pre&gt;TortoiseSVN translation status report for r22922

==== Translation of trunk/Languages =======================================
                                 : User interface     : Manuals
Total strings                    : 2588               : 3030
Language                         : Status (un/ma)     : Status (un)
===========================================================================
Arabic (Egypt) (ar)              : 23% (1974/0)       : ---
Bulgarian (bg)                   : 95% (128/0)        : ---
Catalan (ca)                     : 76% (610/0)        : ---
Chinese, simplified (zh_CN)      : OK                 : 79% (628)
Chinese, traditional (zh_TW)     : OK                 : ---
Croatian (hr)                    : OK                 : ---
Czech (cs)                       : OK                 : OK
Danish (da)                      : 95% (109/0)        : ---
Dutch (nl)                       : 99% (2/0)          : 86% (401)
Finnish (fi)                     : 99% (1/0)          : 99% (12)
French (fr)                      : OK                 : 94% (174)
Georgian (ka)                    : 97% (77/3)         : ---
German (de)                      : OK                 : OK
Greek (el)                       : 70% (761/0)        : ---
Hungarian (hu)                   : 78% (567/0)        : ---
Indonesian (id)                  : 94% (148/1)        : 49% (1535)
Italian (it)                     : 99% (1/0)          : ---
Japanese (ja)                    : OK                 : OK
Korean (ko)                      : 99% (7/0)          : 14% (2600)
Lithuanian (lt)                  : 21% (2027/8)       : ---
Latvian (lv)                     : 35% (1678/5)       : ---
Macedonian (mk)                  : 74% (664/0)        : ---
Malayalam (ml)                   : 10% (2327/1)       : ---
Norwegian, bokmål (nb)           : OK                 : ---
Persian (fa)                     : 95% (115/8)        : ---
Polish (pl)                      : OK                 : 99% (2)
Portuguese, Portugal (pt)        : OK                 : 99% (18)
Portuguese, Brazil (pt_BR)       : 99% (7/0)          : 50% (1486)
Romanian (ro)                    : 93% (164/0)        : ---
Russian (ru)                     : OK                 : OK
Serbian cyrillic (sr)            : OK                 : 99% (2)
Serbian latin (sr&amp;lt; at &amp;gt;latin)         : OK                 : 99% (2)
Slovak (sk)                      : OK                 : 51% (1455)
Slovenian (sl)                   : 94% (133/0)        : 68% (967)
Spanish (es)                     : 99% (2/0)          : 94% (178)
Swedish (sv)                     : 90% (245/1)        : ---
Thai (th)                        : 25% (1930/1)       : ---
Turkish (tr)                     : 96% (96/0)         : ---
Ukrainian (uk)                   : 79% (526/0)        : ---
Vietnamese (vi)                  : 99% (0/1)          : 99% (2)
===========================================================================
Status: un=untranslated - ma=missing accelerator keys
===========================================================================

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/&amp;gt;    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2961540

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Lübbe Onken</dc:creator>
    <dc:date>2012-05-18T06:35:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41163">
    <title>Announcing the release of EasySVN</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41163</link>
    <description>&lt;pre&gt;Assembla is announcing the release of EasySVN, a free, open-source
Subversion client with unique features to make Subversion easier to use. We
just posted a 1.0 release for Windows and a beta release for Macintosh. You
can download them from http://assemb.la/EasySVN

EasySVN adds the following capabilities:

• Automatic update and commit mode. When this is selected, your subversion
working copy acts like Dropbox, gDrive, Skydrive, and related cloud file
systems. It has the advantage of being open source and portable, so you
have many options for the location and security of files. Because it’s
Subversion, it handles big files and repositories. This mode is useful for
graphical files from designers, and other files that aren’t code.

• Simplified operations to checkout, invite, and create repositories on the
Assembla hosting system. For example, selecting “Share on Assembla” on any
local directory will create a repository, add the files, and commit them,
in one operation.

• Free backend storage. Select “Share on Assembla” and you immediately get
one of our free subversion repositories.

The Windows release builds on TortoiseSVN, the most popular Windows client.
Assembla worked with the TortoiseSVN team and with joint team member Stefan
Fuhrmann to design the background replication features.

The Macintosh release is integrated into the Finder. It builds on the
once-popular SCPlugin open source client, which did not work after OSX
version 10.6 because Apple disabled Finder plugins. The Assembla team
re-engineered it to use the Apple’s new Services structure. They also
updated it to Subversion 1.7, added a *nix port of the automatic update and
commit, and added the Assembla integration.

The automatic update and commit operations are also available in a Linux
command line version with source code.

If you are interested in contributing to these projects, please go to
http://www.assembla.com/spaces/easysvn-tortoise

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2961409

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>EasySVN</dc:creator>
    <dc:date>2012-05-17T15:43:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41161">
    <title>TortoiseSVN 1.7.7 released</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41161</link>
    <description>&lt;pre&gt;Hi,

We're proud to announce that TortoiseSVN 1.7.7 has been released.
It is linked against Subversion 1.7.5

We fixed a lot of bugs in TortoiseSVN this time, mostly thanks to the 
many crash reports that were sent.

To improve TortoiseSVN even further we've also included a new crash 
reporting tool this time. Please have a look at our post about this new 
crash handler and how we use it here:
http://tortoisesvn.net/crashhandler.html

We recommend that you update to this version as soon as possible.
You can get it from our download page:
http://tortoisesvn.net/downloads.html

The changelog for this version:
Version 1.7.7
- BUG: Issue #233: Crash when closing the
        progress dialog. (Stefan)
- BUG: Issue #234: Crash in
        repo browser. (Stefan)
- BUG: Issue #235: Crash when reverting/deleting
        items from the status list control. (Stefan)
- BUG: Issue #236: link-style buttons in commit
        dialog register on non-captured mouseup. (Stefan)
- BUG: Issue #237: crash with invalid
        config file. (Stefan)
- BUG: Issue #238: crash on doubleclick
        in TMerge. (Stefan)
- BUG: Issue #239: crash when entering new
        lines in invalid views. (Stefan)
- BUG: Issue #240: Cancelling revert/resolve
        dialogs can crash. (Stefan)
- BUG: Issue #241: crash when closing app
        using sasl authentication. (Stefan)
- BUG: Issue #242: crash when
        authenticating. (Stefan)
- BUG: Issue #243: deleting rev-selecting log
        dialog can cause a crash. (Stefan)
- BUG: Issue #244: Crash with hotkeys in
        TortoiseMerge. (Stefan)
- BUG: Issue #245: progress dlg can be closed
        while threads are running. (Stefan)
- BUG: Issue #246: crash in file
        diff dialog. (Stefan)
- BUG: Issue #247: crash when reading
        properties fails. (Stefan)
- BUG: Issue #248: division-by-zero with empty
        file in TMerge. (Stefan)
- BUG: Issue #249: invalid file crashes
        TortoiseBlame. (Stefan)
- BUG: Issue #250: invalid icon files crash
        TortoiseIDiff. (Stefan)
- BUG: Issue #251: uncaught exception when editing
        log messages or authors. (Stefan)
- BUG: Issue #252: Repo browser list control is
        not thread safe. (Stefan)
- BUG: Issue #253: Cancelling out of the repo
        browser takes too long. (Stefan)
- BUG: Issue #254: status cache crash
        before closing it. (Stefan)
- BUG: Issue #255: inconsistent unicode
        conversion. (Stefan)
- BUG: Issue #256: merge automation for tree
        and reintegrate fails. (Stefan)
- BUG: Issue #257: crash in TSVNCache
        when refreshing. (Stefan)
- BUG: Issue #258: log dialog exception
        during "next 100". (Stefan)
- BUG: Issue #259: TMerge considers invalid
        views as writable. (Stefan)
- BUG: Issue #260: endless recursion when unchecking
        item in status list control. (Stefan)
- BUG: Issue #261: unchecking deleted items does
        not uncheck its parents. (Stefan)
- BUG: Issue #263: unversioned externals not
        grouped correctly. (Stefan)
- BUG: Issue #264: format exception in
        right-drag export. (Stefan)
- BUG: Issue #265: commit dialog "keep locks"
        ignored for unmodified items. (Stefan)
- BUG: Issue #266: recursion in
        checkout dialog. (Stefan)
- BUG: Issue #268: Exception when
        terminating thread. (Stefan)
- BUG: Issue #269: Crash if GdiPlus is
        not initialized. (Stefan)
- BUG: Issue #270: Exception when quitting
        the log dialog. (Stefan)
- BUG: Issue #271: Crash when showing RevGraph
        on an uncommitted, added node (Stefan Fuhrmann)
- BUG: Issue #282: "Merge all revisions" generates
        empty log message. (Stefan)
- BUG: Issue #273: quotes are not escaped
        in repo browser. (Stefan)
- BUG: Issue #274: exception when dragging. (Stefan)
- BUG: Issue #275: "repair move" fails if
        target dir is missing/deleted. (Stefan)
- BUG: Issue #276: exception if more than 192 user
        defined properties are found. (Stefan)
- BUG: Issue #278: Scrolling in IDiff. (Stefan)
- BUG: Issue #279: applying patch with property
        changes shows error. (Stefan)
- BUG: Issue #280: saving patch to clipboard
        fails to open patch viewer. (Stefan)
- BUG: Issue #281: Log view may segfault
        for empty logs. (Stefan Fuhrmann)
- BUG: Issue #282: Vector index exception when
        updating the log cache. (Stefan Fuhrmann)
- BUG: Issue #283: Repobrowser crash after
        changing the URL. (Stefan Furhmann)
- BUG: Issue #287: project properties are
        read over externals. (Stefan)
- BUG: Issue #288: object leak in log
        dialog. (Stefan)
- BUG: Issue #289: Post-commit errors
        not shown in repo browser. (Stefan)
- BUG: Issue #291: branch/tag always
        uses HEAD. (Stefan)
- BUG: Issue #292: TMerge segfault with
        select all. (Stefan)
- BUG: Issue #294: log dialog columns
        too small. (Stefan)


&lt;/pre&gt;</description>
    <dc:creator>Stefan Küng</dc:creator>
    <dc:date>2012-05-17T12:25:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41160">
    <title>Show diffs on a tag reports an error</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41160</link>
    <description>&lt;pre&gt;Hi

My TSVN version is TortoiseSVN 1.7.99, Build 22798 - 32 Bit -dev,
2012/04/16 21:55:02

when I want to see diffs on  svn_version.h  , I got an error .   look
at the image.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2961147

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Xu Hong</dc:creator>
    <dc:date>2012-05-16T15:01:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41157">
    <title>TortoiseSVN translation status report for r22905</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41157</link>
    <description>&lt;pre&gt;Hi Folks,

here's the latest and greatest translation status report.

==== Translation of trunk/Languages =======================================
                                 : User interface     : Manuals
Total strings                    : 2588               : 3032
Language                         : Status (un/ma)     : Status (un)
===========================================================================
Arabic (Egypt) (ar)              : 23% (1974/0)       : ---
Bulgarian (bg)                   : 95% (128/0)        : ---
Catalan (ca)                     : 76% (610/0)        : ---
Chinese, simplified (zh_CN)      : OK                 : 79% (626)
Chinese, traditional (zh_TW)     : OK                 : ---
Croatian (hr)                    : OK                 : ---
Czech (cs)                       : OK                 : OK
Danish (da)                      : 95% (109/0)        : ---
Dutch (nl)                       : 99% (2/0)          : 86% (399)
Finnish (fi)                     : 99% (1/0)          : 99% (10)
French (fr)                      : OK                 : 94% (172)
Georgian (ka)                    : 97% (77/3)         : ---
German (de)                      : OK                 : OK
Greek (el)                       : 70% (761/0)        : ---
Hungarian (hu)                   : 78% (567/0)        : ---
Indonesian (id)                  : 94% (148/1)        : 49% (1535)
Italian (it)                     : 99% (1/0)          : ---
Japanese (ja)                    : OK                 : OK
Korean (ko)                      : 99% (7/0)          : 14% (2602)
Lithuanian (lt)                  : 21% (2027/8)       : ---
Latvian (lv)                     : 35% (1678/5)       : ---
Macedonian (mk)                  : 74% (664/0)        : ---
Malayalam (ml)                   : 10% (2327/1)       : ---
Norwegian, bokmål (nb)           : OK                 : ---
Persian (fa)                     : 95% (115/8)        : ---
Polish (pl)                      : OK                 : OK
Portuguese, Portugal (pt)        : OK                 : 99% (16)
Portuguese, Brazil (pt_BR)       : 99% (7/0)          : 51% (1484)
Romanian (ro)                    : 93% (164/0)        : ---
Russian (ru)                     : OK                 : OK
Serbian cyrillic (sr)            : OK                 : OK
Serbian latin (sr&amp;lt; at &amp;gt;latin)         : OK                 : OK
Slovak (sk)                      : OK                 : 51% (1457)
Slovenian (sl)                   : 94% (133/0)        : 68% (965)
Spanish (es)                     : 99% (2/0)          : 94% (176)
Swedish (sv)                     : 90% (245/1)        : ---
Thai (th)                        : 25% (1930/1)       : ---
Turkish (tr)                     : 96% (96/0)         : ---
Ukrainian (uk)                   : 79% (526/0)        : ---
Vietnamese (vi)                  : 99% (0/1)          : OK
===========================================================================
Status: un=untranslated - ma=missing accelerator keys
===========================================================================

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/&amp;gt;    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2960483

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Lübbe Onken</dc:creator>
    <dc:date>2012-05-14T11:18:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41155">
    <title>TortoiseSVN translation status report for r22880</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41155</link>
    <description>&lt;pre&gt;TortoiseSVN translation status report for r22880

==== Translation of trunk/Languages =======================================
                                 : User interface     : Manuals
Total strings                    : 2588               : 3032
Language                         : Status (un/ma)     : Status (un)
===========================================================================
Arabic (Egypt) (ar)              : 23% (1974/0)       : ---
Bulgarian (bg)                   : 95% (128/0)        : ---
Catalan (ca)                     : 76% (610/0)        : ---
Chinese, simplified (zh_CN)      : OK                 : 79% (626)
Chinese, traditional (zh_TW)     : OK                 : ---
Croatian (hr)                    : OK                 : ---
Czech (cs)                       : OK                 : OK
Danish (da)                      : 95% (109/0)        : ---
Dutch (nl)                       : 99% (2/0)          : 86% (399)
Finnish (fi)                     : 99% (1/0)          : 99% (10)
French (fr)                      : 99% (1/0)          : 93% (188)
Georgian (ka)                    : 97% (77/3)         : ---
German (de)                      : OK                 : OK
Greek (el)                       : 70% (761/0)        : ---
Hungarian (hu)                   : 78% (567/0)        : ---
Indonesian (id)                  : 94% (148/1)        : 49% (1535)
Italian (it)                     : 99% (1/0)          : ---
Japanese (ja)                    : OK                 : OK
Korean (ko)                      : 99% (7/0)          : 14% (2602)
Lithuanian (lt)                  : 21% (2027/8)       : ---
Latvian (lv)                     : 35% (1678/5)       : ---
Macedonian (mk)                  : 74% (664/0)        : ---
Malayalam (ml)                   : 10% (2327/1)       : ---
Norwegian, bokmål (nb)           : OK                 : ---
Persian (fa)                     : 95% (115/8)        : ---
Polish (pl)                      : OK                 : OK
Portuguese, Portugal (pt)        : OK                 : 99% (16)
Portuguese, Brazil (pt_BR)       : 99% (7/0)          : 51% (1484)
Romanian (ro)                    : 93% (164/0)        : ---
Russian (ru)                     : OK                 : OK
Serbian cyrillic (sr)            : OK                 : OK
Serbian latin (sr&amp;lt; at &amp;gt;latin)         : OK                 : OK
Slovak (sk)                      : OK                 : 51% (1457)
Slovenian (sl)                   : 94% (133/0)        : 68% (965)
Spanish (es)                     : 99% (2/0)          : 94% (176)
Swedish (sv)                     : 90% (245/1)        : ---
Thai (th)                        : 25% (1930/1)       : ---
Turkish (tr)                     : 96% (96/0)         : ---
Ukrainian (uk)                   : 79% (526/0)        : ---
Vietnamese (vi)                  : 99% (0/1)          : OK
===========================================================================
Status: un=untranslated - ma=missing accelerator keys
===========================================================================

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/&amp;gt;    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2958176

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Lübbe Onken</dc:creator>
    <dc:date>2012-05-07T07:34:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41148">
    <title>Delay in starting TMerge</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41148</link>
    <description>&lt;pre&gt;For a while, I've noticed a delay when starting TMerge. The window appears quickly, but then there is no response for around a second, until the overview margin appears.
The problem seems to be related to changing the window style. I find that if the selected style in TMerge is one of the Office 2007 styles, there is no delay. All the others seem to cause a delay. This is also the case when my desktop style is Windows Classic.
The delay seems to occur slightly less frequently on the console than over a Remote Desktop connection.
Currently using tsvn 1.7.99, Build 22840 - 64 Bit, on Windows 7.


Oddvar

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2957384

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Oddvar Kloster</dc:creator>
    <dc:date>2012-05-03T14:46:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41146">
    <title>Build instructions and OpenSSL</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41146</link>
    <description>&lt;pre&gt;This is a friendly reminder that build.txt needs to be updated to specify OpenSSL 1.0.1.

Oddvar

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2957352

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Oddvar Kloster</dc:creator>
    <dc:date>2012-05-03T13:14:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41145">
    <title>Custom tunnel support</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41145</link>
    <description>&lt;pre&gt;I am looking for custom tunnel support for TortoiseSVN.  Hacks exists for
simplistic "custom tunnels" (i.e. using a nonstandard ssh port), but these
work arounds are not an integral part of TortoiseSVN.  The ability to
support a URL such as

svn+mytunnel://some.host.com/repo would be awesome.

This is fairly trivial to take advantage of in the unix command line
versions of the svn client.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2957340

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Geoffrey Atkinson</dc:creator>
    <dc:date>2012-05-03T12:33:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41143">
    <title>Please revoke moderator role</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41143</link>
    <description>&lt;pre&gt;Stefan, others,

Please revoke my moderator role for the dev list. I will no longer
participate in the moderation efforts.

&lt;/pre&gt;</description>
    <dc:creator>Jean-Marc van Leerdam</dc:creator>
    <dc:date>2012-05-03T10:28:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41140">
    <title>hook script experience</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41140</link>
    <description>&lt;pre&gt;I had trouble to make script working. Besides I used old version, 
scripts expect forward slashes. This may implicate from requestion URL, 
but was not clear for me first.

I set precommit,commit,preupdate hook to program on one folder. When 
commit that folder program get stared. Hower when commit from parrent 
(no hooks there) hook does not run. Did I miss something. Is this 
inteded? If yes it is not expected.
Hook is used on actual (so caled trunk), so when ever truck is about to 
be commited some cleaning have to be done. We don't want that cleaning 
for other older branched for now.

Most of us have checked all repository as we work on more branches at 
once and also some related tools reside in that repository. Setting hook 
on root is not favorite solution even without recurisive. I need run 
hook when folder with hook set is about to be commited and hook should 
run only for that folder (within its context).

&lt;/pre&gt;</description>
    <dc:creator>Oto BREZINA</dc:creator>
    <dc:date>2012-05-02T12:54:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41137">
    <title>no nighly full - may 2 2012 ?</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41137</link>
    <description>&lt;pre&gt;There is full build for today.
I have some trouble to make client side scripts working but before 
reporting I would like to update, but no full build found.

&lt;/pre&gt;</description>
    <dc:creator>Oto BREZINA</dc:creator>
    <dc:date>2012-05-02T09:55:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41135">
    <title>TortoiseSVN translation status report for r22850</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41135</link>
    <description>&lt;pre&gt;TortoiseSVN translation status report for r22850

==== Translation of trunk/Languages =======================================
                                 : User interface     : Manuals
Total strings                    : 2588               : 3032
Language                         : Status (un/ma)     : Status (un)
===========================================================================
Arabic (Egypt) (ar)              : 23% (1974/0)       : ---
Bulgarian (bg)                   : 95% (128/0)        : ---
Catalan (ca)                     : 76% (610/0)        : ---
Chinese, simplified (zh_CN)      : OK                 : 79% (626)
Chinese, traditional (zh_TW)     : 99% (1/0)          : ---
Croatian (hr)                    : 99% (14/0)         : ---
Czech (cs)                       : OK                 : OK
Danish (da)                      : 95% (109/0)        : ---
Dutch (nl)                       : 99% (2/0)          : 86% (399)
Finnish (fi)                     : 99% (1/0)          : 99% (10)
French (fr)                      : 99% (1/0)          : 93% (188)
Georgian (ka)                    : 97% (77/3)         : ---
German (de)                      : OK                 : OK
Greek (el)                       : 70% (761/0)        : ---
Hungarian (hu)                   : 78% (567/0)        : ---
Indonesian (id)                  : 94% (148/1)        : 49% (1535)
Italian (it)                     : 99% (1/0)          : ---
Japanese (ja)                    : OK                 : OK
Korean (ko)                      : 99% (7/0)          : ---
Lithuanian (lt)                  : 21% (2027/8)       : ---
Latvian (lv)                     : 33% (1732/4)       : ---
Macedonian (mk)                  : 74% (664/0)        : ---
Malayalam (ml)                   : 10% (2327/1)       : ---
Norwegian, bokmål (nb)           : 99% (1/0)          : ---
Persian (fa)                     : 95% (115/8)        : ---
Polish (pl)                      : OK                 : OK
Portuguese, Portugal (pt)        : 99% (1/0)          : 99% (29)
Portuguese, Brazil (pt_BR)       : 99% (7/0)          : 50% (1496)
Romanian (ro)                    : 93% (164/0)        : ---
Russian (ru)                     : 99% (1/0)          : 99% (10)
Serbian cyrillic (sr)            : 99% (1/0)          : 99% (10)
Serbian latin (sr&amp;lt; at &amp;gt;latin)         : 99% (1/0)          : 99% (10)
Slovak (sk)                      : OK                 : 51% (1470)
Slovenian (sl)                   : 94% (133/0)        : 68% (965)
Spanish (es)                     : 99% (2/0)          : 94% (176)
Swedish (sv)                     : 90% (245/1)        : ---
Thai (th)                        : 25% (1930/1)       : ---
Turkish (tr)                     : 96% (96/0)         : ---
Ukrainian (uk)                   : 79% (526/0)        : ---
Vietnamese (vi)                  : 96% (99/0)         : 97% (67)
===========================================================================
Status: un=untranslated - ma=missing accelerator keys
===========================================================================

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/&amp;gt;    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2956189

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Lübbe Onken</dc:creator>
    <dc:date>2012-04-30T09:29:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41134">
    <title>Issue 222 not yet fixed</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41134</link>
    <description>&lt;pre&gt;Hello World,

Unfortunately Issue 222 is not yet fixed in TSVN 1.7.6. I have added a 
comment and a few screenshots to demonstrate my problem.

TIA and best regards
Andreas
&lt;/pre&gt;</description>
    <dc:creator>Andreas Tscharner</dc:creator>
    <dc:date>2012-04-30T08:45:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41132">
    <title>Reintegration failure without a proper error</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41132</link>
    <description>&lt;pre&gt;I am trying to reintegrate a child project back into it's parent, but I am getting the error as described in the screenshot. The child is up to date merge wise and should not have any difficulty getting back onto it's parent.

It says there is an error but the description looks like everything should be okay.

Anyone suggest something that might cause this?

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2954033

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Matthew Ford</dc:creator>
    <dc:date>2012-04-27T10:23:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41130">
    <title>hook script to disable icon handler</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41130</link>
    <description>&lt;pre&gt;Hello,


In order to run tortoise with our solidworks we need to disable the solidwork icon handler with ShellExView
But then the icons don't update

Is there a way to write a hook script in tortoise such that it will?
1. disable the icon handler
2. commit or update
3. re enable the icon handler




Regards,


Daniel Pekar, Mechanical Designer
PACBRAKE COMPANY

T  604.881.7144  |  F  604.882.2330  |  E  daniel.pekar&amp;lt; at &amp;gt;pacbrake.com  |  www.pacbrake.com
19594 96th Avenue, Surrey BC Canada  V4N 4C3  |  Toll Free  1.800.663.0096
______________________________________________________________________________________________________________
This e-mail is confidential and constitutes PROPRIETARY INFORMATION which has been prepared only for the intended addressee.
Do not read, copy, print or otherwise disseminate it unless you are the intended addressee. If you have received this communication
in error, please notify the sender of this fact and delete the communication from your system

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2951194

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].

&lt;/pre&gt;</description>
    <dc:creator>Daniel Pekar</dc:creator>
    <dc:date>2012-04-23T15:09:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41129">
    <title>TortoiseSVN translation status report for r22823</title>
    <link>http://comments.gmane.org/gmane.comp.version-control.subversion.tortoisesvn.devel/41129</link>
    <description>&lt;pre&gt;Hi Folks,

here's the latest translation status report for you. Thanks to Abel, who
has picked up the Hungarian translation and gave it a boost in the last
week :)

==== Translation of trunk/Languages =======================================
                                 : User interface     : Manuals
Total strings                    : 2587               : 3032
Language                         : Status (un/ma)     : Status (un)
===========================================================================
Arabic (Egypt) (ar)              : 23% (1973/0)       : ---
Bulgarian (bg)                   : 95% (127/0)        : ---
Catalan (ca)                     : 76% (609/0)        : ---
Chinese, simplified (zh_CN)      : OK                 : 79% (625)
Chinese, traditional (zh_TW)     : OK                 : ---
Croatian (hr)                    : 99% (13/0)         : ---
Czech (cs)                       : OK                 : OK
Danish (da)                      : 95% (108/0)        : ---
Dutch (nl)                       : 99% (1/0)          : 86% (397)
Finnish (fi)                     : OK                 : OK
French (fr)                      : OK                 : 93% (183)
Georgian (ka)                    : 97% (76/3)         : ---
German (de)                      : OK                 : OK
Greek (el)                       : 70% (760/0)        : ---
Hungarian (hu)                   : 77% (581/0)        : ---
Indonesian (id)                  : 94% (147/1)        : 49% (1535)
Italian (it)                     : 99% (1/0)          : ---
Japanese (ja)                    : OK                 : OK
Korean (ko)                      : 99% (6/0)          : ---
Lithuanian (lt)                  : 21% (2026/8)       : ---
Macedonian (mk)                  : 74% (663/0)        : ---
Malayalam (ml)                   : 10% (2326/1)       : ---
Norwegian, bokmål (nb)           : OK                 : ---
Persian (fa)                     : 95% (114/8)        : ---
Polish (pl)                      : OK                 : OK
Portuguese, Portugal (pt)        : 99% (9/0)          : 99% (20)
Portuguese, Brazil (pt_BR)       : 99% (6/0)          : 50% (1495)
Romanian (ro)                    : 93% (163/0)        : ---
Russian (ru)                     : OK                 : OK
Serbian cyrillic (sr)            : OK                 : OK
Serbian latin (sr&amp;lt; at &amp;gt;latin)         : OK                 : OK
Slovak (sk)                      : 99% (0/2)          : 51% (1469)
Slovenian (sl)                   : 94% (132/0)        : 68% (964)
Spanish (es)                     : 99% (1/0)          : 94% (174)
Swedish (sv)                     : 90% (244/1)        : ---
Thai (th)                        : 25% (1929/1)       : ---
Turkish (tr)                     : 96% (95/0)         : ---
Ukrainian (uk)                   : 79% (525/0)        : ---
Vietnamese (vi)                  : 96% (98/0)         : 97% (65)
===========================================================================
Status: un=untranslated - ma=missing accelerator keys
===========================================================================

Cheers
- Lübbe

--
Please help me get more space on Dropbox :)
https://www.dropbox.com/referrals/NTIwMzcxNjI5
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/&amp;gt;    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net  PGP Key ID 0x23F511AB

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&amp;amp;dsMessageId=2951008

To unsubscribe from this discussion, e-mail: [dev-unsubscribe&amp;lt; at &amp;gt;tortoisesvn.tigris.org].&lt;/pre&gt;</description>
    <dc:creator>Lübbe Onken</dc:creator>
    <dc:date>2012-04-23T08:21:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.tortoisesvn.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.tortoisesvn.devel</link>
  </textinput>
</rdf:RDF>

