Thank you so much for the fast reply. I really appreciate it. You just saved me hours of frustration trying to figure out it out myself.
I will cancel the build process I am currently running and run a hammer prune-everything and give this a shot. Thanks again so much! Sly Midnight ________________________________ From: Justin Sherrill <jus...@shiningsilence.com> To: Sly Midnight <slymidni...@yahoo.com> Cc: "users@crater.dragonflybsd.org" <users@crater.dragonflybsd.org> Sent: Sunday, April 1, 2012 1:41 PM Subject: Re: DragonFly 3.0.2 released On Sun, Apr 1, 2012 at 12:44 PM, Sly Midnight <slymidni...@yahoo.com> wrote: > git branch DragonFly_RELEASE_3_0 v3.0.2 > git checkout v3.0.2 You almost had it: git branch DragonFly_RELEASE_3_0 origin/DragonFly_RELEASE_3_0 git checkout DragonFly_RELEASE_3_0 These lines say "Attach a local branch to the origin's release branch, and make that the version in the files on disk. If you still need to clean up the disk, you can do a 'hammer prune /usr' or even a 'hammer prune-everything'. That should clean up most of it; 'hammer viconfig /usr' I think should show you how much history is being retained. If your disk is under 50G, you're going to want to lower the amount of data retention, and/or increase the amount of disk cleanup in the overnight process. Enable deduplication if it's not already on, too; that will give you back disk space 'for free'.