Re: Subversion svn client doesn't show branch when checking in
From: <kfogel_at_collab.net>
Date: 2006-03-08 14:38:08 CET
Andrew Haley <aph@redhat.com> writes:
Folks, I'm mildly inclined toward applying this patch, *if* we don't
Andrew has already pointed out the advantages. There is a slight
I haven't tested the patch yet, haven't made sure the item->url is
-Karl
-- www.collab.net <> CollabNet | Distributed Development On Demand > Index: subversion/svn/util.c > =================================================================== > *** subversion/svn/util.c (revision 18657) > --- subversion/svn/util.c (working copy) > *************** > *** 525,538 **** > svn_client_commit_item2_t *item > = APR_ARRAY_IDX(commit_items, i, svn_client_commit_item2_t *); > ! const char *path = item->path; > char text_mod = '_', prop_mod = ' ', unlock = ' '; > > if (! path) > ! path = item->url; > ! else if (! *path) > ! path = "."; > ! > ! if (path && lmb->base_dir) > ! path = svn_path_is_child(lmb->base_dir, path, pool); > > /* If still no path, then just use current directory. */ > --- 525,533 ---- > svn_client_commit_item2_t *item > = APR_ARRAY_IDX(commit_items, i, svn_client_commit_item2_t *); > ! const char *path = item->url; > char text_mod = '_', prop_mod = ' ', unlock = ' '; > > if (! path) > ! path = item->path; > > /* If still no path, then just use current directory. */ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org > For additional commands, e-mail: dev-help@subversion.tigris.org > > -- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Mar 8 17:47:40 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.