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

Re: CVS update: MODIFIED: libsvn_wc ...

From: <kfogel_at_collab.net>
Date: 2001-08-29 21:28:03 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> Greg Hudson <ghudson@MIT.EDU> writes:
> > 2. Fix the editor interface to allow changes (properties and removal)
> > to the root directory.
> >
> > The second option has the advantage that it lets us set properties on
> > the repository root directory, something I guess we just can't do now.
>
> Yeah, this might be the key. In addition to the editor having a
> "replace_root()" (which gives you back a dir_baton for editing
> children), we could add "delete_root()" and "add_root()". :-)

Huh? Why can't we set properties on the repository root directory?

   replace_root(&root_baton);
   change_prop(root_baton);

Looks good to me. :-)

I don't see anything good about being able to delete the root dir, and
note that it can't be done in regular Unix filesystems either...

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.