You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Volker Goetz <go...@sectionone.de> on 2002/10/27 23:16:06 UTC

Problems compiling version 0.14.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello everyone,

I've tried to bootstrap the subversion client and server using the release 
3200 (0.14.3) snapshot with the following environment:

- - RedHat 7.3
- - Apache 2.0.43 installed to /usr/local/apache2
- - Berkeley DB 4.0.14 installed to /usr/local/BerkeleyDB.4.0
- - using the bundled neon libs
- - Autoconf 2.53
- - Libtool 1.4.2

./configure \
        --with-apxs=/usr/local/apache2/bin/apxs \
        --with-apr=/usr/local/apache2 \
        --with-apr-util=/usr/local/apache2 \
        --with-berkeley-db=/usr/local/BerkeleyDB.4.0 \

Running make stops with this error:

- ------ completed all in neon
cd subversion/clients/cmdline && /bin/sh 
/usr/local/src/subversion/subversion-r3200/libtool --silent --mode=link  
gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
- -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2 -pthread  -DNEON_ZLIB  
- -I./subversion/include -I. 
- -I/usr/local/src/subversion/subversion-r3200/neon/src 
- -I/usr/local/BerkeleyDB.4.0/include  -I/usr/local/apache2/include   
- -I/usr/local/apache2/include   -rpath /usr/local/lib -o svn  add-cmd.o 
checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o 
diff-cmd.o export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o 
log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o 
propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o 
propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o 
switch-cmd.o update-cmd.o util.o 
../../../subversion/libsvn_client/libsvn_client-1.la 
../../../subversion/libsvn_wc/libsvn_wc-1.la 
../../../subversion/libsvn_ra/libsvn_ra-1.la 
../../../subversion/libsvn_delta/libsvn_delta-1.la 
../../../subversion/libsvn_subr/libsvn_subr-1.la 
/usr/local/apache2/lib/libaprutil-0.la -lgdbm -ldb -lexpat 
/usr/local/apache2/lib/libapr-0.la -lm -lcrypt -lnsl  -ldl 
/usr/local/src/subversion/subversion-r3200/neon/src/libneon.la 
- -L/usr/local/lib  -lz
libtool: link: cannot find the library `'
make: *** [subversion/clients/cmdline/svn] Error 1

I've tried the workaround suggested in one of the previous postings and 
replaced all instances of ltmain.sh in the source tree with newer versions 
with no success.



Volker Götz

- ---------------------------------------------------------------
section(one              Mail goetz@sectionone.de
Dipl.-Inform. Univ.      Web  http://www.sectionone.de/
Volker Götz              Tel. 0931/61 94 94-0
Unterer Weg 26           Fax  0931/61 94 94-15
97084 Würzburg           PGP  4FEB1C34 @ wwwkeys.de.pgp.net
- ---------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9vHO3WM9gHU/rHDQRAoDbAKCqK8omhm8HF3b+LFgFAi7fKe/arACfctbr
L6TDCjSGnJrVAhRtiVtO5AA=
=Ss5L
-----END PGP SIGNATURE-----


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

Re: Problems compiling version 0.14.3

Posted by Philip Martin <ph...@codematters.co.uk>.
Volker Goetz <go...@sectionone.de> writes:

> Running make stops with this error:
> 
> - ------ completed all in neon
> cd subversion/clients/cmdline && /bin/sh 

It's a while since I tried building neon in-tree, does it really go
stright from building neon to linking the client?

> /usr/local/src/subversion/subversion-r3200/libtool --silent --mode=link  
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
> - -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2 -pthread  -DNEON_ZLIB  
> - -I./subversion/include -I. 
> - -I/usr/local/src/subversion/subversion-r3200/neon/src 
> - -I/usr/local/BerkeleyDB.4.0/include  -I/usr/local/apache2/include   
> - -I/usr/local/apache2/include   -rpath /usr/local/lib -o svn  add-cmd.o 
> checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o 
> diff-cmd.o export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o 
> log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o 
> propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o 
> propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o 
> switch-cmd.o update-cmd.o util.o 
> ../../../subversion/libsvn_client/libsvn_client-1.la 
> ../../../subversion/libsvn_wc/libsvn_wc-1.la 
> ../../../subversion/libsvn_ra/libsvn_ra-1.la 
> ../../../subversion/libsvn_delta/libsvn_delta-1.la 
> ../../../subversion/libsvn_subr/libsvn_subr-1.la 
> /usr/local/apache2/lib/libaprutil-0.la -lgdbm -ldb -lexpat 
> /usr/local/apache2/lib/libapr-0.la -lm -lcrypt -lnsl  -ldl 
> /usr/local/src/subversion/subversion-r3200/neon/src/libneon.la 
> - -L/usr/local/lib  -lz
> libtool: link: cannot find the library `'
> make: *** [subversion/clients/cmdline/svn] Error 1
> 
> I've tried the workaround suggested in one of the previous postings and 
> replaced all instances of ltmain.sh in the source tree with newer versions 
> with no success.

Libtool has --debug and --dry-run options, do either of these help
track down the problem?  Try running the above command from the
command line, but replace the --silent with --debug and/or --dry-run.

You might like to put the command inside brackets so that the cd
affects a subshell, like so

(cd subversion/clients/cmdline && /bin/sh /usr/local/src/subversion/subversion-r3200/libtool  ... )

-- 
Philip Martin

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

Re: SOLVED: Problems compiling version 0.14.3

Posted by Volker Goetz <go...@sectionone.de>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I eventually managed to find out the reason for the compiling problems. In 
libtool's library files (*.la) was a wrong dependany (-pthread instead of 
- -lpthread). I don't know where this false one came from and if it was the 
running of buildconf in Apache2 or an upgrade of my libtool RPMs that 
fixed it. I will test the whole thing on another machine with the original 
setup from RedHat.

Anyway svn is ready now, so I will try to checkout the latest version from 
the repository.



Volker Götz

- ---------------------------------------------------------------
section(one              Mail goetz@sectionone.de
Dipl.-Inform. Univ.      Web  http://www.sectionone.de/
Volker Götz              Tel. 0931/61 94 94-0
Unterer Weg 26           Fax  0931/61 94 94-15
97084 Würzburg           PGP  4FEB1C34 @ wwwkeys.de.pgp.net
- ---------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9vbvBWM9gHU/rHDQRAo4tAJ4w2kdZDRP7m6zyysJeRIFk0gkNJQCfezaZ
Kraduz8FeVjRYlvJv4c9jgE=
=974C
-----END PGP SIGNATURE-----


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

Re: Problems compiling version 0.14.3

Posted by "Andreas J. Koenig" <an...@anima.de>.
>>>>> On Mon, 28 Oct 2002 20:03:02 +0100, Volker Goetz <go...@sectionone.de> said:

  > running buildconf in apache's source directory does not help in any way.
  > Indeed it breaks apache's build too, so that make ends up with the same
  > libtool error libtool: link: cannot find the library `'

  > Running autogen.sh in subversions source directory, as suggested in another
  > follow up, does not help either; still the same error.

  > I also tried using a separately installed neon library, also no success.

In this case, I'll repost the workaround that I found on this mailing
list several weeks ago and which worked for me:

Find all instances of ltmain.sh in the httpd and svn sources and
replace them with the version you have in /usr/share/libtool/ltmain.sh
or /usr/local/share/libtool/ltmain.sh.

Then restart the configure/make cycle.

I believe the bug is only in the httpd sources which come with three
ltmain.sh:

% tar tvzf httpd-2.0.43.tar.gz| grep ltmain
-rw-r--r-- wrowe/wrowe  138312 2002-03-20 06:54:14 httpd-2.0.43/srclib/pcre/ltmain.sh
-r--r--r-- wrowe/wrowe  113489 2002-10-03 07:42:59 httpd-2.0.43/srclib/apr/build/ltmain.sh
-r--r--r-- wrowe/wrowe  113489 2002-10-03 07:43:17 httpd-2.0.43/srclib/apr-util/xml/expat/conftools/ltmain.sh

Size and MD5 of my ltmain.sh from libtool 1.4.2:

Size:  138911
MD5:   9e3e9c419bbdddf5515196ad466df8a7


-- 
andreas

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

Re: Problems compiling version 0.14.3

Posted by Volker Goetz <go...@sectionone.de>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Montag, 28. Oktober 2002 05:40 schrieb Craig Peterein:
> On Sun, Oct 27, 2002 at 08:26:29PM -0600, Ben Collins-Sussman wrote:
> > This about the 5th person to run into this problem.  Should we write
> > this up as a FAQ, or is there a more permanent solution?
> >
> > > > cd subversion/clients/cmdline && /bin/sh [snip]
> > > > libtool: link: cannot find the library `'
>
> This has been annoying me for a few days too, but I think I just figured
> out the solution: run apache2's ./buildconf
>
> I had been building apache2 from cvs, so of course I was doing
> buildconf.  But then I switched to using the 2.0.43 tarball, and just
> running ./configure.  svn then failed to compile with the libtool
> warning above.  Running buildconf fixed it.

running buildconf in apache's source directory does not help in any way.
Indeed it breaks apache's build too, so that make ends up with the same
libtool error libtool: link: cannot find the library `'

Running autogen.sh in subversions source directory, as suggested in another
follow up, does not help either; still the same error.

I also tried using a separately installed neon library, also no success.



- -- 

Mit freundlichen Grüßen

Volker Götz

- ---------------------------------------------------------------
section(one              Mail goetz@sectionone.de
Dipl.-Inform. Univ.      Web  http://www.sectionone.de/
Volker Götz              Tel. 0931/61 94 94-0
Unterer Weg 26           Fax  0931/61 94 94-15
97084 Würzburg           PGP  4FEB1C34 @ wwwkeys.de.pgp.net
- ---------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9vYnoWM9gHU/rHDQRAp3YAJwIwmpbX3YZPl6zZ/Zd0g51QiHPuACgk3Zw
PZ5Mgi14OFOjBVTtrdbsWrM=
=ao3U
-----END PGP SIGNATURE-----


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

Re: Problems compiling version 0.14.3

Posted by Jeffrey Melloy <jm...@visualdistortion.org>.
In my case, I wasn't compiling apache2.  It does seem like I needed to 
run ./configure, and possibly ./autogen.sh again after I made the 
change.  Not 100% sure, though.

On Sunday, October 27, 2002, at 10:40 PM, Craig Peterein wrote:

> On Sun, Oct 27, 2002 at 08:26:29PM -0600, Ben Collins-Sussman wrote:
>>
>> This about the 5th person to run into this problem.  Should we write
>> this up as a FAQ, or is there a more permanent solution?
>>
>>>> cd subversion/clients/cmdline && /bin/sh [snip]
>>>> libtool: link: cannot find the library `'
>
> This has been annoying me for a few days too, but I think I just 
> figured out
> the solution: run apache2's ./buildconf
>
> I had been building apache2 from cvs, so of course I was doing 
> buildconf.  But
> then I switched to using the 2.0.43 tarball, and just running 
> ./configure.  svn
> then failed to compile with the libtool warning above.  Running 
> buildconf fixed
> it.
>
> Craig
>
=======================
Jeffrey Melloy
jmelloy@visualdistortion.org

http://www.visualdistortion.org
http://www.platformers.com


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

Re: Problems compiling version 0.14.3

Posted by Craig Peterein <cr...@peterein.org>.
On Sun, Oct 27, 2002 at 08:26:29PM -0600, Ben Collins-Sussman wrote:
> 
> This about the 5th person to run into this problem.  Should we write
> this up as a FAQ, or is there a more permanent solution?
> 
> > > cd subversion/clients/cmdline && /bin/sh [snip]
> > > libtool: link: cannot find the library `'

This has been annoying me for a few days too, but I think I just figured out
the solution: run apache2's ./buildconf

I had been building apache2 from cvs, so of course I was doing buildconf.  But
then I switched to using the 2.0.43 tarball, and just running ./configure.  svn
then failed to compile with the libtool warning above.  Running buildconf fixed
it.

Craig

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

Re: Problems compiling version 0.14.3

Posted by Ben Collins-Sussman <su...@collab.net>.
This about the 5th person to run into this problem.  Should we write
this up as a FAQ, or is there a more permanent solution?

Jeffrey Melloy <jm...@visualdistortion.org> writes:

> I ran into this problem when compiling Neon in tree.  If you go into
> neon/src/ and edit either the makefile or Makefile.in, it has the
> libtool location (LIBTOOL), I believe, in the same location as for
> neon itself.  Since it's one layer in, just change it's current value
> to ../$LIBTOOL or whatever.
> 
> Jeff
> On Sunday, October 27, 2002, at 05:16 PM, Volker Goetz wrote:
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hello everyone,
> >
> > I've tried to bootstrap the subversion client and server using the
> > release
> > 3200 (0.14.3) snapshot with the following environment:
> >
> > - - RedHat 7.3
> > - - Apache 2.0.43 installed to /usr/local/apache2
> > - - Berkeley DB 4.0.14 installed to /usr/local/BerkeleyDB.4.0
> > - - using the bundled neon libs
> > - - Autoconf 2.53
> > - - Libtool 1.4.2
> >
> > ./configure \
> >         --with-apxs=/usr/local/apache2/bin/apxs \
> >         --with-apr=/usr/local/apache2 \
> >         --with-apr-util=/usr/local/apache2 \
> >         --with-berkeley-db=/usr/local/BerkeleyDB.4.0 \
> >
> > Running make stops with this error:
> >
> > - ------ completed all in neon
> > cd subversion/clients/cmdline && /bin/sh
> > /usr/local/src/subversion/subversion-r3200/libtool --silent --mode=link
> > gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> > - -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2 -pthread  -DNEON_ZLIB
> > - -I./subversion/include -I.
> > - -I/usr/local/src/subversion/subversion-r3200/neon/src
> > - -I/usr/local/BerkeleyDB.4.0/include  -I/usr/local/apache2/include
> > - -I/usr/local/apache2/include   -rpath /usr/local/lib -o svn
> > add-cmd.o
> > checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o
> > diff-cmd.o export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o
> > log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o
> > propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o
> > propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o
> > switch-cmd.o update-cmd.o util.o
> > ../../../subversion/libsvn_client/libsvn_client-1.la
> > ../../../subversion/libsvn_wc/libsvn_wc-1.la
> > ../../../subversion/libsvn_ra/libsvn_ra-1.la
> > ../../../subversion/libsvn_delta/libsvn_delta-1.la
> > ../../../subversion/libsvn_subr/libsvn_subr-1.la
> > /usr/local/apache2/lib/libaprutil-0.la -lgdbm -ldb -lexpat
> > /usr/local/apache2/lib/libapr-0.la -lm -lcrypt -lnsl  -ldl
> > /usr/local/src/subversion/subversion-r3200/neon/src/libneon.la
> > - -L/usr/local/lib  -lz
> > libtool: link: cannot find the library `'
> > make: *** [subversion/clients/cmdline/svn] Error 1
> >
> > I've tried the workaround suggested in one of the previous postings and
> > replaced all instances of ltmain.sh in the source tree with newer
> > versions
> > with no success.
> >
> >
> >
> > Volker Götz
> >
> > - ---------------------------------------------------------------
> > section(one              Mail goetz@sectionone.de
> > Dipl.-Inform. Univ.      Web  http://www.sectionone.de/
> > Volker Götz              Tel. 0931/61 94 94-0
> > Unterer Weg 26           Fax  0931/61 94 94-15
> > 97084 Würzburg           PGP  4FEB1C34 @ wwwkeys.de.pgp.net
> > - ---------------------------------------------------------------
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.0 (GNU/Linux)
> >
> > iD8DBQE9vHO3WM9gHU/rHDQRAoDbAKCqK8omhm8HF3b+LFgFAi7fKe/arACfctbr
> > L6TDCjSGnJrVAhRtiVtO5AA=
> > =Ss5L
> > -----END PGP SIGNATURE-----
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: dev-help@subversion.tigris.org
> >
> >
> =======================
> Jeffrey Melloy
> jmelloy@visualdistortion.org
> 
> http://www.visualdistortion.org
> http://www.platformers.com
> 
> 
> ---------------------------------------------------------------------
> 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: Problems compiling version 0.14.3

Posted by Jeffrey Melloy <jm...@visualdistortion.org>.
I ran into this problem when compiling Neon in tree.  If you go into 
neon/src/ and edit either the makefile or Makefile.in, it has the 
libtool location (LIBTOOL), I believe, in the same location as for neon 
itself.  Since it's one layer in, just change it's current value to 
../$LIBTOOL or whatever.

Jeff
On Sunday, October 27, 2002, at 05:16 PM, Volker Goetz wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello everyone,
>
> I've tried to bootstrap the subversion client and server using the 
> release
> 3200 (0.14.3) snapshot with the following environment:
>
> - - RedHat 7.3
> - - Apache 2.0.43 installed to /usr/local/apache2
> - - Berkeley DB 4.0.14 installed to /usr/local/BerkeleyDB.4.0
> - - using the bundled neon libs
> - - Autoconf 2.53
> - - Libtool 1.4.2
>
> ./configure \
>         --with-apxs=/usr/local/apache2/bin/apxs \
>         --with-apr=/usr/local/apache2 \
>         --with-apr-util=/usr/local/apache2 \
>         --with-berkeley-db=/usr/local/BerkeleyDB.4.0 \
>
> Running make stops with this error:
>
> - ------ completed all in neon
> cd subversion/clients/cmdline && /bin/sh
> /usr/local/src/subversion/subversion-r3200/libtool --silent --mode=link
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> - -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2 -pthread  -DNEON_ZLIB
> - -I./subversion/include -I.
> - -I/usr/local/src/subversion/subversion-r3200/neon/src
> - -I/usr/local/BerkeleyDB.4.0/include  -I/usr/local/apache2/include
> - -I/usr/local/apache2/include   -rpath /usr/local/lib -o svn  
> add-cmd.o
> checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o
> diff-cmd.o export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o
> log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o
> propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o
> propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o
> switch-cmd.o update-cmd.o util.o
> ../../../subversion/libsvn_client/libsvn_client-1.la
> ../../../subversion/libsvn_wc/libsvn_wc-1.la
> ../../../subversion/libsvn_ra/libsvn_ra-1.la
> ../../../subversion/libsvn_delta/libsvn_delta-1.la
> ../../../subversion/libsvn_subr/libsvn_subr-1.la
> /usr/local/apache2/lib/libaprutil-0.la -lgdbm -ldb -lexpat
> /usr/local/apache2/lib/libapr-0.la -lm -lcrypt -lnsl  -ldl
> /usr/local/src/subversion/subversion-r3200/neon/src/libneon.la
> - -L/usr/local/lib  -lz
> libtool: link: cannot find the library `'
> make: *** [subversion/clients/cmdline/svn] Error 1
>
> I've tried the workaround suggested in one of the previous postings and
> replaced all instances of ltmain.sh in the source tree with newer 
> versions
> with no success.
>
>
>
> Volker Götz
>
> - ---------------------------------------------------------------
> section(one              Mail goetz@sectionone.de
> Dipl.-Inform. Univ.      Web  http://www.sectionone.de/
> Volker Götz              Tel. 0931/61 94 94-0
> Unterer Weg 26           Fax  0931/61 94 94-15
> 97084 Würzburg           PGP  4FEB1C34 @ wwwkeys.de.pgp.net
> - ---------------------------------------------------------------
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.0 (GNU/Linux)
>
> iD8DBQE9vHO3WM9gHU/rHDQRAoDbAKCqK8omhm8HF3b+LFgFAi7fKe/arACfctbr
> L6TDCjSGnJrVAhRtiVtO5AA=
> =Ss5L
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
=======================
Jeffrey Melloy
jmelloy@visualdistortion.org

http://www.visualdistortion.org
http://www.platformers.com


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