Logbook http://pmade.com Logbook en-us BareCMS from pmade inc. Importing Subversion Repositories to Git http://pmade.com/logbook/git/svn http://pmade.com/logbook/git/svn Thu, 07 Aug 2008 00:00:00 +0000 <p>The following sections detail how to get different types of Subversion repositories loaded into Git.</p> <p>If your Subversion repository contains several projects, each of them having their own trunk, tags, and branches directories, the following commands will help you import them into Git.</p> <p class="read_more"> <a href="http://pmade.com/logbook/git/svn">Read more...</a> </p> Backing Up and Restoring Subversion Repositories http://pmade.com/logbook/svn/backup http://pmade.com/logbook/svn/backup Thu, 07 Aug 2008 00:43:41 +0000 <p>Although you might be tempted to copy or move a live Subversion repository using traditional Unix tools like cp, you really should use the proper Subversion tools instead.</p> <p>If you try to copy the repository (e.g. to do a backup), you might do so while someone else is performing a commit. If that happened, you would end up with a corrupted repository.</p> <p class="read_more"> <a href="http://pmade.com/logbook/svn/backup">Read more...</a> </p> Using the pmade IRC Server http://pmade.com/logbook/irc/pmade http://pmade.com/logbook/irc/pmade Thu, 22 May 2008 00:00:00 +0000 <p>If you have been invited to join the pmade IRC server, this article will help get you connected and set up.</p> <p>Before you can begin, you need at least two things:</p> <p class="read_more"> <a href="http://pmade.com/logbook/irc/pmade">Read more...</a> </p> Smalltalk Reference http://pmade.com/logbook/smalltalk/reference http://pmade.com/logbook/smalltalk/reference Sat, 10 May 2008 00:00:00 +0000 <p class="read_more"> <a href="http://pmade.com/logbook/smalltalk/reference">Read more...</a> </p> FreeBSD Software RAID-1 http://pmade.com/logbook/freebsd/raid-1 http://pmade.com/logbook/freebsd/raid-1 Fri, 29 Sep 2006 00:00:00 +0000 <p>These notes are based upon the following articles:</p> <p>The instructions given here are only applicable to a new operating system install. Refer to the articles above for instructions for modifying an existing installation.</p> <p class="read_more"> <a href="http://pmade.com/logbook/freebsd/raid-1">Read more...</a> </p> Git and Large Repositories http://pmade.com/logbook/git/large-projects http://pmade.com/logbook/git/large-projects Tue, 19 Feb 2008 00:00:00 +0000 <p>Import a large repository into <a href="http://git.or.cz/">Git</a> and perform some testing to see how fast it really is.</p> <p>The <a href="http://www.freebsd.org/">FreeBSD</a> CVS repository was chosen because it should provide an appropriately sized code base to work from in terms of the number of files, and the overall historical data available.</p> <p class="read_more"> <a href="http://pmade.com/logbook/git/large-projects">Read more...</a> </p> Samba on Linux http://pmade.com/logbook/linux/samba http://pmade.com/logbook/linux/samba Wed, 16 Apr 2008 00:00:00 +0000 <p>These notes outline using the <a href="http://www.samba.org/">Samba</a> client tools to mount a SMB share on a Linux server.</p> <p>Download one of the RPM packages from <a href="http://enterprisesamba.com/">Enterprise Samba</a>. You can inspect the contents of the package, and then install the package via the following commands:</p> <p class="read_more"> <a href="http://pmade.com/logbook/linux/samba">Read more...</a> </p> Mac OS X Tips and Tricks http://pmade.com/logbook/osx/tips http://pmade.com/logbook/osx/tips Tue, 22 Apr 2008 00:00:00 +0000 <p>Use the /Developer/Applications/Utilities/Property List Editor.app to open the Contents/Info.plist file of an application and add a new child to the root node:</p> <p>More information can be found in the Apple developer <a href="http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616">Runtime Configuration Guidelines</a>.</p> <p class="read_more"> <a href="http://pmade.com/logbook/osx/tips">Read more...</a> </p> Mac OS X Server Command Line Administration http://pmade.com/logbook/osx/command-line http://pmade.com/logbook/osx/command-line Thu, 21 Feb 2008 00:00:00 +0000 <p>Mac OS X server administration from the command line can be much faster (and cheaper) than using a GUI solution. Here are some tips to get you started.</p> <p>Create a new account with administrator privileges (can use sudo):</p> <p class="read_more"> <a href="http://pmade.com/logbook/osx/command-line">Read more...</a> </p>