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

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

From: Kumaran Santhanam <kumaran_at_tigris.org>
Date: 2003-08-24 19:10:06 CEST

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

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

Received on Sun Aug 24 19:10:59 2003

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.