Re:

Branko Čibej <[email protected]> Fri, 27 Jun 2025 03:06:58 +0200
Newsgroups gmane.comp.version-control.subversion.user
Organization The Apache Software Foundation
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------fsesPc4YdBlezjwHt1EDQ0WJ
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

On 25. 6. 25 23:56, กุพัดตั้งค่า จอไวมือถือ wrote:
> svn.exe log --quiet | ? { $_ -notlike '-*' } | % { "{0} = {0} " -f ($_ 
> -split ' | ')[1] } | Select-Object -Unique | Sort-Object | Out-File 
> 'authors-transform.txt' -Encoding utf8NoBOM

svn log --quiet | grep '^r' | cut '-d|' -f2 | tr -d ' ' | sort -u


--------------fsesPc4YdBlezjwHt1EDQ0WJ
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 25. 6. 25 23:56, กุพัดตั้งค่า
      จอไวมือถือ wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANcvoKgHQ_SonqtdeyviO3xcJ+b7Q7C3mVto91A=n3i6WPeXzA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="auto">svn.exe log --quiet | ? { $_ -notlike '-*' } | % {
        "{0} = {0} " -f ($_ -split ' | ')[1] } | Select-Object -Unique |
        Sort-Object | Out-File 'authors-transform.txt' -Encoding
        utf8NoBOM</div>
    </blockquote>
    <br>
    <pre>svn log --quiet | grep '^r' | cut '-d|' -f2 | tr -d ' ' | sort -u</pre>
    <br>
  </body>
</html>

--------------fsesPc4YdBlezjwHt1EDQ0WJ--