Hyrum K. Wright wrote:
> I have similar feelings. In working on some of the auditing code, I've
> often thought "gee, if I could only tell if this copy is a branch or a
> true copy." Having branches in directory hierarchy is very useful,
> especially when browsing them using mod_dav_svn and my favorite web
> browser. But the extra branch v. copy metadata would be useful.
How about just defining some extra property, that should be set to define some
copy as a branch? Eg. "svn:branch-from" and some source
(repository-root-relative) path, and revision, like this:
svn:branch-from = /trunk:521
That could be set for existing branches cheaply, and newer clients would do that
automatically - for a "svn branch" command, at least :-)
Regards,
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 6 10:18:00 2007