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

Re: "is missing or not locked" error executing 'svn move dir1 dir2' if dir1 contains its own directory called dir2

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-06-24 01:38:46 CEST

On Thursday 23 June 2005 19:31, Philip Martin wrote:
[snip]
> svn_path_is_child looks like it might trigger too often, I think it
> should be more like:
>
> if (strcmp (this_entry.name, dst_basename) == 0
> && strcmp (src, dst_parent) == 0)

I didn't like it either... I'm doing something very similar to the above
right now.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 24 01:45:21 2005

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.