Bug in subversion?
From: Robert Bocheński <r.bochenski_at_home.pl>
Date: 2006-01-26 10:43:23 CET
Hi,
I have a problem with subversion. When I'm trying to commit files placed in different folders and
I realized that with this to avoid infinite loop in file
Problem is in this code (line ~ 1300 in version 1.3.0)
while (strcmp (target, base_dir))
APR_ARRAY_PUSH (dirs_to_lock,
}
I think this solution isn't very good.
*** subversion-1.3.0/subversion/libsvn_client/commit.c Wed Jan 25 11:41:49 2006
- if (!*base_dir)
target = parent_dir;
target = parent_dir;
Right solution should be done somewhere deeper in path functions.
-- Best Regards Robert Bochenski --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Jan 26 10:45:03 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.