On Sun, Jan 07, 2007 at 03:02:59AM -0800, Chris Lee wrote: > Hey guys, > > So I'm trying to figure out the best way to pull out a checkout of the > entire tree as of a given revision ID. I have a whole bunch of > revision IDs, and I'd like to know what the git equivalent of (say) > the following is: > > svn co -r280600 file:///path/to/svn/repo > > For the sake of argument, let's say that r280600 imported as > 07058310db903317faa300b93004a5a2e0fc2dcc into my git tree. > > How do I get a pristine checkout in my working copy of the entire tree > as the repository saw it at 07058310db903317faa300b93004a5a2e0fc2dcc? I have great success with: git-reset --hard $hash Jeff. -- #endif /* NO LIFE */ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html