You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Craig Heilman <cr...@bugsoft.com> on 2005/03/29 23:13:15 UTC

Subversion/SVK/Fink under Mac OS X

First of all thanks to all who responded to my previous message "Mac 
OS X - best setup for small developer?" - lots of good suggestions 
there.

I'd like to go the svk route to mirror my subversion repositories 
from my desktop to my laptop and I'd like to use Fink (via 
FinkCommander) to keep subversion and svk up to date (this after 
seeing a Fink demo). Fink does know about subversion 1.1.3-11 
(reasonably current) but the latest build of svk available via Fink 
is 0.18-1 (it appears the current version is 0.30).  There is a 
standalone Mac OS X installer for svk 0.30 (which includes subversion 
1.1.3) but if I use that, it will be installed outside the standard 
Fink location (Fink puts everything in it's own /sw directory at the 
top level of the disk).

Also a note that BBEdit 8.1 (my preferred code editor) was just 
released and it includes subversion support!

Suggestions?

Thanks,

Craig

-- 
-----------------------------------------------------------------
Craig A. Heilman
Bugaboo Software - Software Engineering & Consulting
http://www.bugsoft.com/
-----------------------------------------------------------------

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

Re: Subversion/SVK/Fink under Mac OS X

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

On 30.03.2005, at 01:13, Craig Heilman wrote:
> I'd like to go the svk route to mirror my subversion repositories from 
> my desktop to my laptop and I'd like to use Fink (via FinkCommander) 
> to keep subversion and svk up to date (this after seeing a Fink demo). 
> Fink does know about subversion 1.1.3-11 (reasonably current) but the 
> latest build of svk available via Fink is 0.18-1 (it appears the 
> current version is 0.30).

I am the maintainer of the svn and svk packages for fink. You can find 
the latest version of these tools here:
<http://fink.sourceforge.net/pdb/package.php/svn-client-ssl>
<http://fink.sourceforge.net/pdb/package.php/svk>
(Be sure to use the -ssl variant to get https support.)

So, as you can see, svn is at the latest released version. I update the 
fink package to 1.1.4 soon after it is released.
Svk is at version 0.27. I will update it to version 0.991 (1.0beta1) in 
the next couple of days.

As svk is only in the unstable tree yet, you need to enable it. You can 
find instructions here:
<http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#unstable>

I would like to move svk to the stable tree as soon as it hits version 
1.0. Therefore I am very much looking for your feedback!

> Also a note that BBEdit 8.1 (my preferred code editor) was just 
> released and it includes subversion support!

Which is great! I just installed it and it seems to work reasonable 
well. If you want to use the fink installed svn client together with 
BBEdit 8.1 you need to run the following command from the terminal:

defaults write com.barebones.bbedit 
Subversion:SubversionToolPathOverride /sw/bin/svn

Hope this helps,
Chris.



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