[Mutsu-developers] Your sources have been imported into the Mutsu CVS repository
Status: Beta
Brought to you by:
mfenner
|
From: Martin F. <ma...@sc...> - 2002-02-20 08:08:24
|
Laine, I imported your sources into the CVS tree, placing the four Find & Replace applications into one directory. We therefore now have "Simpleshade" and "SimpleFind&Replace". If you want to work on these projects under CVS control (which I recommend), checkout the files from CVS first. You find instructions on how to use Sourceforge CVS with Project Builder at http://sourceforge.net/docman/display_doc.php?docid=8785&group_id=43325 In summary, do the following in terminal (assuming you use the standard tcsh shell): setenv CVS_RSH ssh cvs -z3 -d:ext:lle...@cv...:/cvsroot/mutsu co Simpleshade cvs -z3 -d:ext:lle...@cv...:/cvsroot/mutsu co "SimpleFind&Replace" This will create two directories called Simpleshade and SimpleFind&Replace in your working directory. From now on you can use the Project Builder CVS menu to work on these files. The only tricky part is to add new directories (and that includes nib files) to the project, you better use the command line CVS client for this. Do you want me to add your applications to the Mutsu download area (two versions: compiled and source code)? Thanks again for contributing these files. - Martin |