# # # add_file "ChangeLog" # content [96dc90996a8ff0c734caa033015010ad3b19e570] # # add_file "INSTALL" # content [ddc0155f1301d07489c499b213afce15dfbb6347] # # add_file "NEWS" # content [b6ab2f5acf747eab672f79da4824fc005fd5753a] # # patch "README" # from [3fc8403adc2465b80881721e128ad08c363a3522] # to [e8ff56e9091d2382d33b5d3c18aa0d34cdb12fb8] # ============================================================ --- ChangeLog 96dc90996a8ff0c734caa033015010ad3b19e570 +++ ChangeLog 96dc90996a8ff0c734caa033015010ad3b19e570 @@ -0,0 +1,4 @@ +Revision history for mtn-browse. + +0.60 Fri Jan 23 19:09:00 2009 Anthony Cooper + - Initial release of the application to Source Forge. ============================================================ --- INSTALL ddc0155f1301d07489c499b213afce15dfbb6347 +++ INSTALL ddc0155f1301d07489c499b213afce15dfbb6347 @@ -0,0 +1,2 @@ +See the INSTALLATION section in the README file, or if you are feeling lucky +just run linux-installer :-). ============================================================ --- NEWS b6ab2f5acf747eab672f79da4824fc005fd5753a +++ NEWS b6ab2f5acf747eab672f79da4824fc005fd5753a @@ -0,0 +1,3 @@ +Overview Of Changes In mtn-browse 0.60 +====================================== +- Pretty much works on Linux. First release of this application. ============================================================ --- README 3fc8403adc2465b80881721e128ad08c363a3522 +++ README e8ff56e9091d2382d33b5d3c18aa0d34cdb12fb8 @@ -69,9 +69,6 @@ The only file that needs to be executable is the mtn-browse file under the bin directory. -1) The Monotone directory is only needed if the Monotone::AutomateStdion -package from CPAN has not already been installed. - Once the files are in place then edit the mtn-browse executable and change the constants at the top containing the "@INST:LIB_DIR@", "@INST:GLOBS_FILE@" and "@INST:PREFIX_DIR@" values so that they contain the correct values. It is @@ -79,7 +76,10 @@ install it somewhere under your home directory and then change the paths accordingly. +1) The Monotone directory is only needed if the Monotone::AutomateStdio package + from CPAN has not already been installed. + DEPENDENCIES ------------