[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-12-05 23:13:36 CET

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
Received on Sat Oct 21 14:36:51 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.