[Gluster-devel] patch issue
Krishna Srinivas
krishna at zresearch.com
Fri Feb 13 11:03:52 UTC 2009
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 at sv.gnu.org 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 at sv.gnu.org 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 at powerallnetworks.com> 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 at nongnu.org
> http://lists.nongnu.org/mailman/listinfo/gluster-devel
>
>
More information about the Gluster-devel
mailing list