You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/12/05 22:13:36 UTC

Re: svn commit: rev 611 - trunk/subversion/bindings/java/jni

Could you try and delete the file and make the change in one commit? Or all
of those renames you did -- bunching those into one commit would have been
nicer. Since we have atomic commits, it would be much nicer to group logical
changes into a single commit.

thx,
-g

On Wed, Dec 05, 2001 at 12:31:52PM -0600, XelaRellum@tigris.org wrote:
> Author: XelaRellum
> Date: 2001-12-05 18:31 GMT
> New Revision: 611
> 
> Modified:
>    trunk/subversion/bindings/java/jni/build.sh
> Log:
> Deleted j.c - unused utility functions
> 
> Modified: trunk/subversion/bindings/java/jni/build.sh
> ==============================================================================
> --- OLD/trunk/subversion/bindings/java/jni/build.sh	Wed Dec  5 12:31:52 2001
> +++ NEW/trunk/subversion/bindings/java/jni/build.sh	Wed Dec  5 12:31:52 2001
> @@ -10,6 +10,6 @@
>  LIBS="-lapr -ldl -lmm -lcrypt -lpthread -lsvn_subr -lneon -lsvn_repos -lsvn_fs -lsvn_delta -lexpat"
>  CC_ARGS="-I/usr/lib/java/include -I/usr/lib/java/include/linux -L/usr/local/lib $LIBS -pthread -shared"
>  NATIVE_CLASS_NAME="svn_jni"
> -OBJS="main.c date.c misc.c status.c item.c hashtable.c string.c j.c"
> +OBJS="main.c date.c misc.c status.c item.c hashtable.c string.c"
>  CC_ARGS="$CC_ARGS -o lib$NATIVE_CLASS_NAME.so $OBJS"
>  cc $CC_ARGS
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org