You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/04/19 19:09:49 UTC

Subversion 1.0.2 released.

Subversion 1.0.1 is ready. Grab it from:

   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2

The MD5 checksums are:

   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz

This is a bugfix release following 1.0.1.  It includes a number of small
bug fixes that we've collected over the past several months and
backported from trunk to the 1.0.x branch.

We recommend that all users upgrade to 1.0.2.

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

Thanks,
-The Subversion Team 

--------------------8-<-------cut-here---------8-<-----------------------

 User-visible changes:
 * fixed: segfault when remotely deleting svn:author property.
 * fixed: mod_dav_svn accepting too many authors. (issue #1786)
 * fixed: create runtime config files with native EOLs. (Issue #1802)
 * fixed: recursive propset can corrupt .svn/entries (issue #1794)
 * fixed: allow shared working copies [mostly working now] (issue #1509)
 * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
 * fixed: svnserve assertion failure on empty error messages
 * fixed: commit/update memory leaks when working on many targets (issue #1635)
 * fixed: don't display repos-paths or URLs with '\' on win32.
 * new example script:  svnserve 'sgid' wrapper.
 * minor book fixes, new 'best-practices' doc.

 Developer-visible changes:
 * fixed: deprecation warning from SWIG 1.3.20_
 * fixed: broken win32 python-swig bindings compilation.
 * fixed: bug in libsvn_fs changes-table change-folding code.
 * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
 * added VC7 support and defines for including debug symbol files.

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

Re: Subversion 1.0.2 released.

Posted by kf...@collab.net.
Michael W Thelen <th...@cs.utah.edu> writes:
> Cool!  By the way, I noticed that one of the links on the download page says
> "subversion-1.0.2.gz" (missing "tar") although it points to the correct file.

Fixed, thanks for spotting.

(And thanks to Ben Reser for doing all the hard work!)

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

Re: Subversion 1.0.2 released.

Posted by Ben Reser <be...@reser.org>.
On Mon, Apr 19, 2004 at 01:57:51PM -0600, Michael W Thelen wrote:
> * Ben Reser <be...@reser.org> [2004-04-19 13:20]:
> > Subversion 1.0.1 is ready. Grab it from:
> > 
> >    http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
> >    http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
> 
> Cool!  By the way, I noticed that one of the links on the download page says
> "subversion-1.0.2.gz" (missing "tar") although it points to the correct file.

Hah, and I missed changing the 1.0.1 above to 1.0.2....

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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

Re: Subversion 1.0.2 released.

Posted by Michael W Thelen <th...@cs.utah.edu>.
* Ben Reser <be...@reser.org> [2004-04-19 13:20]:
> Subversion 1.0.1 is ready. Grab it from:
> 
>    http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>    http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2

Cool!  By the way, I noticed that one of the links on the download page says
"subversion-1.0.2.gz" (missing "tar") although it points to the correct file.

-- Mike

-- 
Michael W. Thelen
I never did give anybody hell.  I just told the truth and they thought it was
hell.           -- Harry S Truman

Re: Subversion 1.0.2 released.

Posted by Patrick Mayweg <ma...@qint.de>.
The 1.0.2 Win32 binaries for the javahl bindings are available at:

http://subversion.tigris.org/files/documents/15/12864/svn-win32-1.0.2_javahl.zip

The MD5 checksum is:
3ee3605b73b2ae14048a6c8139a8c23b *svn-win32-1.0.2_javahl.zip

Patrick

Branko Čibej wrote:

> The 1.0.2 Win32 binaries are availabile at:
>
>    
> http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
>    
> http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip 
>
>
> The MD5 checksums are:
>
>    da7f6b88eb20a5ef033323e629ba6115 *svn-win32-1.0.2.zip
>    2e50e10313444ce47dbb98183ee150f8 *svn-win32-1.0.2_dev.zip
>    0664b6a8acc1983b17b4e5ee4c2c8846 *svn-win32-1.0.2_pdb.zip
>    c119f8306d7feaabf83fbfbcb71f075d *svn-win32-1.0.2_py.zip
>
>
> -- Brane
>
> Ben Reser wrote:
>
>> Subversion 1.0.1 is ready. Grab it from:
>>
>>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
>>
>> The MD5 checksums are:
>>
>>   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
>>   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz
>>
>> This is a bugfix release following 1.0.1.  It includes a number of small
>> bug fixes that we've collected over the past several months and
>> backported from trunk to the 1.0.x branch.
>>
>> We recommend that all users upgrade to 1.0.2.
>>
>> Questions, comments, and bug reports to users_at_subversion.tigris.org.
>>
>> Thanks,
>> -The Subversion Team
>> --------------------8-<-------cut-here---------8-<----------------------- 
>>
>>
>> User-visible changes:
>> * fixed: segfault when remotely deleting svn:author property.
>> * fixed: mod_dav_svn accepting too many authors. (issue #1786)
>> * fixed: create runtime config files with native EOLs. (Issue #1802)
>> * fixed: recursive propset can corrupt .svn/entries (issue #1794)
>> * fixed: allow shared working copies [mostly working now] (issue #1509)
>> * fixed: mod_authz_svn should ignore uri on MERGE request (partial 
>> #1821)
>> * fixed: svnserve assertion failure on empty error messages
>> * fixed: commit/update memory leaks when working on many targets 
>> (issue #1635)
>> * fixed: don't display repos-paths or URLs with '\' on win32.
>> * new example script:  svnserve 'sgid' wrapper.
>> * minor book fixes, new 'best-practices' doc.
>>
>> Developer-visible changes:
>> * fixed: deprecation warning from SWIG 1.3.20_
>> * fixed: broken win32 python-swig bindings compilation.
>> * fixed: bug in libsvn_fs changes-table change-folding code.
>> * fixed: perl bindings: wrap root->paths_changed, apply_txdelta 
>> return values
>> * added VC7 support and defines for including debug symbol files.
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> 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

Re: Subversion 1.0.2 released.

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

> The 1.0.2 Win32 binaries are availabile at:
>
>    
> http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
>    
> http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip 
>
>
> The MD5 checksums are:
>
>    da7f6b88eb20a5ef033323e629ba6115 *svn-win32-1.0.2.zip
>    2e50e10313444ce47dbb98183ee150f8 *svn-win32-1.0.2_dev.zip
>    0664b6a8acc1983b17b4e5ee4c2c8846 *svn-win32-1.0.2_pdb.zip
>    c119f8306d7feaabf83fbfbcb71f075d *svn-win32-1.0.2_py.zip

I just uploaded an updated dev package that includes the libssl import 
libraries and the zlib static library (in the lib/neon directory). The 
new checksum is

    19452aab674d40a951a7e56db178a670 *svn-win32-1.0.2_dev.zip

(Note that the bdb42 import library is already available at the 
subversion site.)

-- Brane



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

Re: Subversion 1.0.2 released.

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

> The 1.0.2 Win32 binaries are availabile at:
>
>    
> http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
>    
> http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip 
>
>
> The MD5 checksums are:
>
>    da7f6b88eb20a5ef033323e629ba6115 *svn-win32-1.0.2.zip
>    2e50e10313444ce47dbb98183ee150f8 *svn-win32-1.0.2_dev.zip
>    0664b6a8acc1983b17b4e5ee4c2c8846 *svn-win32-1.0.2_pdb.zip
>    c119f8306d7feaabf83fbfbcb71f075d *svn-win32-1.0.2_py.zip

I just uploaded an updated dev package that includes the libssl import 
libraries and the zlib static library (in the lib/neon directory). The 
new checksum is

    19452aab674d40a951a7e56db178a670 *svn-win32-1.0.2_dev.zip

(Note that the bdb42 import library is already available at the 
subversion site.)

-- Brane



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

Re: Subversion 1.0.2 released.

Posted by Patrick Mayweg <ma...@qint.de>.
The 1.0.2 Win32 binaries for the javahl bindings are available at:

http://subversion.tigris.org/files/documents/15/12864/svn-win32-1.0.2_javahl.zip

The MD5 checksum is:
3ee3605b73b2ae14048a6c8139a8c23b *svn-win32-1.0.2_javahl.zip

Patrick

Branko Čibej wrote:

> The 1.0.2 Win32 binaries are availabile at:
>
>    
> http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
>    
> http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip 
>
>
> The MD5 checksums are:
>
>    da7f6b88eb20a5ef033323e629ba6115 *svn-win32-1.0.2.zip
>    2e50e10313444ce47dbb98183ee150f8 *svn-win32-1.0.2_dev.zip
>    0664b6a8acc1983b17b4e5ee4c2c8846 *svn-win32-1.0.2_pdb.zip
>    c119f8306d7feaabf83fbfbcb71f075d *svn-win32-1.0.2_py.zip
>
>
> -- Brane
>
> Ben Reser wrote:
>
>> Subversion 1.0.1 is ready. Grab it from:
>>
>>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
>>
>> The MD5 checksums are:
>>
>>   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
>>   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz
>>
>> This is a bugfix release following 1.0.1.  It includes a number of small
>> bug fixes that we've collected over the past several months and
>> backported from trunk to the 1.0.x branch.
>>
>> We recommend that all users upgrade to 1.0.2.
>>
>> Questions, comments, and bug reports to users_at_subversion.tigris.org.
>>
>> Thanks,
>> -The Subversion Team
>> --------------------8-<-------cut-here---------8-<----------------------- 
>>
>>
>> User-visible changes:
>> * fixed: segfault when remotely deleting svn:author property.
>> * fixed: mod_dav_svn accepting too many authors. (issue #1786)
>> * fixed: create runtime config files with native EOLs. (Issue #1802)
>> * fixed: recursive propset can corrupt .svn/entries (issue #1794)
>> * fixed: allow shared working copies [mostly working now] (issue #1509)
>> * fixed: mod_authz_svn should ignore uri on MERGE request (partial 
>> #1821)
>> * fixed: svnserve assertion failure on empty error messages
>> * fixed: commit/update memory leaks when working on many targets 
>> (issue #1635)
>> * fixed: don't display repos-paths or URLs with '\' on win32.
>> * new example script:  svnserve 'sgid' wrapper.
>> * minor book fixes, new 'best-practices' doc.
>>
>> Developer-visible changes:
>> * fixed: deprecation warning from SWIG 1.3.20_
>> * fixed: broken win32 python-swig bindings compilation.
>> * fixed: bug in libsvn_fs changes-table change-folding code.
>> * fixed: perl bindings: wrap root->paths_changed, apply_txdelta 
>> return values
>> * added VC7 support and defines for including debug symbol files.
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> 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.0.2 released.

Posted by David Summers <da...@summersoft.fay.ar.us>.
On Tue, 27 Apr 2004, Jan Normann Nielsen wrote:

> Does anyone know when there will be RedHat builds of SVN 1.0.2?
> 

I'll be building my RPMs tonight, however anyone can build them by going 
to the packages directory and typing "make".

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 


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

Re: Subversion 1.0.2 released.

Posted by Jan Normann Nielsen <li...@dubbekarl.dk>.
Branko Čibej wrote:

> The 1.0.2 Win32 binaries are availabile at:
>
>    
> http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
>    
> http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip 
>
>    
> http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip 
>
>
Does anyone know when there will be RedHat builds of SVN 1.0.2?

Best regards,
Jan Nielsen

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

Re: Subversion 1.0.2 released.

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

    http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
    http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip
    http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip
    http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip

The MD5 checksums are:

    da7f6b88eb20a5ef033323e629ba6115 *svn-win32-1.0.2.zip
    2e50e10313444ce47dbb98183ee150f8 *svn-win32-1.0.2_dev.zip
    0664b6a8acc1983b17b4e5ee4c2c8846 *svn-win32-1.0.2_pdb.zip
    c119f8306d7feaabf83fbfbcb71f075d *svn-win32-1.0.2_py.zip


-- Brane

Ben Reser wrote:

>Subversion 1.0.1 is ready. Grab it from:
>
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
>
>The MD5 checksums are:
>
>   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
>   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz
>
>This is a bugfix release following 1.0.1.  It includes a number of small
>bug fixes that we've collected over the past several months and
>backported from trunk to the 1.0.x branch.
>
>We recommend that all users upgrade to 1.0.2.
>
>Questions, comments, and bug reports to users_at_subversion.tigris.org.
>
>Thanks,
>-The Subversion Team 
>
>--------------------8-<-------cut-here---------8-<-----------------------
>
> User-visible changes:
> * fixed: segfault when remotely deleting svn:author property.
> * fixed: mod_dav_svn accepting too many authors. (issue #1786)
> * fixed: create runtime config files with native EOLs. (Issue #1802)
> * fixed: recursive propset can corrupt .svn/entries (issue #1794)
> * fixed: allow shared working copies [mostly working now] (issue #1509)
> * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
> * fixed: svnserve assertion failure on empty error messages
> * fixed: commit/update memory leaks when working on many targets (issue #1635)
> * fixed: don't display repos-paths or URLs with '\' on win32.
> * new example script:  svnserve 'sgid' wrapper.
> * minor book fixes, new 'best-practices' doc.
>
> Developer-visible changes:
> * fixed: deprecation warning from SWIG 1.3.20_
> * fixed: broken win32 python-swig bindings compilation.
> * fixed: bug in libsvn_fs changes-table change-folding code.
> * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
> * added VC7 support and defines for including debug symbol files.
>  
>



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

Re: Subversion 1.0.2 released.

Posted by Florin Iucha <fl...@iucha.net>.
On Tue, Apr 20, 2004 at 01:53:38PM -0500, Florin Iucha wrote:
> The compilation of subversion fails on Solaris 8 using Sun ONE
> Compiler Suite v8 with:
> 
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_ra_svn-1.so.0
> ild: (undefined symbol) __divdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
> ild: (undefined symbol) __lshrdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_wc-1.so.0
> make: *** [subversion/clients/cmdline/svn] Error 5
> 
> 
> Grepping for eprintf there are a lot of "assert need libgcc.a to
> resolve __eprintf". I have not compiled anything with gcc, 
> although I have gcc installed on my machine.

I think I have found the culprit: apr-util looks for expat in
/usr/local although I have expat compiled and installed in $PREFIX.

Makefile snippet:
   APRUTIL_LIBS = -ldb-4.2 /usr/local/lib/libexpat.la

I fixed it by passing --with-expat=$PREFIX but why is it necessary?

florin

-- 

Don't question authority: they don't know either!

Re: Subversion 1.0.2 released.

Posted by Florin Iucha <fl...@iucha.net>.
On Tue, Apr 20, 2004 at 01:53:38PM -0500, Florin Iucha wrote:
> The compilation of subversion fails on Solaris 8 using Sun ONE
> Compiler Suite v8 with:
> 
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_ra_svn-1.so.0
> ild: (undefined symbol) __divdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
> ild: (undefined symbol) __lshrdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
> ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_wc-1.so.0
> make: *** [subversion/clients/cmdline/svn] Error 5
> 
> 
> Grepping for eprintf there are a lot of "assert need libgcc.a to
> resolve __eprintf". I have not compiled anything with gcc, 
> although I have gcc installed on my machine.

I think I have found the culprit: apr-util looks for expat in
/usr/local although I have expat compiled and installed in $PREFIX.

Makefile snippet:
   APRUTIL_LIBS = -ldb-4.2 /usr/local/lib/libexpat.la

I fixed it by passing --with-expat=$PREFIX but why is it necessary?

florin

-- 

Don't question authority: they don't know either!

Re: Subversion 1.0.2 released.

Posted by Florin Iucha <fl...@iucha.net>.
The compilation of subversion fails on Solaris 8 using Sun ONE
Compiler Suite v8 with:

ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_ra_svn-1.so.0
ild: (undefined symbol) __divdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
ild: (undefined symbol) __lshrdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_wc-1.so.0
make: *** [subversion/clients/cmdline/svn] Error 5


Grepping for eprintf there are a lot of "assert need libgcc.a to
resolve __eprintf". I have not compiled anything with gcc, 
although I have gcc installed on my machine.

Thank you for any suggestions,
florin

-- 

Don't question authority: they don't know either!

Re: Subversion 1.0.2 released.

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

>Subversion 1.0.1 is ready. Grab it from:
>
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
>
>The MD5 checksums are:
>
>   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
>   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz
>  
>
Before I get drowned in questions, yes, I'll be building the Win32 
binaries sometime this week.

(I guess this is what they call a "preemptive strike" :-)

-- Brane


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

Re: Subversion 1.0.2 released.

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

>Subversion 1.0.1 is ready. Grab it from:
>
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
>
>The MD5 checksums are:
>
>   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
>   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz
>  
>
Before I get drowned in questions, yes, I'll be building the Win32 
binaries sometime this week.

(I guess this is what they call a "preemptive strike" :-)

-- Brane


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

Re: Subversion 1.0.2 released.

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

    http://subversion.tigris.org/files/documents/15/12863/svn-win32-1.0.2.zip
    http://subversion.tigris.org/files/documents/15/12862/svn-win32-1.0.2_dev.zip
    http://subversion.tigris.org/files/documents/15/12860/svn-win32-1.0.2_pdb.zip
    http://subversion.tigris.org/files/documents/15/12861/svn-win32-1.0.2_py.zip

The MD5 checksums are:

    da7f6b88eb20a5ef033323e629ba6115 *svn-win32-1.0.2.zip
    2e50e10313444ce47dbb98183ee150f8 *svn-win32-1.0.2_dev.zip
    0664b6a8acc1983b17b4e5ee4c2c8846 *svn-win32-1.0.2_pdb.zip
    c119f8306d7feaabf83fbfbcb71f075d *svn-win32-1.0.2_py.zip


-- Brane

Ben Reser wrote:

>Subversion 1.0.1 is ready. Grab it from:
>
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.gz
>   http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2
>
>The MD5 checksums are:
>
>   246ffcc67ca629ae523956c4c1a67cce  subversion-1.0.2.tar.bz2
>   268603b431d93e098c51bf75f0d7fde1  subversion-1.0.2.tar.gz
>
>This is a bugfix release following 1.0.1.  It includes a number of small
>bug fixes that we've collected over the past several months and
>backported from trunk to the 1.0.x branch.
>
>We recommend that all users upgrade to 1.0.2.
>
>Questions, comments, and bug reports to users_at_subversion.tigris.org.
>
>Thanks,
>-The Subversion Team 
>
>--------------------8-<-------cut-here---------8-<-----------------------
>
> User-visible changes:
> * fixed: segfault when remotely deleting svn:author property.
> * fixed: mod_dav_svn accepting too many authors. (issue #1786)
> * fixed: create runtime config files with native EOLs. (Issue #1802)
> * fixed: recursive propset can corrupt .svn/entries (issue #1794)
> * fixed: allow shared working copies [mostly working now] (issue #1509)
> * fixed: mod_authz_svn should ignore uri on MERGE request (partial #1821)
> * fixed: svnserve assertion failure on empty error messages
> * fixed: commit/update memory leaks when working on many targets (issue #1635)
> * fixed: don't display repos-paths or URLs with '\' on win32.
> * new example script:  svnserve 'sgid' wrapper.
> * minor book fixes, new 'best-practices' doc.
>
> Developer-visible changes:
> * fixed: deprecation warning from SWIG 1.3.20_
> * fixed: broken win32 python-swig bindings compilation.
> * fixed: bug in libsvn_fs changes-table change-folding code.
> * fixed: perl bindings: wrap root->paths_changed, apply_txdelta return values
> * added VC7 support and defines for including debug symbol files.
>  
>



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

Re: Subversion 1.0.2 released.

Posted by Florin Iucha <fl...@iucha.net>.
The compilation of subversion fails on Solaris 8 using Sun ONE
Compiler Suite v8 with:

ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_ra_svn-1.so.0
ild: (undefined symbol) __divdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_subr-1.so.0
ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
ild: (undefined symbol) __lshrdi3 -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_delta-1.so.0
ild: (undefined symbol) __eprintf -- referenced in /rmnt/netapp1/fiucha/lib/libsvn_wc-1.so.0
make: *** [subversion/clients/cmdline/svn] Error 5


Grepping for eprintf there are a lot of "assert need libgcc.a to
resolve __eprintf". I have not compiled anything with gcc, 
although I have gcc installed on my machine.

Thank you for any suggestions,
florin

-- 

Don't question authority: they don't know either!