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'.