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

Re: [Issue 962] - remove and move should work for missing files and directories

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-08 22:22:27 CET

"Ich Selbst" <ichselbst@gmx.ch> writes:

> But is the name of the directory not stored in /.svn/ somewhere?

No. Like I said earlier, there's an URL, and one day there may be a
GUID. The last component of the URL may differ from the directory
name if the directory is a working copy base, or if the directory is
switched.

> Then it should be possible to check if those names still match and
> if not then assume that as a rename/move?

That doesn't work. Consider 'mv foo zig/foo', the directory name is
unchanged, it's still foo. We don't want to store full path's either,
as that is likely to mean that simply moving a working copy would
break it.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 8 22:23:19 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.