Mac Java environment

3 messages Options
Embed this post
Permalink
David Whitehurst

Mac Java environment

Reply Threaded More More options
Print post
Permalink
Guys:

Those using macbooks, what do you use for keeping things up to date.  E.g. I have a lot of problems with SVN versions.  I've used fink, mac ports (once), ye olde tar.gz, etc.

What seems to be your tool of choice.  Also when you install a different way, sometimes I have to go kill a soft link in /usr/bin e.g. with maven using mac ports.  I care mainly to be up to date on stuff so I'm just looking to get out of the linux tinkering business.

:-)

David
Matt Raible-3

Re: Mac Java environment

Reply Threaded More More options
Print post
Permalink
I'm not sure if my command-line svn is from Mac Ports. I installed it
what seems like years ago and have never had an issue with it. I
typically use IDEA's SVN support when I'm working on a project, but I
do revert to the command line every-so-often. As far as my
command-line SVN version and such, here's what I see:

$ which svn
/usr/bin/svn
$ svn --version
svn, version 1.4.4 (r25188)
   compiled Sep 23 2007, 22:32:34

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

Hope this helps,

Matt

On Sun, Feb 1, 2009 at 8:45 AM, David Whitehurst <[hidden email]> wrote:

> Guys:
>
> Those using macbooks, what do you use for keeping things up to date.  E.g. I
> have a lot of problems with SVN versions.  I've used fink, mac ports (once),
> ye olde tar.gz, etc.
>
> What seems to be your tool of choice.  Also when you install a different
> way, sometimes I have to go kill a soft link in /usr/bin e.g. with maven
> using mac ports.  I care mainly to be up to date on stuff so I'm just
> looking to get out of the linux tinkering business.
>
> :-)
>
> David
>



--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

David Whitehurst

Re: Mac Java environment

Reply Threaded More More options
Print post
Permalink
Matt:

It seems that fink was already installed and I did a mysql and postgresql using html apple docs.  I had no issues.  And, everything else seems okay. 

And, svn is exactly what you have. 

david-whitehursts-macbook-pro-15:~ dlwhitehurst$ svn --version
svn, version 1.4.4 (r25188)
   compiled Sep 23 2007, 22:32:34

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

david-whitehursts-macbook-pro-15:~ dlwhitehurst$


Thanks,

David

On Mon, Feb 2, 2009 at 1:22 PM, Matt Raible <[hidden email]> wrote:
I'm not sure if my command-line svn is from Mac Ports. I installed it
what seems like years ago and have never had an issue with it. I
typically use IDEA's SVN support when I'm working on a project, but I
do revert to the command line every-so-often. As far as my
command-line SVN version and such, here's what I see:

$ which svn
/usr/bin/svn
$ svn --version
svn, version 1.4.4 (r25188)
  compiled Sep 23 2007, 22:32:34

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

Hope this helps,

Matt

On Sun, Feb 1, 2009 at 8:45 AM, David Whitehurst <[hidden email]> wrote:
> Guys:
>
> Those using macbooks, what do you use for keeping things up to date.  E.g. I
> have a lot of problems with SVN versions.  I've used fink, mac ports (once),
> ye olde tar.gz, etc.
>
> What seems to be your tool of choice.  Also when you install a different
> way, sometimes I have to go kill a soft link in /usr/bin e.g. with maven
> using mac ports.  I care mainly to be up to date on stuff so I'm just
> looking to get out of the linux tinkering business.
>
> :-)
>
> David
>



--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]