You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kumaran Santhanam <ku...@tigris.org> on 2003/08/24 17:10:06 UTC

[PATCH] Fix for inconsistency in libsvn_wc/adm_files.c

Hi folks -

While investigating my proposed new feature, I found a couple of
inconsistencies in libsvn_wc/adm_files.c.  Specifically, there
are two calls to svn_path_join_*() which should actually be calls
to extend_with_adm_name().  By applying this patch, there will
be only a single function, v_extend_with_adm_name(), which 
creates the .svn/ location from a given pathname.

I'm sending this patch now, since I believe it to be bug fix
rather than a new feature.  Even if my upcoming feature patch is
not accepted, hopefully at least this small cleanup will get
committed soon.

Thanks,
Kumaran

Re: [PATCH] Fix for inconsistency in libsvn_wc/adm_files.c

Posted by cm...@collab.net.
Kumaran Santhanam <ku...@tigris.org> writes:

> Hi folks -
> 
> While investigating my proposed new feature, I found a couple of
> inconsistencies in libsvn_wc/adm_files.c.  Specifically, there
> are two calls to svn_path_join_*() which should actually be calls
> to extend_with_adm_name().  By applying this patch, there will
> be only a single function, v_extend_with_adm_name(), which 
> creates the .svn/ location from a given pathname.

Committed in revision 6848.  Thankya.

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