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

Re: Autoexpanding ZIP archives?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-12-07 19:01:40 CET

Hadmut Danisch wrote:
> Allow to configure arbitrary transformation programs (e.g. just a
> shell script) on the client side, which recognize files on a pattern
> base and run them through that filter instead of putting them directly
> into that archive.

Client side scripting has been discussed in the past; there are a couple
of obvious problems:

1) security;
2) Subversion is a fully cross-platform tool and some people's computers
are infested with OS's with incompetent shells and no robust scripting
capability;
3) distribution of repository standard scripts to clients isn't
available (though at least this is expected to change at some point);
4) did I mention security?

There is nothing stopping you from producing a wrapper to the svn binary
which does whatever massaging you want to the data before calling svn
itself. If it is really useful in the general case, you can submit it
to the Subversion project and it could live along side the other
contrib/client-side tools.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 7 19:03:34 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.