You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2005/08/25 20:29:01 UTC

Subversion 1.2.3 released.

Subversion 1.2.3 is ready and available from: 

   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz
   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2
   http://subversion.tigris.org/downloads/subversion-1.2.3.zip

The MD5 checksums are:

   a14bc6590241b6e5c2ff2b354cc184a1  subversion-1.2.3.tar.bz2
   95f9b43801b4d9bc071564bca2116763  subversion-1.2.3.tar.gz
   503045995b608b5909d5a8e4c2c56616  subversion-1.2.3.zip

The SHA1 checksums are:

   513a217ba4a8045ea3daba5c3b0816f80ce0041b  subversion-1.2.3.tar.bz2
   790cfc94db98799a48a157fef22a13c878e74345  subversion-1.2.3.tar.gz
   9cdc6c87758754d69633012f7968122663726dfe  subversion-1.2.3.zip

PGP Signatures are available at:
   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2.asc
   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz.asc
   http://subversion.tigris.org/downloads/subversion-1.2.3.zip.asc

For this release, the following people have provided PGP signatures:
   Branko \xc4\x8cibej  [2048R/C8628501] with fingerprint:
   8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
   Jani Averbach  [1024D/16D8B41C] with fingerprint:
   3A1F 5A74 ADF2 5B0C 62E2  1F6A D6C6 2497 16D8 B41C
   Mark Phippard  [2048R/7DD66767] with fingerprint:
   EAF4 5239 AF08 D762 539A  13D5 159E 3781 7DD6 6767
   Justin R. Erenkrantz  [1024D/E2226795] with fingerprint:
   3C01 6F2B 7646 21BB 549C  66B5 16A9 6495 E222 6795
   Seth Arnold  [1024D/D9B0A099] with fingerprint:
   4415 BF52 4982 4B6C 213B  FAD1 FBD9 EE33 D9B0 A099
   Ben Reser  [1024D/641E358B] with fingerprint:
   42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B
   Karl Franz Fogel  [1024D/DB00A248] with fingerprint:
   B77E 8FB2 112F 9637 2E3E  3F08 BC9D BB13 DB00 A248
   Ben Collins-Sussman  [1024D/EC6B5156] with fingerprint:
   9FBF BEB7 409D D55F 6946  5CC6 5348 1A68 EC6B 5156

This is a bug fix release in the 1.2.x line.  1.2.2 was not released
due to the discovery of a segfault bug after the release had been
cut.  We hope upgrading to this release is as easy as 1-2-3 for you.

Binary distributions are usually available for various platforms
within a week.  The Subversion project does not officially
endorse or maintain any of these binary distributions, so we
cannot control the exact timing of their release.

A full list of changes since 1.2.1 follows below.

Questions, comments, and bug reports to users_at_subversion.tigris.org.

Thanks,
-The Subversion Team

--------------------8-<-------cut-here---------8-<-----------------------
 User-visible-changes:
  - Client:
    * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
    * fixed: 'svn export' segfault (r15516)
    * fixed: 'svn merge' memory leak (r15233)
    * fixed: horrible rename-tracing performance against 1.0 servers (r15315)
    * fixed: 'svn cat' over file:// -- small leak  (r15253)
    * fixed: crash with "svn lock" and authentication (r15703)
    * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
    * translation updates for French, German, Polish, Norwegian, Swedish,
      Korean

  - Server:
    * fixed: mod_authz_svn being overly restrictive (r15463)
    * fixed: fsfs directory caching bug (r15705, r15742)
  - Both:
    * fixed: crash when >50 options passed to any commandline app (r15251)
    * fixed: memory leak in character translation handle caching (r15379,-398)

Developer-visible-changes:
* fixed: crash when calling svn_client_(un)lock with no targets (r15734)
* rhel-4 RPM bugfix for python bindings (r15616)
* missing #include in SWIG bindings (r15683)
* javahl bindings:
      - fixed: JNI library loading bug (r15552)
      - fixed: JNI stack-name cut and paste error (r15337)
      - fixed: crash when revisions have no dates (r15737)
* perl bindings:
      - now compatible with SWIG 1.3.25 (r15248)
      - allow SVN::Pool to be used as pool parameter (r15450)
      - make SVN::Delta::Editor friendlier for debugging (r15609)
      - fixed: wrap svn_ra_stat properly (r15713)
      - fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
* ruby bindings:
      - now compatible with SWIG 1.3.25 (r14980, r15361)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by "Jostein Chr. Andersen" <jo...@josander.net>.
On Thursday 25 August 2005 22.29, Ben Reser wrote:
> Subversion 1.2.3 is ready

The Windows Installer version based upon svn-win32-1.2.3.zip is here:

  
http://subversion.tigris.org/files/documents/15/25364/svn-1.2.3-setup.exe

Checksums and PGP signature for svn-1.2.3-setup.exe
===================================================

Checksums:

  MD5:  b58caecd4de777ac9017c7706e024c01  svn-1.2.3-setup.exe
  SHA1: fe500b50a8a189b4593e0b7dadffcabe543ce4ca  svn-1.2.3-setup.exe


Enjoy..

Jostein

Re: Subversion 1.2.3 released.

Posted by "Jostein Chr. Andersen" <jo...@josander.net>.
On Thursday 25 August 2005 22.29, Ben Reser wrote:
> Subversion 1.2.3 is ready

The Windows Installer version based upon svn-win32-1.2.3.zip is here:

  
http://subversion.tigris.org/files/documents/15/25364/svn-1.2.3-setup.exe

Checksums and PGP signature for svn-1.2.3-setup.exe
===================================================

Checksums:

  MD5:  b58caecd4de777ac9017c7706e024c01  svn-1.2.3-setup.exe
  SHA1: fe500b50a8a189b4593e0b7dadffcabe543ce4ca  svn-1.2.3-setup.exe


Enjoy..

Jostein

Issue #2391 filed as requested (Re: Subversion 1.2.3 released.)

Posted by Ralph Seichter <su...@sentries.org>.
Please see <http://subversion.tigris.org/issues/show_bug.cgi?id=2391>

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Issue #2391 filed as requested (Re: Subversion 1.2.3 released.)

Posted by Ralph Seichter <su...@sentries.org>.
Please see <http://subversion.tigris.org/issues/show_bug.cgi?id=2391>

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Ralph Seichter <su...@sentries.org>.
Branko Čibej wrote:

 > This certainly looks like a bug. Please file an issue in the issue
 > tracker

Will do, as soon as a friendly person assigns the "Observer" role to
my Tigris account. ;-)

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Ralph Seichter <su...@sentries.org>.
Branko Čibej wrote:

 > This certainly looks like a bug. Please file an issue in the issue
 > tracker

Will do, as soon as a friendly person assigns the "Observer" role to
my Tigris account. ;-)

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
Ralph Seichter wrote:

> Branko Čibej wrote:
>
> > I couldn't reproduce this, but then, I'm not using client
> > certificates. So, it could either be a bug in the certificate
> > handling code, or it could be a bug in the server. What server are
> > you testing against? Is it on the same machine, so that your
> > removing the "share" directory affects the server, too?
>
> The client is running Windows XP with Subversion 1.2.3, the Server
> uses Apache 2.0.54 on Linux, also with Subversion 1.2.3.
>
> If I read the attached log excerpts right, Apache fails to extract
> data from the client certificate when the SVN client is using
> localized texts, because the user name recorded in the log is an
> empty string instead of "John Doe".
>
> I'm not sure if the CN part of the certificate is not found or if
> other certificate data is affected, but as Apache can't figure out
> who is trying to access the SVN repository, it returns "403
> forbidden".

This certainly looks like a bug. Please file an issue in the issue 
tracker (http://subversion.tigris.org/project_issues.html). Describe 
exactly what happens, and include a link to this thread in the mailing 
list archives.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
Ralph Seichter wrote:

> Branko Čibej wrote:
>
> > I couldn't reproduce this, but then, I'm not using client
> > certificates. So, it could either be a bug in the certificate
> > handling code, or it could be a bug in the server. What server are
> > you testing against? Is it on the same machine, so that your
> > removing the "share" directory affects the server, too?
>
> The client is running Windows XP with Subversion 1.2.3, the Server
> uses Apache 2.0.54 on Linux, also with Subversion 1.2.3.
>
> If I read the attached log excerpts right, Apache fails to extract
> data from the client certificate when the SVN client is using
> localized texts, because the user name recorded in the log is an
> empty string instead of "John Doe".
>
> I'm not sure if the CN part of the certificate is not found or if
> other certificate data is affected, but as Apache can't figure out
> who is trying to access the SVN repository, it returns "403
> forbidden".

This certainly looks like a bug. Please file an issue in the issue 
tracker (http://subversion.tigris.org/project_issues.html). Describe 
exactly what happens, and include a link to this thread in the mailing 
list archives.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Ralph Seichter <su...@sentries.org>.
Branko Čibej wrote:

 > I couldn't reproduce this, but then, I'm not using client
 > certificates. So, it could either be a bug in the certificate
 > handling code, or it could be a bug in the server. What server are
 > you testing against? Is it on the same machine, so that your
 > removing the "share" directory affects the server, too?

The client is running Windows XP with Subversion 1.2.3, the Server
uses Apache 2.0.54 on Linux, also with Subversion 1.2.3.

If I read the attached log excerpts right, Apache fails to extract
data from the client certificate when the SVN client is using
localized texts, because the user name recorded in the log is an
empty string instead of "John Doe".

I'm not sure if the CN part of the certificate is not found or if
other certificate data is affected, but as Apache can't figure out
who is trying to access the SVN repository, it returns "403
forbidden".

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


Re: Subversion 1.2.3 released.

Posted by Ralph Seichter <su...@sentries.org>.
Branko Čibej wrote:

 > I couldn't reproduce this, but then, I'm not using client
 > certificates. So, it could either be a bug in the certificate
 > handling code, or it could be a bug in the server. What server are
 > you testing against? Is it on the same machine, so that your
 > removing the "share" directory affects the server, too?

The client is running Windows XP with Subversion 1.2.3, the Server
uses Apache 2.0.54 on Linux, also with Subversion 1.2.3.

If I read the attached log excerpts right, Apache fails to extract
data from the client certificate when the SVN client is using
localized texts, because the user name recorded in the log is an
empty string instead of "John Doe".

I'm not sure if the CN part of the certificate is not found or if
other certificate data is affected, but as Apache can't figure out
who is trying to access the SVN repository, it returns "403
forbidden".

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
Branko Čibej wrote:

> Ralph Seichter wrote:
>
>> Hi,
>>
>> I extracted Branko's Win32 archive of SVN 1.2.3 (thanks, Branko),
>> and when I try to access a repository, I see the following error:
>>
>>   D:\foo>svn status -u
>>   svn: PROPFIND Anfrage fehlgeschlagen auf '/subversion/foo'
>>   svn: PROPFIND von '/svn/bookmarks':
>>          403 Forbidden (https://server.dom.ain)
>>
>> "Anfrage fehlgeschlagen" translates to "request failed"; the Apache
>> 2.0.54 server returns an error 403. The same happens when I try to
>> check out a project.
>>
>> However, if I delete or rename the "share" directory which was
>> extracted from the archive, checking the status of a project or
>> checking one out from the repository work just fine:
>>
>>   D:\foo>svn status -u
>>   Passphrase for 'D:\keyfile.p12': *****
>>   Status against revision: 36
>>
>> The same behaviour also can be observed with the 1.2.1 binaries, so
>> the problem was not introduced with the latest release. Any ideas?
>
>
> It looks like we're localising a string that we shouldn't touch. 
> You're using client certificates for authentication, right? If there's 
> a bad translation somewhere, this should be reproducible on Unix, too. 
> I don't believe this is a Windows-only bug.

I couldn't reproduce this, but then, I'm not using client certificates. 
So, it could either be a bug in the certificate handling code, or it 
could be a bug in the server. What server are you testing against? Is it 
on the same machine, so that your removing the "share" directory affects 
the server, too?

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
Branko Čibej wrote:

> Ralph Seichter wrote:
>
>> Hi,
>>
>> I extracted Branko's Win32 archive of SVN 1.2.3 (thanks, Branko),
>> and when I try to access a repository, I see the following error:
>>
>>   D:\foo>svn status -u
>>   svn: PROPFIND Anfrage fehlgeschlagen auf '/subversion/foo'
>>   svn: PROPFIND von '/svn/bookmarks':
>>          403 Forbidden (https://server.dom.ain)
>>
>> "Anfrage fehlgeschlagen" translates to "request failed"; the Apache
>> 2.0.54 server returns an error 403. The same happens when I try to
>> check out a project.
>>
>> However, if I delete or rename the "share" directory which was
>> extracted from the archive, checking the status of a project or
>> checking one out from the repository work just fine:
>>
>>   D:\foo>svn status -u
>>   Passphrase for 'D:\keyfile.p12': *****
>>   Status against revision: 36
>>
>> The same behaviour also can be observed with the 1.2.1 binaries, so
>> the problem was not introduced with the latest release. Any ideas?
>
>
> It looks like we're localising a string that we shouldn't touch. 
> You're using client certificates for authentication, right? If there's 
> a bad translation somewhere, this should be reproducible on Unix, too. 
> I don't believe this is a Windows-only bug.

I couldn't reproduce this, but then, I'm not using client certificates. 
So, it could either be a bug in the certificate handling code, or it 
could be a bug in the server. What server are you testing against? Is it 
on the same machine, so that your removing the "share" directory affects 
the server, too?

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
Ralph Seichter wrote:

> Hi,
>
> I extracted Branko's Win32 archive of SVN 1.2.3 (thanks, Branko),
> and when I try to access a repository, I see the following error:
>
>   D:\foo>svn status -u
>   svn: PROPFIND Anfrage fehlgeschlagen auf '/subversion/foo'
>   svn: PROPFIND von '/svn/bookmarks':
>          403 Forbidden (https://server.dom.ain)
>
> "Anfrage fehlgeschlagen" translates to "request failed"; the Apache
> 2.0.54 server returns an error 403. The same happens when I try to
> check out a project.
>
> However, if I delete or rename the "share" directory which was
> extracted from the archive, checking the status of a project or
> checking one out from the repository work just fine:
>
>   D:\foo>svn status -u
>   Passphrase for 'D:\keyfile.p12': *****
>   Status against revision: 36
>
> The same behaviour also can be observed with the 1.2.1 binaries, so
> the problem was not introduced with the latest release. Any ideas?

It looks like we're localising a string that we shouldn't touch. You're 
using client certificates for authentication, right? If there's a bad 
translation somewhere, this should be reproducible on Unix, too. I don't 
believe this is a Windows-only bug.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
Ralph Seichter wrote:

> Hi,
>
> I extracted Branko's Win32 archive of SVN 1.2.3 (thanks, Branko),
> and when I try to access a repository, I see the following error:
>
>   D:\foo>svn status -u
>   svn: PROPFIND Anfrage fehlgeschlagen auf '/subversion/foo'
>   svn: PROPFIND von '/svn/bookmarks':
>          403 Forbidden (https://server.dom.ain)
>
> "Anfrage fehlgeschlagen" translates to "request failed"; the Apache
> 2.0.54 server returns an error 403. The same happens when I try to
> check out a project.
>
> However, if I delete or rename the "share" directory which was
> extracted from the archive, checking the status of a project or
> checking one out from the repository work just fine:
>
>   D:\foo>svn status -u
>   Passphrase for 'D:\keyfile.p12': *****
>   Status against revision: 36
>
> The same behaviour also can be observed with the 1.2.1 binaries, so
> the problem was not introduced with the latest release. Any ideas?

It looks like we're localising a string that we shouldn't touch. You're 
using client certificates for authentication, right? If there's a bad 
translation somewhere, this should be reproducible on Unix, too. I don't 
believe this is a Windows-only bug.

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Ralph Seichter <su...@sentries.org>.
Hi,

I extracted Branko's Win32 archive of SVN 1.2.3 (thanks, Branko),
and when I try to access a repository, I see the following error:

   D:\foo>svn status -u
   svn: PROPFIND Anfrage fehlgeschlagen auf '/subversion/foo'
   svn: PROPFIND von '/svn/bookmarks':
          403 Forbidden (https://server.dom.ain)

"Anfrage fehlgeschlagen" translates to "request failed"; the Apache
2.0.54 server returns an error 403. The same happens when I try to
check out a project.

However, if I delete or rename the "share" directory which was
extracted from the archive, checking the status of a project or
checking one out from the repository work just fine:

   D:\foo>svn status -u
   Passphrase for 'D:\keyfile.p12': *****
   Status against revision: 36

The same behaviour also can be observed with the 1.2.1 binaries, so
the problem was not introduced with the latest release. Any ideas?

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
The Win32 binaries are available:

  http://subversion.tigris.org/files/documents/15/25188/svn-win32-1.2.3.zip
  http://subversion.tigris.org/files/documents/15/25190/svn-win32-1.2.3_dev.zip
  http://subversion.tigris.org/files/documents/15/25191/svn-win32-1.2.3_javahl.zip
  http://subversion.tigris.org/files/documents/15/25189/svn-win32-1.2.3_pdb.zip
  http://subversion.tigris.org/files/documents/15/25192/svn-win32-1.2.3_pl.zip
  http://subversion.tigris.org/files/documents/15/25193/svn-win32-1.2.3_py.zip

The MD5 checksums are:
  317e7a5d80c2bcdb230455183d839448  svn-win32-1.2.3.zip
  646bf3def1ed9d46bb8d7393f0868c1f  svn-win32-1.2.3_dev.zip
  96401d69c228e6dde48679c9c825cd77  svn-win32-1.2.3_javahl.zip
  acfcbfe655ecfdda11b2b3ada6292d04  svn-win32-1.2.3_pdb.zip
  b7f7aa0495744ab913facdf7a2892889  svn-win32-1.2.3_pl.zip
  21fc5e78f41bbfcadd08f5b548090473  svn-win32-1.2.3_py.zip

The SHA-1 checksums are:
  55c7387ed0c8f5975dce66c20b46fb72c2744006  svn-win32-1.2.3.zip
  777362bae94f80061b5213875c24f1472a47a0a6  svn-win32-1.2.3_dev.zip
  e05e32f10d4974bbb8caa317bc8ea388ec6ba30f  svn-win32-1.2.3_javahl.zip
  1bdff4052698d47d92f380c1c3ce2aaf148d1228  svn-win32-1.2.3_pdb.zip
  4000ab8144e5aa11a75b95534db5ccaa3514a219  svn-win32-1.2.3_pl.zip
  9d0901ab1870958ab05b77e53f7c5c08eaca7f23  svn-win32-1.2.3_py.zip

The PGP signatures are available at http://www.xbc.nu/svn/sig/.



Ben Reser wrote:

>Subversion 1.2.3 is ready and available from: 
>
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2
>   http://subversion.tigris.org/downloads/subversion-1.2.3.zip
>
>The MD5 checksums are:
>
>   a14bc6590241b6e5c2ff2b354cc184a1  subversion-1.2.3.tar.bz2
>   95f9b43801b4d9bc071564bca2116763  subversion-1.2.3.tar.gz
>   503045995b608b5909d5a8e4c2c56616  subversion-1.2.3.zip
>
>The SHA1 checksums are:
>
>   513a217ba4a8045ea3daba5c3b0816f80ce0041b  subversion-1.2.3.tar.bz2
>   790cfc94db98799a48a157fef22a13c878e74345  subversion-1.2.3.tar.gz
>   9cdc6c87758754d69633012f7968122663726dfe  subversion-1.2.3.zip
>
>PGP Signatures are available at:
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2.asc
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz.asc
>   http://subversion.tigris.org/downloads/subversion-1.2.3.zip.asc
>
>For this release, the following people have provided PGP signatures:
>   Branko \xc4\x8cibej  [2048R/C8628501] with fingerprint:
>   8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
>   Jani Averbach  [1024D/16D8B41C] with fingerprint:
>   3A1F 5A74 ADF2 5B0C 62E2  1F6A D6C6 2497 16D8 B41C
>   Mark Phippard  [2048R/7DD66767] with fingerprint:
>   EAF4 5239 AF08 D762 539A  13D5 159E 3781 7DD6 6767
>   Justin R. Erenkrantz  [1024D/E2226795] with fingerprint:
>   3C01 6F2B 7646 21BB 549C  66B5 16A9 6495 E222 6795
>   Seth Arnold  [1024D/D9B0A099] with fingerprint:
>   4415 BF52 4982 4B6C 213B  FAD1 FBD9 EE33 D9B0 A099
>   Ben Reser  [1024D/641E358B] with fingerprint:
>   42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B
>   Karl Franz Fogel  [1024D/DB00A248] with fingerprint:
>   B77E 8FB2 112F 9637 2E3E  3F08 BC9D BB13 DB00 A248
>   Ben Collins-Sussman  [1024D/EC6B5156] with fingerprint:
>   9FBF BEB7 409D D55F 6946  5CC6 5348 1A68 EC6B 5156
>
>This is a bug fix release in the 1.2.x line.  1.2.2 was not released
>due to the discovery of a segfault bug after the release had been
>cut.  We hope upgrading to this release is as easy as 1-2-3 for you.
>
>Binary distributions are usually available for various platforms
>within a week.  The Subversion project does not officially
>endorse or maintain any of these binary distributions, so we
>cannot control the exact timing of their release.
>
>A full list of changes since 1.2.1 follows below.
>
>Questions, comments, and bug reports to users_at_subversion.tigris.org.
>
>Thanks,
>-The Subversion Team
>
>--------------------8-<-------cut-here---------8-<-----------------------
> User-visible-changes:
>  - Client:
>    * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
>    * fixed: 'svn export' segfault (r15516)
>    * fixed: 'svn merge' memory leak (r15233)
>    * fixed: horrible rename-tracing performance against 1.0 servers (r15315)
>    * fixed: 'svn cat' over file:// -- small leak  (r15253)
>    * fixed: crash with "svn lock" and authentication (r15703)
>    * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
>    * translation updates for French, German, Polish, Norwegian, Swedish,
>      Korean
>
>  - Server:
>    * fixed: mod_authz_svn being overly restrictive (r15463)
>    * fixed: fsfs directory caching bug (r15705, r15742)
>  - Both:
>    * fixed: crash when >50 options passed to any commandline app (r15251)
>    * fixed: memory leak in character translation handle caching (r15379,-398)
>
>Developer-visible-changes:
>* fixed: crash when calling svn_client_(un)lock with no targets (r15734)
>* rhel-4 RPM bugfix for python bindings (r15616)
>* missing #include in SWIG bindings (r15683)
>* javahl bindings:
>      - fixed: JNI library loading bug (r15552)
>      - fixed: JNI stack-name cut and paste error (r15337)
>      - fixed: crash when revisions have no dates (r15737)
>* perl bindings:
>      - now compatible with SWIG 1.3.25 (r15248)
>      - allow SVN::Pool to be used as pool parameter (r15450)
>      - make SVN::Delta::Editor friendlier for debugging (r15609)
>      - fixed: wrap svn_ra_stat properly (r15713)
>      - fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
>* ruby bindings:
>      - now compatible with SWIG 1.3.25 (r14980, r15361)
>  
>
-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Branko Čibej <br...@xbc.nu>.
The Win32 binaries are available:

  http://subversion.tigris.org/files/documents/15/25188/svn-win32-1.2.3.zip
  http://subversion.tigris.org/files/documents/15/25190/svn-win32-1.2.3_dev.zip
  http://subversion.tigris.org/files/documents/15/25191/svn-win32-1.2.3_javahl.zip
  http://subversion.tigris.org/files/documents/15/25189/svn-win32-1.2.3_pdb.zip
  http://subversion.tigris.org/files/documents/15/25192/svn-win32-1.2.3_pl.zip
  http://subversion.tigris.org/files/documents/15/25193/svn-win32-1.2.3_py.zip

The MD5 checksums are:
  317e7a5d80c2bcdb230455183d839448  svn-win32-1.2.3.zip
  646bf3def1ed9d46bb8d7393f0868c1f  svn-win32-1.2.3_dev.zip
  96401d69c228e6dde48679c9c825cd77  svn-win32-1.2.3_javahl.zip
  acfcbfe655ecfdda11b2b3ada6292d04  svn-win32-1.2.3_pdb.zip
  b7f7aa0495744ab913facdf7a2892889  svn-win32-1.2.3_pl.zip
  21fc5e78f41bbfcadd08f5b548090473  svn-win32-1.2.3_py.zip

The SHA-1 checksums are:
  55c7387ed0c8f5975dce66c20b46fb72c2744006  svn-win32-1.2.3.zip
  777362bae94f80061b5213875c24f1472a47a0a6  svn-win32-1.2.3_dev.zip
  e05e32f10d4974bbb8caa317bc8ea388ec6ba30f  svn-win32-1.2.3_javahl.zip
  1bdff4052698d47d92f380c1c3ce2aaf148d1228  svn-win32-1.2.3_pdb.zip
  4000ab8144e5aa11a75b95534db5ccaa3514a219  svn-win32-1.2.3_pl.zip
  9d0901ab1870958ab05b77e53f7c5c08eaca7f23  svn-win32-1.2.3_py.zip

The PGP signatures are available at http://www.xbc.nu/svn/sig/.



Ben Reser wrote:

>Subversion 1.2.3 is ready and available from: 
>
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2
>   http://subversion.tigris.org/downloads/subversion-1.2.3.zip
>
>The MD5 checksums are:
>
>   a14bc6590241b6e5c2ff2b354cc184a1  subversion-1.2.3.tar.bz2
>   95f9b43801b4d9bc071564bca2116763  subversion-1.2.3.tar.gz
>   503045995b608b5909d5a8e4c2c56616  subversion-1.2.3.zip
>
>The SHA1 checksums are:
>
>   513a217ba4a8045ea3daba5c3b0816f80ce0041b  subversion-1.2.3.tar.bz2
>   790cfc94db98799a48a157fef22a13c878e74345  subversion-1.2.3.tar.gz
>   9cdc6c87758754d69633012f7968122663726dfe  subversion-1.2.3.zip
>
>PGP Signatures are available at:
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2.asc
>   http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz.asc
>   http://subversion.tigris.org/downloads/subversion-1.2.3.zip.asc
>
>For this release, the following people have provided PGP signatures:
>   Branko \xc4\x8cibej  [2048R/C8628501] with fingerprint:
>   8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
>   Jani Averbach  [1024D/16D8B41C] with fingerprint:
>   3A1F 5A74 ADF2 5B0C 62E2  1F6A D6C6 2497 16D8 B41C
>   Mark Phippard  [2048R/7DD66767] with fingerprint:
>   EAF4 5239 AF08 D762 539A  13D5 159E 3781 7DD6 6767
>   Justin R. Erenkrantz  [1024D/E2226795] with fingerprint:
>   3C01 6F2B 7646 21BB 549C  66B5 16A9 6495 E222 6795
>   Seth Arnold  [1024D/D9B0A099] with fingerprint:
>   4415 BF52 4982 4B6C 213B  FAD1 FBD9 EE33 D9B0 A099
>   Ben Reser  [1024D/641E358B] with fingerprint:
>   42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B
>   Karl Franz Fogel  [1024D/DB00A248] with fingerprint:
>   B77E 8FB2 112F 9637 2E3E  3F08 BC9D BB13 DB00 A248
>   Ben Collins-Sussman  [1024D/EC6B5156] with fingerprint:
>   9FBF BEB7 409D D55F 6946  5CC6 5348 1A68 EC6B 5156
>
>This is a bug fix release in the 1.2.x line.  1.2.2 was not released
>due to the discovery of a segfault bug after the release had been
>cut.  We hope upgrading to this release is as easy as 1-2-3 for you.
>
>Binary distributions are usually available for various platforms
>within a week.  The Subversion project does not officially
>endorse or maintain any of these binary distributions, so we
>cannot control the exact timing of their release.
>
>A full list of changes since 1.2.1 follows below.
>
>Questions, comments, and bug reports to users_at_subversion.tigris.org.
>
>Thanks,
>-The Subversion Team
>
>--------------------8-<-------cut-here---------8-<-----------------------
> User-visible-changes:
>  - Client:
>    * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
>    * fixed: 'svn export' segfault (r15516)
>    * fixed: 'svn merge' memory leak (r15233)
>    * fixed: horrible rename-tracing performance against 1.0 servers (r15315)
>    * fixed: 'svn cat' over file:// -- small leak  (r15253)
>    * fixed: crash with "svn lock" and authentication (r15703)
>    * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
>    * translation updates for French, German, Polish, Norwegian, Swedish,
>      Korean
>
>  - Server:
>    * fixed: mod_authz_svn being overly restrictive (r15463)
>    * fixed: fsfs directory caching bug (r15705, r15742)
>  - Both:
>    * fixed: crash when >50 options passed to any commandline app (r15251)
>    * fixed: memory leak in character translation handle caching (r15379,-398)
>
>Developer-visible-changes:
>* fixed: crash when calling svn_client_(un)lock with no targets (r15734)
>* rhel-4 RPM bugfix for python bindings (r15616)
>* missing #include in SWIG bindings (r15683)
>* javahl bindings:
>      - fixed: JNI library loading bug (r15552)
>      - fixed: JNI stack-name cut and paste error (r15337)
>      - fixed: crash when revisions have no dates (r15737)
>* perl bindings:
>      - now compatible with SWIG 1.3.25 (r15248)
>      - allow SVN::Pool to be used as pool parameter (r15450)
>      - make SVN::Delta::Editor friendlier for debugging (r15609)
>      - fixed: wrap svn_ra_stat properly (r15713)
>      - fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
>* ruby bindings:
>      - now compatible with SWIG 1.3.25 (r14980, r15361)
>  
>
-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Mac OS X Binaries for Subversion 1.2.3 released.

Posted by Michael Brouwer <mi...@tlaloc.net>.
I'm pleased to announce that the Mac OS X binaries for Subversion  
1.2.3 including svk 1.04 with SVN::Mirror 0.66 built with gcc 4.0.0  
using and swig 1.3.25 have been released.

As usual the binaries are available from:

   http://homepage.mac.com/hiirem/

or the openfoundry download page at:

   http://rt.openfoundry.org/Foundry/Project/Download/?Queue=82

Checksums for the binary are:
MD5 (SVK-1.04.dmg) = f974810d5f9df8e5a1a2a505856c529e

Although they were built on Mac OS 10.4.2 they should work on 10.3.9  
as well (although I haven't tested this).  Here is a summary of  
changes since SVK-1.02.dmg

Michael

On Aug 25, 2005, at 1:29 PM, Ben Reser wrote:

> Subversion 1.2.3 is ready and available from:
>
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2
>    http://subversion.tigris.org/downloads/subversion-1.2.3.zip
>
> The MD5 checksums are:
>
>    a14bc6590241b6e5c2ff2b354cc184a1  subversion-1.2.3.tar.bz2
>    95f9b43801b4d9bc071564bca2116763  subversion-1.2.3.tar.gz
>    503045995b608b5909d5a8e4c2c56616  subversion-1.2.3.zip
>
> The SHA1 checksums are:
>
>    513a217ba4a8045ea3daba5c3b0816f80ce0041b  subversion-1.2.3.tar.bz2
>    790cfc94db98799a48a157fef22a13c878e74345  subversion-1.2.3.tar.gz
>    9cdc6c87758754d69633012f7968122663726dfe  subversion-1.2.3.zip
>
> PGP Signatures are available at:
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2.asc
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz.asc
>    http://subversion.tigris.org/downloads/subversion-1.2.3.zip.asc
>
> For this release, the following people have provided PGP signatures:
>    Branko \xc4\x8cibej  [2048R/C8628501] with fingerprint:
>    8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
>    Jani Averbach  [1024D/16D8B41C] with fingerprint:
>    3A1F 5A74 ADF2 5B0C 62E2  1F6A D6C6 2497 16D8 B41C
>    Mark Phippard  [2048R/7DD66767] with fingerprint:
>    EAF4 5239 AF08 D762 539A  13D5 159E 3781 7DD6 6767
>    Justin R. Erenkrantz  [1024D/E2226795] with fingerprint:
>    3C01 6F2B 7646 21BB 549C  66B5 16A9 6495 E222 6795
>    Seth Arnold  [1024D/D9B0A099] with fingerprint:
>    4415 BF52 4982 4B6C 213B  FAD1 FBD9 EE33 D9B0 A099
>    Ben Reser  [1024D/641E358B] with fingerprint:
>    42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B
>    Karl Franz Fogel  [1024D/DB00A248] with fingerprint:
>    B77E 8FB2 112F 9637 2E3E  3F08 BC9D BB13 DB00 A248
>    Ben Collins-Sussman  [1024D/EC6B5156] with fingerprint:
>    9FBF BEB7 409D D55F 6946  5CC6 5348 1A68 EC6B 5156
>
> This is a bug fix release in the 1.2.x line.  1.2.2 was not released
> due to the discovery of a segfault bug after the release had been
> cut.  We hope upgrading to this release is as easy as 1-2-3 for you.
>
> Binary distributions are usually available for various platforms
> within a week.  The Subversion project does not officially
> endorse or maintain any of these binary distributions, so we
> cannot control the exact timing of their release.
>
> A full list of changes since 1.2.1 follows below.
>
> Questions, comments, and bug reports to  
> users_at_subversion.tigris.org.
>
> Thanks,
> -The Subversion Team
>
> --------------------8-<-------cut-here---------8- 
> <-----------------------
>  User-visible-changes:
>   - Client:
>     * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn  
> (r15359, r15423)
>     * fixed: 'svn export' segfault (r15516)
>     * fixed: 'svn merge' memory leak (r15233)
>     * fixed: horrible rename-tracing performance against 1.0  
> servers (r15315)
>     * fixed: 'svn cat' over file:// -- small leak  (r15253)
>     * fixed: crash with "svn lock" and authentication (r15703)
>     * improvements to 'svnmerge' utility (r14008,-458,-587,-632,  
> r15329,-340)
>     * translation updates for French, German, Polish, Norwegian,  
> Swedish,
>       Korean
>
>   - Server:
>     * fixed: mod_authz_svn being overly restrictive (r15463)
>     * fixed: fsfs directory caching bug (r15705, r15742)
>   - Both:
>     * fixed: crash when >50 options passed to any commandline app  
> (r15251)
>     * fixed: memory leak in character translation handle caching  
> (r15379,-398)
>
> Developer-visible-changes:
> * fixed: crash when calling svn_client_(un)lock with no targets  
> (r15734)
> * rhel-4 RPM bugfix for python bindings (r15616)
> * missing #include in SWIG bindings (r15683)
> * javahl bindings:
>       - fixed: JNI library loading bug (r15552)
>       - fixed: JNI stack-name cut and paste error (r15337)
>       - fixed: crash when revisions have no dates (r15737)
> * perl bindings:
>       - now compatible with SWIG 1.3.25 (r15248)
>       - allow SVN::Pool to be used as pool parameter (r15450)
>       - make SVN::Delta::Editor friendlier for debugging (r15609)
>       - fixed: wrap svn_ra_stat properly (r15713)
>       - fixed: bug in SVN::Core::Stream's read function (r15698,  
> r15700)
> * ruby bindings:
>       - now compatible with SWIG 1.3.25 (r14980, r15361)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Ben Collins-Sussman <su...@collab.net>.
Christopher Ness wrote:
> On Sun, 2005-08-28 at 09:04 -0500, Ben Collins-Sussman wrote:
> 
>>$ cd subversion-1.2.3
>>$ ls subversion/po/
>>de.po      fr.po      ja.po      nb.po      pl.po      sv.po       
>>zh_TW.po
>>es.po      it.po      ko.po      pirate.po  pt_BR.po   zh_CN.po
> 
>                                   ^^^^^^^^^^
> 
> What is pirate.po for?  Yar!  I don't see it in /trunk matie!  
> Talk like a pirate day is Sept 19th.
> 

Yarrrr!  My secret upcoming surprise commit has been ruined by my 
carelessness.  Shiver me timbers!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Christopher Ness <ch...@nesser.org>.
On Sun, 2005-08-28 at 09:04 -0500, Ben Collins-Sussman wrote:
> $ cd subversion-1.2.3
> $ ls subversion/po/
> de.po      fr.po      ja.po      nb.po      pl.po      sv.po       
> zh_TW.po
> es.po      it.po      ko.po      pirate.po  pt_BR.po   zh_CN.po
                                  ^^^^^^^^^^

What is pirate.po for?  Yar!  I don't see it in /trunk matie!  
Talk like a pirate day is Sept 19th.

Chris
-- 
PGP Public Key: http://www.nesser.org/pgp-key/
12:31:50 up 4:14, 1 user, load average: 0.08, 0.09, 0.03

Re: Subversion 1.2.3 released.

Posted by Sigfred Håversen <bs...@mumak.com>.
Ben Collins-Sussman wrote:
> 
> On Aug 28, 2005, at 8:43 AM, Sigfred Håversen wrote:
> 
>> Ben Reser wrote:
>>
>>> Subversion 1.2.3 is ready and available from:
>>>
>> [snip]
>>
>>>     * translation updates for French, German, Polish, Norwegian,  
>>> Swedish,
>>>       Korean
>>>
>>
>> Is there a Norwegian translation available? It's not in  
>> subversion-1.2.3/subversion/po,
>> nor is it listen in the recent "Translation status ..." mails.
>>
> 
> ??  nb.po is right there, and is one of the oldest translations we have.
> 
> 
> $ cd subversion-1.2.3
> $ ls subversion/po/
> de.po      fr.po      ja.po      nb.po      pl.po      sv.po       zh_TW.po
> es.po      it.po      ko.po      pirate.po  pt_BR.po   zh_CN.po
> 

Ouch, I was looking for no.po, and overlooked the nb.po for the main
written language. Sorry about the noise.

/Sigfred


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Ben Collins-Sussman <su...@collab.net>.
On Aug 28, 2005, at 8:43 AM, Sigfred Håversen wrote:

> Ben Reser wrote:
>
>> Subversion 1.2.3 is ready and available from:
>>
> [snip]
>
>>     * translation updates for French, German, Polish, Norwegian,  
>> Swedish,
>>       Korean
>>
>
> Is there a Norwegian translation available? It's not in  
> subversion-1.2.3/subversion/po,
> nor is it listen in the recent "Translation status ..." mails.
>

??  nb.po is right there, and is one of the oldest translations we have.


$ cd subversion-1.2.3
$ ls subversion/po/
de.po      fr.po      ja.po      nb.po      pl.po      sv.po       
zh_TW.po
es.po      it.po      ko.po      pirate.po  pt_BR.po   zh_CN.po


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: Subversion 1.2.3 released.

Posted by Sigfred Håversen <bs...@mumak.com>.
Ben Reser wrote:
> Subversion 1.2.3 is ready and available from: 
[snip]
>     * translation updates for French, German, Polish, Norwegian, Swedish,
>       Korean

Is there a Norwegian translation available? It's not in subversion-1.2.3/subversion/po,
nor is it listen in the recent "Translation status ..." mails.

/Sigfred


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Peter Samuelson <pe...@p12n.org>.
[Rainer Sokoll]
> ./configure --prefix=/usr/local/subversion-1.2.3 \
> --with-apache=/usr/local/src/httpd-2.0.54 --without-berkeley-db \
> --with-apr=/usr/local/httpd-2.0.54/bin/apr-config \
> --with-apr-util=/usr/local/httpd-2.0.54/bin/apu-config
> 
> A make ends up in:
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1

That's not about DESTDIR, that's about using absolute paths *after*
$(DESTDIR).  Defining it may work, but is only a workaround.

I can't reproduce your bug but then again I don't have apache2 source
unpacked on my machine so I didn't try --with-apache.  Is that what you
actually wanted?  Most people want the dynamic library, not the static
one, i.e., --with-apxs.

Re: Subversion 1.2.3 released.

Posted by Marcus Rueckert <da...@web.de>.
On 2005-08-27 00:48:04 +0200, Rainer Sokoll wrote:
> System: Suse Linux 9.3, autoconf 2.59, automake 1.9.5.

beside the points max pointed out:
you can always find the latest apache and svn for suse here:
http://ftp.suse.com/pub/projects/apache/

1.2.3 is on its way and should be hopefully on the FTP next week.

hope this helps,

    darix

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Max Bowsher <ma...@ukf.net>.
Rainer Sokoll wrote:
> On Fri, Aug 26, 2005 at 11:36:31PM +0100, Max Bowsher wrote:
>> kfogel@collab.net wrote:
>>> Rainer Sokoll <R....@intershop.de> writes:
>>>> On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
>>>>
>>>>> Subversion 1.2.3 is ready and available from:
>>>>
>>>> Thanks to all developers.
>>>> A minor issue: In the Makefile generated by configure, still DESTDIR is
>>>> undefined, so at least me had to add a "DESTDIR = /"
>>>
>>> That seems bad.
>>>
>>> I've CC'd this to dev@ so the release manager can take a look.
>>
>> No bug here.
>>
>> Rainer, it is perfectly normal and expected for DESTDIR to be undefined,
>> and you should not define it to anything unless you are installing to a
>> sandbox installation area in order to produce a package.
>
> Here:
> ./configure --prefix=/usr/local/subversion-1.2.3 \
> --with-apache=/usr/local/src/httpd-2.0.54 --without-berkeley-db \
> --with-apr=/usr/local/httpd-2.0.54/bin/apr-config \
> --with-apr-util=/usr/local/httpd-2.0.54/bin/apu-config
>
> A make ends up in:
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1
>
> With defined DESTDIR, no problem
>
> System: Suse Linux 9.3, autoconf 2.59, automake 1.9.5.

Are you *really* trying to build mod_dav_svn statically linked into the 
apache binary itself, or have you used --with-apache without properly 
understanding the consequences? Most people should be using --with-apxs, 
unless they have extremely special needs.

In any case, defining DESTDIR merely conceals the fact that something is 
wrong with your build, it is not a proper solution.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Max Bowsher <ma...@ukf.net>.
Rainer Sokoll wrote:
> On Fri, Aug 26, 2005 at 11:36:31PM +0100, Max Bowsher wrote:
>> kfogel@collab.net wrote:
>>> Rainer Sokoll <R....@intershop.de> writes:
>>>> On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
>>>>
>>>>> Subversion 1.2.3 is ready and available from:
>>>>
>>>> Thanks to all developers.
>>>> A minor issue: In the Makefile generated by configure, still DESTDIR is
>>>> undefined, so at least me had to add a "DESTDIR = /"
>>>
>>> That seems bad.
>>>
>>> I've CC'd this to dev@ so the release manager can take a look.
>>
>> No bug here.
>>
>> Rainer, it is perfectly normal and expected for DESTDIR to be undefined,
>> and you should not define it to anything unless you are installing to a
>> sandbox installation area in order to produce a package.
>
> Here:
> ./configure --prefix=/usr/local/subversion-1.2.3 \
> --with-apache=/usr/local/src/httpd-2.0.54 --without-berkeley-db \
> --with-apr=/usr/local/httpd-2.0.54/bin/apr-config \
> --with-apr-util=/usr/local/httpd-2.0.54/bin/apu-config
>
> A make ends up in:
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1
>
> With defined DESTDIR, no problem
>
> System: Suse Linux 9.3, autoconf 2.59, automake 1.9.5.

Are you *really* trying to build mod_dav_svn statically linked into the 
apache binary itself, or have you used --with-apache without properly 
understanding the consequences? Most people should be using --with-apxs, 
unless they have extremely special needs.

In any case, defining DESTDIR merely conceals the fact that something is 
wrong with your build, it is not a proper solution.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Marcus Rueckert <da...@web.de>.
On 2005-08-27 00:48:04 +0200, Rainer Sokoll wrote:
> System: Suse Linux 9.3, autoconf 2.59, automake 1.9.5.

beside the points max pointed out:
you can always find the latest apache and svn for suse here:
http://ftp.suse.com/pub/projects/apache/

1.2.3 is on its way and should be hopefully on the FTP next week.

hope this helps,

    darix

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Rainer Sokoll <R....@intershop.de>.
On Fri, Aug 26, 2005 at 11:36:31PM +0100, Max Bowsher wrote:
> kfogel@collab.net wrote:
> >Rainer Sokoll <R....@intershop.de> writes:
> >>On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
> >>
> >>>Subversion 1.2.3 is ready and available from:
> >>
> >>Thanks to all developers.
> >>A minor issue: In the Makefile generated by configure, still DESTDIR is
> >>undefined, so at least me had to add a "DESTDIR = /"
> >
> >That seems bad.
> >
> >I've CC'd this to dev@ so the release manager can take a look.
> 
> No bug here.
> 
> Rainer, it is perfectly normal and expected for DESTDIR to be undefined, 
> and you should not define it to anything unless you are installing to a 
> sandbox installation area in order to produce a package.

Here:
./configure --prefix=/usr/local/subversion-1.2.3 \
--with-apache=/usr/local/src/httpd-2.0.54 --without-berkeley-db \
--with-apr=/usr/local/httpd-2.0.54/bin/apr-config \
--with-apr-util=/usr/local/httpd-2.0.54/bin/apu-config

A make ends up in:
libtool: link: only absolute run-paths are allowed
make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1

With defined DESTDIR, no problem

System: Suse Linux 9.3, autoconf 2.59, automake 1.9.5.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Rainer Sokoll <R....@intershop.de>.
On Fri, Aug 26, 2005 at 11:36:31PM +0100, Max Bowsher wrote:
> kfogel@collab.net wrote:
> >Rainer Sokoll <R....@intershop.de> writes:
> >>On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
> >>
> >>>Subversion 1.2.3 is ready and available from:
> >>
> >>Thanks to all developers.
> >>A minor issue: In the Makefile generated by configure, still DESTDIR is
> >>undefined, so at least me had to add a "DESTDIR = /"
> >
> >That seems bad.
> >
> >I've CC'd this to dev@ so the release manager can take a look.
> 
> No bug here.
> 
> Rainer, it is perfectly normal and expected for DESTDIR to be undefined, 
> and you should not define it to anything unless you are installing to a 
> sandbox installation area in order to produce a package.

Here:
./configure --prefix=/usr/local/subversion-1.2.3 \
--with-apache=/usr/local/src/httpd-2.0.54 --without-berkeley-db \
--with-apr=/usr/local/httpd-2.0.54/bin/apr-config \
--with-apr-util=/usr/local/httpd-2.0.54/bin/apu-config

A make ends up in:
libtool: link: only absolute run-paths are allowed
make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1

With defined DESTDIR, no problem

System: Suse Linux 9.3, autoconf 2.59, automake 1.9.5.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Marcus Rueckert <da...@web.de>.
On 2005-08-26 15:22:51 -0500, kfogel@collab.net wrote:
> Date: 26 Aug 2005 15:22:51 -0500
> From: kfogel@collab.net
> Subject: Re: Subversion 1.2.3 released.
> To: Rainer Sokoll <R....@intershop.de>
> Cc: users@subversion.tigris.org, dev@subversion.tigris.org
> Mail-followup-to: users@subversion.tigris.org
> 
> Rainer Sokoll <R....@intershop.de> writes:
> > Thanks to all developers.
> > A minor issue: In the Makefile generated by configure, still DESTDIR is
> > undefined, so at least me had to add a "DESTDIR = /"

DESTDIR doesnt need to be defined. it s used for doing intstallations
into temporary root dirs e.g. during rpm build. why do you need to set
it to "/"? normally install should work without touching destdir.

could you show your configure params?

so long...

    darix

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Max Bowsher <ma...@ukf.net>.
kfogel@collab.net wrote:
> Rainer Sokoll <R....@intershop.de> writes:
>> On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
>>
>>> Subversion 1.2.3 is ready and available from:
>>
>> Thanks to all developers.
>> A minor issue: In the Makefile generated by configure, still DESTDIR is
>> undefined, so at least me had to add a "DESTDIR = /"
>
> That seems bad.
>
> I've CC'd this to dev@ so the release manager can take a look.

No bug here.

Rainer, it is perfectly normal and expected for DESTDIR to be undefined, and 
you should not define it to anything unless you are installing to a sandbox 
installation area in order to produce a package.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Max Bowsher <ma...@ukf.net>.
kfogel@collab.net wrote:
> Rainer Sokoll <R....@intershop.de> writes:
>> On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
>>
>>> Subversion 1.2.3 is ready and available from:
>>
>> Thanks to all developers.
>> A minor issue: In the Makefile generated by configure, still DESTDIR is
>> undefined, so at least me had to add a "DESTDIR = /"
>
> That seems bad.
>
> I've CC'd this to dev@ so the release manager can take a look.

No bug here.

Rainer, it is perfectly normal and expected for DESTDIR to be undefined, and 
you should not define it to anything unless you are installing to a sandbox 
installation area in order to produce a package.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by kf...@collab.net.
Rainer Sokoll <R....@intershop.de> writes:
> On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
> 
> > Subversion 1.2.3 is ready and available from: 
> 
> Thanks to all developers.
> A minor issue: In the Makefile generated by configure, still DESTDIR is
> undefined, so at least me had to add a "DESTDIR = /"

That seems bad.

I've CC'd this to dev@ so the release manager can take a look.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by kf...@collab.net.
Rainer Sokoll <R....@intershop.de> writes:
> On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:
> 
> > Subversion 1.2.3 is ready and available from: 
> 
> Thanks to all developers.
> A minor issue: In the Makefile generated by configure, still DESTDIR is
> undefined, so at least me had to add a "DESTDIR = /"

That seems bad.

I've CC'd this to dev@ so the release manager can take a look.

-Karl

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion 1.2.3 released.

Posted by Rainer Sokoll <R....@intershop.de>.
On Thu, Aug 25, 2005 at 01:29:01PM -0700, Ben Reser wrote:

> Subversion 1.2.3 is ready and available from: 

Thanks to all developers.
A minor issue: In the Makefile generated by configure, still DESTDIR is
undefined, so at least me had to add a "DESTDIR = /"

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Mac OS X Binaries for Subversion 1.2.3 released.

Posted by Michael Brouwer <mi...@tlaloc.net>.
I'm pleased to announce that the Mac OS X binaries for Subversion  
1.2.3 including svk 1.04 with SVN::Mirror 0.66 built with gcc 4.0.0  
using and swig 1.3.25 have been released.

As usual the binaries are available from:

   http://homepage.mac.com/hiirem/

or the openfoundry download page at:

   http://rt.openfoundry.org/Foundry/Project/Download/?Queue=82

Checksums for the binary are:
MD5 (SVK-1.04.dmg) = f974810d5f9df8e5a1a2a505856c529e

Although they were built on Mac OS 10.4.2 they should work on 10.3.9  
as well (although I haven't tested this).  Here is a summary of  
changes since SVK-1.02.dmg

Michael

On Aug 25, 2005, at 1:29 PM, Ben Reser wrote:

> Subversion 1.2.3 is ready and available from:
>
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2
>    http://subversion.tigris.org/downloads/subversion-1.2.3.zip
>
> The MD5 checksums are:
>
>    a14bc6590241b6e5c2ff2b354cc184a1  subversion-1.2.3.tar.bz2
>    95f9b43801b4d9bc071564bca2116763  subversion-1.2.3.tar.gz
>    503045995b608b5909d5a8e4c2c56616  subversion-1.2.3.zip
>
> The SHA1 checksums are:
>
>    513a217ba4a8045ea3daba5c3b0816f80ce0041b  subversion-1.2.3.tar.bz2
>    790cfc94db98799a48a157fef22a13c878e74345  subversion-1.2.3.tar.gz
>    9cdc6c87758754d69633012f7968122663726dfe  subversion-1.2.3.zip
>
> PGP Signatures are available at:
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.bz2.asc
>    http://subversion.tigris.org/downloads/subversion-1.2.3.tar.gz.asc
>    http://subversion.tigris.org/downloads/subversion-1.2.3.zip.asc
>
> For this release, the following people have provided PGP signatures:
>    Branko \xc4\x8cibej  [2048R/C8628501] with fingerprint:
>    8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
>    Jani Averbach  [1024D/16D8B41C] with fingerprint:
>    3A1F 5A74 ADF2 5B0C 62E2  1F6A D6C6 2497 16D8 B41C
>    Mark Phippard  [2048R/7DD66767] with fingerprint:
>    EAF4 5239 AF08 D762 539A  13D5 159E 3781 7DD6 6767
>    Justin R. Erenkrantz  [1024D/E2226795] with fingerprint:
>    3C01 6F2B 7646 21BB 549C  66B5 16A9 6495 E222 6795
>    Seth Arnold  [1024D/D9B0A099] with fingerprint:
>    4415 BF52 4982 4B6C 213B  FAD1 FBD9 EE33 D9B0 A099
>    Ben Reser  [1024D/641E358B] with fingerprint:
>    42F5 91FD E577 F545 FB40  8F6B 7241 856B 641E 358B
>    Karl Franz Fogel  [1024D/DB00A248] with fingerprint:
>    B77E 8FB2 112F 9637 2E3E  3F08 BC9D BB13 DB00 A248
>    Ben Collins-Sussman  [1024D/EC6B5156] with fingerprint:
>    9FBF BEB7 409D D55F 6946  5CC6 5348 1A68 EC6B 5156
>
> This is a bug fix release in the 1.2.x line.  1.2.2 was not released
> due to the discovery of a segfault bug after the release had been
> cut.  We hope upgrading to this release is as easy as 1-2-3 for you.
>
> Binary distributions are usually available for various platforms
> within a week.  The Subversion project does not officially
> endorse or maintain any of these binary distributions, so we
> cannot control the exact timing of their release.
>
> A full list of changes since 1.2.1 follows below.
>
> Questions, comments, and bug reports to  
> users_at_subversion.tigris.org.
>
> Thanks,
> -The Subversion Team
>
> --------------------8-<-------cut-here---------8- 
> <-----------------------
>  User-visible-changes:
>   - Client:
>     * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn  
> (r15359, r15423)
>     * fixed: 'svn export' segfault (r15516)
>     * fixed: 'svn merge' memory leak (r15233)
>     * fixed: horrible rename-tracing performance against 1.0  
> servers (r15315)
>     * fixed: 'svn cat' over file:// -- small leak  (r15253)
>     * fixed: crash with "svn lock" and authentication (r15703)
>     * improvements to 'svnmerge' utility (r14008,-458,-587,-632,  
> r15329,-340)
>     * translation updates for French, German, Polish, Norwegian,  
> Swedish,
>       Korean
>
>   - Server:
>     * fixed: mod_authz_svn being overly restrictive (r15463)
>     * fixed: fsfs directory caching bug (r15705, r15742)
>   - Both:
>     * fixed: crash when >50 options passed to any commandline app  
> (r15251)
>     * fixed: memory leak in character translation handle caching  
> (r15379,-398)
>
> Developer-visible-changes:
> * fixed: crash when calling svn_client_(un)lock with no targets  
> (r15734)
> * rhel-4 RPM bugfix for python bindings (r15616)
> * missing #include in SWIG bindings (r15683)
> * javahl bindings:
>       - fixed: JNI library loading bug (r15552)
>       - fixed: JNI stack-name cut and paste error (r15337)
>       - fixed: crash when revisions have no dates (r15737)
> * perl bindings:
>       - now compatible with SWIG 1.3.25 (r15248)
>       - allow SVN::Pool to be used as pool parameter (r15450)
>       - make SVN::Delta::Editor friendlier for debugging (r15609)
>       - fixed: wrap svn_ra_stat properly (r15713)
>       - fixed: bug in SVN::Core::Stream's read function (r15698,  
> r15700)
> * ruby bindings:
>       - now compatible with SWIG 1.3.25 (r14980, r15361)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org