You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Christian Schaffner <ch...@users.sourceforge.net> on 2004/02/23 17:43:31 UTC

ANN: Fink Packages for Subversion 1.0.0 Released

The Fink packages (<http://fink.sf.net>) are now available for the final
release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:

<http://fink.sourceforge.net/pdb/search.php?s=svn>

To get the latest package descriptions type 'fink selfupdate'.
(It may take a few hours for the servers to pick up the new version.)

To install the client: 'fink install svn-client-ssl'
To install the stand-alone server: 'fink install svn-ssl'
To install the apache svn module: 'fink install libapache2-ssl-mod-svn'
To install the cvs2svn conversion tool: 'fink install cvs2svn-ssl'

The swig perl and python bindings are also available. See 'fink list 
svn'
for all packages.

See
<http://svn.collab.net/viewcvs-dev/svn/tags/1.0.0/CHANGES?&view=auto>
for the changes in 1.0.0.

For general questions about fink (e.g. regarding getting the latest 
package)
please write to
<ma...@lists.sourceforge.net>

Note that the svn Fink packages are still in the unstable tree.  To 
enable it,
please read the Fink FAQ:
<http://fink.sourceforge.net/faq/usage-fink.php#unstable>


PS: Some notes about unstable/stable fink packages and subversion in 
Fink:

One of Finks goals is to provide binary packages. But the policy is to 
only
provide binaries of packages in the stable tree. As soon as we got 
enough
positive feedback on the latest svn packages they will be moved to the 
stable
tree, so that a binary install will be available soon after. Therefore 
we need
_you_ to provide us with feedback on building the package so that we 
can move
it to the stable tree.

After the binary svn packages are available from Fink you won't need to 
install
e.g. apache2 anymore just to get a client. All you will need to do will 
be
'apt-get intall svn-client-ssl' and in a matter of seconds you will 
have a
working svn client installed. But as it is right now, you still need to 
compile
apache2 just to get the client.


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

Re: ANN: Fink Packages for Subversion 1.0.0 Released

Posted by Blair Zajac <bl...@orcaware.com>.
Christian Schaffner wrote:
> 
> The Fink packages (<http://fink.sf.net>) are now available for the final
> release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:

I've put together a set of .info and .patch files for Subversion 1.0.0
for Mac OS X 10.2.  These are basically a copy of the following 10.3
packages back ported to 10.2:

    apache2-ssl
    apr-ssl
    cyrus-sasl2
    openldap-ssl
    python23
    svn-ssl
    swig

I've updated all of these packages to use Berkeley DB 4.2.52.

For packages that have the same version number as the fink version,
I bumped the revision number by one.  For packages where the new
version is different than the fink version, I've set the revision
number to 0 so that if a fink version comes out it'll replace these
versions.

The svn package does not contain the svn Perl bindings, as Perl
5.8.0 is required for this.

These files are not in the Fink update mechanism tree but are
located at

http://svn.orcaware.com:8000/repos/trunk/fink/10.2/

You could either download these files one by one or follow these
steps:

sudo tcsh
cd /sw/fink/10.2-gcc3.3/local/main
mv finkinfo finkinfo-old
svn co http://svn.orcaware.com:8000/repos/trunk/fink/10.2 finkinfo
mv finkinfo-old/* finkinfo/
rmdir finkinfo-old
fink index

If somebody with fink CVS commit access wants to put these files
into the 10.2 tree, I would appreciate it.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

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

Re: ANN: Fink Packages for Subversion 1.0.0 Released

Posted by Christian Schaffner <ch...@users.sourceforge.net>.
Hi Jack

On 25.02.2004, at 19:23, Jack Repenning wrote:
> On Feb 23, 2004, at 9:43 AM, Christian Schaffner wrote:
>> The Fink packages (<http://fink.sf.net>) are now available for the 
>> final
>> release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:
>
> Is there any plan to build 1.0.0 for 10.2?

It should build almost as it it right now for 10.2 too. The problem is 
that a few of the needed dependencies are not yet ported back to the 
10.2-gcc3.3 tree. I hope i can do it eventually but haven't got the 
resources at the moment.

> If not, I'll be building my own ... can I contribute to finkization?

Sure. :) You could try move the dependencies to the 10.2-gcc3.3 tree, 
see if they build, and report to the respective package maintainers. 
Ask them if they move their packages. Mostly you just need to change 
the GCC fiels to 3.1 (if the packages have it) and adjust the 
dependecies. Also the package revisions should be lower than in the 
10.3 tree if the GCC field is available, to allow easy upgrading.

Then you can try to adapt the svn 10.3 package to the 10.2-gcc3.3 tree, 
too.

That would help a lot!
Thanks, Chris.


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

Re: ANN: Fink Packages for Subversion 1.0.0 Released

Posted by Christian Schaffner <ch...@users.sourceforge.net>.
Hi Jack

On 25.02.2004, at 19:23, Jack Repenning wrote:
> On Feb 23, 2004, at 9:43 AM, Christian Schaffner wrote:
>> The Fink packages (<http://fink.sf.net>) are now available for the 
>> final
>> release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:
>
> Is there any plan to build 1.0.0 for 10.2?

It should build almost as it it right now for 10.2 too. The problem is 
that a few of the needed dependencies are not yet ported back to the 
10.2-gcc3.3 tree. I hope i can do it eventually but haven't got the 
resources at the moment.

> If not, I'll be building my own ... can I contribute to finkization?

Sure. :) You could try move the dependencies to the 10.2-gcc3.3 tree, 
see if they build, and report to the respective package maintainers. 
Ask them if they move their packages. Mostly you just need to change 
the GCC fiels to 3.1 (if the packages have it) and adjust the 
dependecies. Also the package revisions should be lower than in the 
10.3 tree if the GCC field is available, to allow easy upgrading.

Then you can try to adapt the svn 10.3 package to the 10.2-gcc3.3 tree, 
too.

That would help a lot!
Thanks, Chris.


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

Re: ANN: Fink Packages for Subversion 1.0.0 Released

Posted by Jack Repenning <jr...@collab.net>.
On Feb 23, 2004, at 9:43 AM, Christian Schaffner wrote:

> The Fink packages (<http://fink.sf.net>) are now available for the 
> final
> release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:

Is there any plan to build 1.0.0 for 10.2?

If not, I'll be building my own ... can I contribute to finkization?

-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835.8090


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

Re: ANN: Fink Packages for Subversion 1.0.0 Released

Posted by Jack Repenning <jr...@collab.net>.
On Feb 23, 2004, at 9:43 AM, Christian Schaffner wrote:

> The Fink packages (<http://fink.sf.net>) are now available for the 
> final
> release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:

Is there any plan to build 1.0.0 for 10.2?

If not, I'll be building my own ... can I contribute to finkization?

-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835.8090


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

Re: ANN: Fink Packages for Subversion 1.0.0 Released

Posted by Blair Zajac <bl...@orcaware.com>.
Christian Schaffner wrote:
> 
> The Fink packages (<http://fink.sf.net>) are now available for the final
> release of Subversion 1.0.0 in the MacOS X 10.3 unstable tree:

I've put together a set of .info and .patch files for Subversion 1.0.0
for Mac OS X 10.2.  These are basically a copy of the following 10.3
packages back ported to 10.2:

    apache2-ssl
    apr-ssl
    cyrus-sasl2
    openldap-ssl
    python23
    svn-ssl
    swig

I've updated all of these packages to use Berkeley DB 4.2.52.

For packages that have the same version number as the fink version,
I bumped the revision number by one.  For packages where the new
version is different than the fink version, I've set the revision
number to 0 so that if a fink version comes out it'll replace these
versions.

The svn package does not contain the svn Perl bindings, as Perl
5.8.0 is required for this.

These files are not in the Fink update mechanism tree but are
located at

http://svn.orcaware.com:8000/repos/trunk/fink/10.2/

You could either download these files one by one or follow these
steps:

sudo tcsh
cd /sw/fink/10.2-gcc3.3/local/main
mv finkinfo finkinfo-old
svn co http://svn.orcaware.com:8000/repos/trunk/fink/10.2 finkinfo
mv finkinfo-old/* finkinfo/
rmdir finkinfo-old
fink index

If somebody with fink CVS commit access wants to put these files
into the 10.2 tree, I would appreciate it.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

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