You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Anderson <da...@calixo.net> on 2005/10/26 02:37:13 UTC

1.3.0-rc1 tarballs up for testing/signing

(Busy people, scroll down to the URI, you know what to do.)

It's here, Subversion 1.3.0-rc1.  You will notice there are now six 
release files, because as per our consensus, we are now releasing both a 
"full" package (including source code of known-to-work versions of apr, 
apr-utils and neon) and a "lite" package (you get to find and install 
the dependancies yourself).  Also, note that there is no copy of the 
Book in there, because there is no book release for 1.2.0 available.

Everybody please test this to death.  Commiters, please also post your 
signatures.

- Dave.

http://lolut.utbm.info/pub/subversion-1.3.0-rc1/

-rw-r-----  1 www-data www-data  4940994 Oct 26 03:42 
subversion-1.3.0-rc1-nodeps.tar.bz2
-rw-r-----  1 www-data www-data  6379087 Oct 26 03:43 
subversion-1.3.0-rc1-nodeps.tar.gz
-rw-r-----  1 www-data www-data  7292063 Oct 26 03:44 
subversion-1.3.0-rc1-nodeps.zip
-rw-r-----  1 www-data www-data  6782413 Oct 26 03:45 
subversion-1.3.0-rc1.tar.bz2
-rw-r-----  1 www-data www-data  8755040 Oct 26 03:47 
subversion-1.3.0-rc1.tar.gz
-rw-r-----  1 www-data www-data 11685290 Oct 26 03:48 
subversion-1.3.0-rc1.zip

md5sums:
57cfe908a57096daac98dfcb6fb47bd7  subversion-1.3.0-rc1-nodeps.tar.bz2
689cfa9bd23c2b3ae5bc1301f9220dff  subversion-1.3.0-rc1-nodeps.tar.gz
a4029351496f85897312ed0a5610872c  subversion-1.3.0-rc1-nodeps.zip
fabd7d27899858856bac7ddf07f75cf9  subversion-1.3.0-rc1.tar.bz2
52524dddc8aa4d50b03ad1ba79a1a550  subversion-1.3.0-rc1.tar.gz
243ba8a83905047aa656ca57386a6a73  subversion-1.3.0-rc1.zip

sha1sums:
9a11024cbd1f6196616094cb548c90c038204bb7  
subversion-1.3.0-rc1-nodeps.tar.bz2
bae5ac707f6c1b7b1f27e5a77b4d926813df0f00  subversion-1.3.0-rc1-nodeps.tar.gz
55f75f096bd4e368e32d5c16a4ee0eb286c63058  subversion-1.3.0-rc1-nodeps.zip
bede73ad0cd76e27f09ad595e35183876f01edbe  subversion-1.3.0-rc1.tar.bz2
f10ad88904726800a7affd0ebc39775a08c3bc1f  subversion-1.3.0-rc1.tar.gz
4d6a0cd8018c5f25698d602fa1a8bfa45a1956bf  subversion-1.3.0-rc1.zip


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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Sigfred Håversen <bs...@mumak.com>.
Sigfred Håversen wrote:

> 2) check-swig-py don't run properly. Installing them and then running
> the regression test makes no difference:
Erh, installing Subversion, including the bindings, made no difference.

/Sigfred


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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 10/30/05, Sigfred Håversen <bs...@mumak.com> wrote:

> There are a couple of issues.
>
> 1) The locale files subversion.mo are not installed. In previous versions
> these was installed.

I'm not seeing this problem with RC2, and AFAIK nothing in this area
of the build system has changed.

> 2) check-swig-py don't run properly. Installing them and then running
> the regression test makes no difference:
>
> [snip: all previous tests successfull]
> Running all tests in key-test...success
> Running all tests in skel-test...success
> Running all tests in strings-reps-test...success
> At least one test was SKIPPED, checking /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/tests.log
> SKIP:  utf8_tests.py 1: conversion of paths and logs to/from utf8
> cd /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/subversion/bindings/swig/python;  /usr/local/bin/python2.3 /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/run_all.py
> Traceback (most recent call last):
>    File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/run_all.py", line 18, in ?
>      import pool
>    File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/pool.py", line 1, in ?
>      from svn.core import *
>    File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/../svn/core.py", line 19, in ?
>      from libsvn.core import *
>    File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/subversion/bindings/swig/python/libsvn/core.py", line 437, in ?
>      class svn_string_t:
>    File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/subversion/bindings/swig/python/libsvn/core.py", line 445, in svn_string_t
>      __swig_setmethods__["data"] = _core.svn_string_t_data_set
> AttributeError: 'module' object has no attribute 'svn_string_t_data_set'
> *** Error code 1
>
> Stop in /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386 (line 675 of Makefile).
> *** Error code 1
>
> Stop in /usr/ports/devel/subversion (line 103 of Makefile).
> *** Error code 1
>
> Stop in /usr/ports/devel/subversion (line 1887 of /usr/ports/infrastructure/mk/bsd.port.mk).

Again, I don't see this problem with RC2 (Specifically on FreeBSD
6.0-RC1, using Python 2.4.1).  Are  you sure there's no chance you
could be picking up old versions of the python bindings somewhere? 
What version of Python are you using?

-garrett

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


Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Sigfred Håversen <bs...@mumak.com>.
Sigfred Håversen wrote:
> Peter N. Lundblad wrote:
> 
>> On Sun, 30 Oct 2005, [UTF-8] Sigfred Håversen wrote:
>>
>>
>>> There are a couple of issues.
>>>
>>> 1) The locale files subversion.mo are not installed. In previous 
>>> versions
>>> these was installed.
>>>
>>
>> Does it find msgfmt and generate the .mo files?
>>


This is solved by patching configure like this:


@@ -21025,7 +21026,7 @@ rm -f conftest.err conftest.$ac_objext \
        conftest$ac_exeext conftest.$ac_ext
  if test "$ac_cv_search_bindtextdomain" = no; then
    for ac_lib in intl; do
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+    LIBS="-l$ac_lib -liconv $ac_func_search_save_LIBS"
      cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
@@ -21070,7 +21071,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
-  ac_cv_search_bindtextdomain="-l$ac_lib"
+  ac_cv_search_bindtextdomain="-l$ac_lib -liconv"
  break
  else
    echo "$as_me: failed program was:" >&5


This was my mistake by not including this from previous OpenBSD ports patches
into the release candidate.

/Sigfred

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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Sigfred Håversen <bs...@mumak.com>.
Peter N. Lundblad wrote:
> On Sun, 30 Oct 2005, [UTF-8] Sigfred Håversen wrote:
> 
> 
>>There are a couple of issues.
>>
>>1) The locale files subversion.mo are not installed. In previous versions
>>these was installed.
>>
> 
> Does it find msgfmt and generate the .mo files?
> 

It finds msgfmt, as can be seen from config.log:

...
configure:20849: checking for msgfmt
configure:20867: found /usr/local/bin/msgft
configure:20880: result: /usr/local/bin/msgfmt
configure:20889: checking for msgmerge
configure:20907: found /usr/local/bin/msgmerge
configure:20920: result: /usr/local/bin/msgmerge
...

The build-i386/subversion/po directory is empty
after building. In Subversoin 1.2.3 the same directory
contains various .mo files.

/Sigfred

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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
On Sun, 30 Oct 2005, [UTF-8] Sigfred Håversen wrote:

> There are a couple of issues.
>
> 1) The locale files subversion.mo are not installed. In previous versions
> these was installed.
>
Does it find msgfmt and generate the .mo files?

Regards,
//Peter

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


Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Sigfred Håversen <bs...@mumak.com>.
David James wrote:
> On 10/29/05, Sigfred Håversen <bs...@mumak.com> wrote:
> 
>>David James wrote:
>>
>>>On 10/28/05, Sigfred Håversen <bs...@mumak.com> wrote:
>>>[...]
>>>
>>>
>>>>I had to use GNUmake to compile the SWIG bindings, while for earlier
>>>>versions of Subversion, the BSDmake worked fine. When doing
>>>>"make swig-py" (part of the port Makefile), the compiling
>>>>stops with:
[snip]
> 
> Subversion 1.2.0rc2 should contain a fix for this issue. Get
> Subversion 1.2.0rc2 at:
>    http://lolut.utbm.info/pub/subversion-1.3.0/rc2/

Subversion 1.3.0-rc2 now builds the SWIG bindings using BSD make
on OpenBSD 3.8-current for i386.

The check FSTYPE=bdb and check-swig-pl passes.

The previous reported issue of "svn ls svn://localhost" not connecting
to svnserve seems to be a problem on the test machine since I've the same
issue now with Subversion 1.2.3. Before testing I did a clean install
of OpenBSD on the machine, so I'll look into what has happened here.


There are a couple of issues.

1) The locale files subversion.mo are not installed. In previous versions
these was installed.

2) check-swig-py don't run properly. Installing them and then running
the regression test makes no difference:

[snip: all previous tests successfull]
Running all tests in key-test...success
Running all tests in skel-test...success
Running all tests in strings-reps-test...success
At least one test was SKIPPED, checking /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/tests.log
SKIP:  utf8_tests.py 1: conversion of paths and logs to/from utf8
cd /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/subversion/bindings/swig/python;  /usr/local/bin/python2.3 /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/run_all.py
Traceback (most recent call last):
   File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/run_all.py", line 18, in ?
     import pool
   File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/pool.py", line 1, in ?
     from svn.core import *
   File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/subversion-1.3.0-rc2/subversion/bindings/swig/python/tests/../svn/core.py", line 19, in ?
     from libsvn.core import *
   File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/subversion/bindings/swig/python/libsvn/core.py", line 437, in ?
     class svn_string_t:
   File "/usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386/subversion/bindings/swig/python/libsvn/core.py", line 445, in svn_string_t
     __swig_setmethods__["data"] = _core.svn_string_t_data_set
AttributeError: 'module' object has no attribute 'svn_string_t_data_set'
*** Error code 1

Stop in /usr/ports/devel/subversion/w-subversion-1.3.0-rc2/build-i386 (line 675 of Makefile).
*** Error code 1

Stop in /usr/ports/devel/subversion (line 103 of Makefile).
*** Error code 1

Stop in /usr/ports/devel/subversion (line 1887 of /usr/ports/infrastructure/mk/bsd.port.mk).


/Sigfred


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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by David James <ja...@gmail.com>.
On 10/29/05, Sigfred Håversen <bs...@mumak.com> wrote:
> David James wrote:
> > On 10/28/05, Sigfred Håversen <bs...@mumak.com> wrote:
> > [...]
> >
> >>I had to use GNUmake to compile the SWIG bindings, while for earlier
> >>versions of Subversion, the BSDmake worked fine. When doing
> >>"make swig-py" (part of the port Makefile), the compiling
> >>stops with:
> >>
> >>Using $< in a non-suffix rule context is a GNUmake idiom (line 42 of /usr/ports/devel/subversion/w-subversion-1.3.0-rc1/subversion-1.3.0-rc1/build-outputs.mk)
> >>*** Error code 2
> >
> > Hi Sigfred,
> >
> > I've removed all usage of "$<" from the SWIG Python bindings in r17093
> > and r17095. Does this resolve the problem?
> >
>
> Hello,
>
> based upon those two commits, I hand edited the build-outputs.mk, and
> Subversion now builds using BSD make on OpenBSD. The "make check FSTYPE=bdb"
> has passed successfully, and I'm now running the regression tests check-swig-pl
> and check-swig-py.
>
> Just to verify that I understood the patches correct, here is a snippet
> of what I did:
>
> --- build-outputs.mk.orig       Wed Oct 26 03:34:43 2005
> +++ build-outputs.mk    Sat Oct 29 23:47:07 2005
> @@ -39,7 +39,7 @@ CLEAN_FILES = contrib/client-side/mucc$(
>   ########################################
>
>   subversion/bindings/swig/proxy/svn_version_h.swg: subversion/include/svn_version.h $(abs_srcdir)/build/generator/swig/header_wrappers.py
> -       $(PYTHON) $(abs_srcdir)/build/generator/swig/header_wrappers.py $(abs_srcdir)/build.conf $(SWIG) $<
> +       $(PYTHON) $(abs_srcdir)/build/generator/swig/header_wrappers.py $(abs_srcdir)/build.conf $(SWIG) $(abs_srcdir)/subversion/include/svn_version.h
>   swig-headers: subversion/bindings/swig/proxy/svn_version_h.swg
>   extraclean-swig-headers-subversion/bindings/swig/proxy/svn_version_h.swg:
>          rm -f $(abs_srcdir)/subversion/bindings/swig/proxy/svn_version_h.swg

Looks good. Thanks for your help!

Subversion 1.2.0rc2 should contain a fix for this issue. Get
Subversion 1.2.0rc2 at:
   http://lolut.utbm.info/pub/subversion-1.3.0/rc2/

The official announcement for Subversion 1.2.0rc2:
   http://svn.haxx.se/dev/archive-2005-10/1448.shtml

Cheers,

David

--
David James -- http://www.cs.toronto.edu/~james

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Sigfred Håversen <bs...@mumak.com>.
David James wrote:
> On 10/28/05, Sigfred Håversen <bs...@mumak.com> wrote:
> [...]
> 
>>I had to use GNUmake to compile the SWIG bindings, while for earlier
>>versions of Subversion, the BSDmake worked fine. When doing
>>"make swig-py" (part of the port Makefile), the compiling
>>stops with:
>>
>>Using $< in a non-suffix rule context is a GNUmake idiom (line 42 of /usr/ports/devel/subversion/w-subversion-1.3.0-rc1/subversion-1.3.0-rc1/build-outputs.mk)
>>*** Error code 2
> 
> Hi Sigfred,
> 
> I've removed all usage of "$<" from the SWIG Python bindings in r17093
> and r17095. Does this resolve the problem?
> 

Hello,

based upon those two commits, I hand edited the build-outputs.mk, and
Subversion now builds using BSD make on OpenBSD. The "make check FSTYPE=bdb"
has passed successfully, and I'm now running the regression tests check-swig-pl
and check-swig-py.

Just to verify that I understood the patches correct, here is a snippet
of what I did:

--- build-outputs.mk.orig       Wed Oct 26 03:34:43 2005
+++ build-outputs.mk    Sat Oct 29 23:47:07 2005
@@ -39,7 +39,7 @@ CLEAN_FILES = contrib/client-side/mucc$(
  ########################################

  subversion/bindings/swig/proxy/svn_version_h.swg: subversion/include/svn_version.h $(abs_srcdir)/build/generator/swig/header_wrappers.py
-       $(PYTHON) $(abs_srcdir)/build/generator/swig/header_wrappers.py $(abs_srcdir)/build.conf $(SWIG) $<
+       $(PYTHON) $(abs_srcdir)/build/generator/swig/header_wrappers.py $(abs_srcdir)/build.conf $(SWIG) $(abs_srcdir)/subversion/include/svn_version.h
  swig-headers: subversion/bindings/swig/proxy/svn_version_h.swg
  extraclean-swig-headers-subversion/bindings/swig/proxy/svn_version_h.swg:
         rm -f $(abs_srcdir)/subversion/bindings/swig/proxy/svn_version_h.swg


/Sigfred

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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by David James <ja...@gmail.com>.
On 10/28/05, Sigfred Håversen <bs...@mumak.com> wrote:
[...]
> I had to use GNUmake to compile the SWIG bindings, while for earlier
> versions of Subversion, the BSDmake worked fine. When doing
> "make swig-py" (part of the port Makefile), the compiling
> stops with:
>
> Using $< in a non-suffix rule context is a GNUmake idiom (line 42 of /usr/ports/devel/subversion/w-subversion-1.3.0-rc1/subversion-1.3.0-rc1/build-outputs.mk)
> *** Error code 2
Hi Sigfred,

I've removed all usage of "$<" from the SWIG Python bindings in r17093
and r17095. Does this resolve the problem?

Cheers,

David


--
David James -- http://www.cs.toronto.edu/~james

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Sigfred Håversen <bs...@mumak.com>.
David Anderson wrote:
> (Busy people, scroll down to the URI, you know what to do.)
> 
> It's here, Subversion 1.3.0-rc1.  You will notice there are now six 
> release files, because as per our consensus, we are now releasing both a 
> "full" package (including source code of known-to-work versions of apr, 
> apr-utils and neon) and a "lite" package (you get to find and install 
> the dependancies yourself).  Also, note that there is no copy of the 
> Book in there, because there is no book release for 1.2.0 available.
> 
> Everybody please test this to death.  Commiters, please also post your 
> signatures.
> 

Passes the following tests on OpenBSD 3.8-current for i386:

	check FSTYPE=bdb
	check-swig-pl
	check BASE_URL=svn://127.0.0.1


There are problems connecting to svnserve over localhost using TCPv4,
which is why "make svncheck" fails:

$ svnserve -d --listen-host 0.0.0.0 -r /tmp/test
$ svn ls svn://127.0.0.1
test/
$ svn ls svn://localhost
svn: Can't connect to host 'localhost': Connection refused
$ host localhost
localhost.mumak.com has address 127.0.0.1

I've got another machine where "svn ls svn://localhost" works for
svn 1.2.3.


I had to use GNUmake to compile the SWIG bindings, while for earlier
versions of Subversion, the BSDmake worked fine. When doing
"make swig-py" (part of the port Makefile), the compiling
stops with:

Using $< in a non-suffix rule context is a GNUmake idiom (line 42 of /usr/ports/devel/subversion/w-subversion-1.3.0-rc1/subversion-1.3.0-rc1/build-outputs.mk)
*** Error code 2

Stop in /usr/ports/devel/subversion (line 100 of Makefile).
*** Error code 1

Stop in /usr/ports/devel/subversion (line 1855 of /usr/ports/infrastructure/mk/bsd.port.mk).


/Sigfred







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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Michael Brouwer <mb...@gmail.com>.
Passes make check and make check-swig-pl and passes the SVK-1.05
testsuite on Mac OS X 10.4.3.  (Though I don't have a sig).

Michael


On 26 Oct 2005 08:59:15 -0500, kfogel@collab.net <kf...@collab.net> wrote:
> Justin Erenkrantz <ju...@erenkrantz.com> writes:
> > On Wed, Oct 26, 2005 at 08:23:35AM -0500, kfogel@collab.net wrote:
> > > > Passes 'make check' on Mac OS X 10.4.2.
> > >
> > > That's just local check, right, no http:// nor svn://?
> >
> > Yah, but that's all I run to satisfy my vote requirements.  -- justin
>
> Sure, it's fine, I just wanted to make sure we knew what was getting
> tested and what wasn't -- the sig may not carry that information, but
> if (say) we got 10 signatures and yet knew from out-of-band
> information that svn:// had never been tested, we'd probably hold off
> on blessing the tarball :-).
>
> ---------------------------------------------------------------------
> 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: 1.3.0-rc1 tarballs up for testing/signing

Posted by kf...@collab.net.
Justin Erenkrantz <ju...@erenkrantz.com> writes:
> On Wed, Oct 26, 2005 at 08:23:35AM -0500, kfogel@collab.net wrote:
> > > Passes 'make check' on Mac OS X 10.4.2.
> > 
> > That's just local check, right, no http:// nor svn://?
> 
> Yah, but that's all I run to satisfy my vote requirements.  -- justin

Sure, it's fine, I just wanted to make sure we knew what was getting
tested and what wasn't -- the sig may not carry that information, but
if (say) we got 10 signatures and yet knew from out-of-band
information that svn:// had never been tested, we'd probably hold off
on blessing the tarball :-).

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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Wed, Oct 26, 2005 at 08:23:35AM -0500, kfogel@collab.net wrote:
> > Passes 'make check' on Mac OS X 10.4.2.
> 
> That's just local check, right, no http:// nor svn://?

Yah, but that's all I run to satisfy my vote requirements.  -- justin

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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by kf...@collab.net.
Justin Erenkrantz <ju...@erenkrantz.com> writes:
> Thanks so much for taking the lead on this!  Aren't you glad you
> volunteered?  =)

Seconded!

> Passes 'make check' on Mac OS X 10.4.2.

That's just local check, right, no http:// nor svn://?

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

Re: 1.3.0-rc1 tarballs up for testing/signing

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Wed, Oct 26, 2005 at 04:37:13AM +0200, David Anderson wrote:
> Everybody please test this to death.  Commiters, please also post your 
> signatures.

Thanks so much for taking the lead on this!  Aren't you glad you
volunteered?  =)

Passes 'make check' on Mac OS X 10.4.2.

Thanks again.  Hope you had fun...  -- justin

Sigs:

subversion-1.3.0-rc1-nodeps.tar.bz2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iD8DBQBDXvtGFqlkleIiZ5URAoO6AJoCoHICfnQy8cxzgc7ChcwfnHG0lgCgwJjj
it+kTIxYJxFkScBhNbCn3RI=
=FdiX
-----END PGP SIGNATURE-----

subversion-1.3.0-rc1-nodeps.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iD8DBQBDXvtPFqlkleIiZ5URAvZRAKCxBC+WTo6mTtxykpAI9M5pLH3K6QCePXni
m/auvN3+OqJIENhIdecDSjo=
=vG3I
-----END PGP SIGNATURE-----

subversion-1.3.0-rc1.tar.bz2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iD8DBQBDXvtfFqlkleIiZ5URAlEMAKDxOBWHV19Pjs/aGXQJPmaUVcORfgCgkzie
W0RxwDr4PPHV4ogLxb2sjmE=
=8rfp
-----END PGP SIGNATURE-----

subversion-1.3.0-rc1.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iD8DBQBDXvvaFqlkleIiZ5URAiGkAJ4hcwqzO19rNmSoWUB2tCYqMrhTYwCgr4pA
RfvaHarGU6+mwMR1Jjh3aPM=
=PXTk
-----END PGP SIGNATURE-----

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