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

Re: Proposal: Support for versioning symlinks and other special files.

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-30 16:55:38 CEST

On Wed, 2004-06-30 at 08:17, Josh Pieper wrote:
> Hmmmm, after some more investigation, it appears storing the
> svn_node_special types in the repository may be challenging for any
> svn before 2.0. The reason being the editor interface has no way to
> specify the type of a node. It is obvious that the calling signatures
> of the editor interface functions cannot be changed in a 1.x line, but
> can new functions be added?

An interesting question. If a caller uses get_default_editor(), then
it's safe to add new functions, just as we can add new fields to the
libsvn_client context structure. But I don't think we document that
requirement anywhere.

We could of course have a new editor type and an old editor type, and
rev all the functions which accept an editor.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 30 17:10:24 2004

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.