snej / Murky

A GUI client app for the Mercurial version-control system. Written for Mac OS X, in Objective-C.

Clone this repository (size: 8.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/snej/murky
commit 155: f334e732837a
parent 154: 0803957fb0b5
child 156: e7066c825eb2
*Changing the dependency from BWToolkit.framework to All so the IB plugin is build too, if needed. *Adding splitter min size, now that we are using the BWToolkit source these values work. *Updating version to 0.7.1 becuase the the BWToolkit source greatly improves the splitter views. default0.7.1
David Keegan / keegan3d
8 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
Murky /
filename size last modified message
English.lproj  
French.lproj  
German.lproj  
Murky.xcodeproj  
Resources  
Source  
.hgignore 154 B 8 months ago *adding --genstrings flag to Localize.py so that strings…
.hgtags 625 B 8 months ago Added tag 0.7.0 for changeset e882766d2ab5
Localize.json 647 B 8 months ago *Changing the dependency from BWToolkit.framework to All so…
Localize.py 9.2 KB 8 months ago *adding newline to Localize.py for diffs
README.txt 3.1 KB 8 months ago *Added BWToolkit.xcodeproj and set up its framework as a…

README

M U R K Y

Murky is a GUI client app for the Mercurial distributed version-control system. 
It lets you manage repositories and source files without using a command-line.

Website:       http://bitbucket.org/snej/murky/
Mailing list:  http://groups.google.com/group/murky-app
Bug tracker:   http://bitbucket.org/snej/murky/issues/?status=new&status=open


= BUILDING IT =

System requirements:
    - Mac OS X 10.5+
    - Apple's Xcode tools, version 3.1+

Dependencies:
    - Mercurial, of course <http://mercurial.selenic.com/downloads/>
    - MYUtilities <http://bitbucket.org/snej/myutilities/>
    - BWToolkit <http://bitbucket.org/bwalkin/bwtoolkit/>

First-Time Configuration:

    *** PLEASE READ THIS FIRST! ***
    Before the first time you build, you'll need to tell Xcode where the MYUtilities sources are. 
    You do this by setting up a named 'Source Tree':

 1. Clone or download MYUtilities
 2. Clone or download BWToolkit.
 3. Open Xcode's Preferences panel
 4. Click the "Source Trees" icon at the top
 5. Click the "+" button to add a new item to the list
 6. Fill in the Setting Name as "MYUtilities", 
    the Display Name also as "MYUtilities", 
    and the Path as the absolute filesystem path to where you put MYUtilities. 
    (Do not use a "~" (tilde) in this path! The compiler won't understand it.)
 7. Repeat steps 5-6 to add a new item named "BWToolkit", whose path points to
    where you put BWToolkit.
    
 You'll also need to install the BWToolkit Interface Builder plugin:
    
 1. Open BWToolkit.xcodeproj and build it in 'Release' mode.
 2. In the Finder, open BWToolkit's Release build output folder.
 3. Double-click "BWToolkit.ibplugin", to install it into IB.
    
Once you're configured, just open Murky.xcodeproj and choose "Build".


= LICENSE =

This is a BSD license:

 Copyright (c) 2008-2010, Jens Alfke <jens@mooseyard.com>. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted
 provided that the following conditions are met:
 
 * Redistributions of source code must retain the above copyright notice, this list of conditions
 and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list of conditions
 and the following disclaimer in the documentation and/or other materials provided with the
 distribution.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRI-
 BUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 
 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.