If you want to use TLA repository instead of tar balls: "tla register-archive http://arch.savannah.gnu.org/archives/gluster/" After this: "tla get -A gluster@xxxxxxxxxx glusterfs--mainline--3.0 glusterfs" This will get the latest source into "glusterfs" directory If you want a specific version you can give: "tla get -A gluster@xxxxxxxxxx glusterfs--mainline--3.0--patch-908 glusterfs" You can "cd" into "glusterfs" directory and: ---- cd glusterfs sh autogen.sh mkdir build cd build ../configure make make install ---- If you want to update your sources to latest checkins you: ---- cd glusterfs tla update cd build;make install ---- Other useful tla commands are: tla tree-id tla changelog tla diff On Fri, Feb 13, 2009 at 1:52 PM, Ben Mok <benmok@xxxxxxxxxxxxxxxxxxxx> wrote: > Hi All, > > > > I am using glusterfs-2.0.0rc1, I want to patch from patch-844 to patch-914, > do I need to patch each files one by one? Any method can be faster ? Thx so > much ! > > > > Ben > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel@xxxxxxxxxx > http://lists.nongnu.org/mailman/listinfo/gluster-devel > >