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

Re: SVN Browser/Management Application...

From: Baz <brian.ewins_at_gmail.com>
Date: 2006-05-02 20:47:36 CEST

On 5/2/06, bruce <bedouglas@earthlink.net> wrote:
> Hi Frank...
>
> What we actually need is a Workflow app, built on top of Subversion/SVN...
>
> -Bruce

I presume you mean you need process definitions versioned. For that
you can just use the subversion client library; you'll have to write
the workflow side of things yourself (or just google for it).
Workflow's a pretty vague term, even if tools follow the wfmc
standards (theres loads of optional bits). Generally you can't find
workflow tools to do what you think you wanted to do, you have to
change your processes to match the available tools or it'll cost you.

The one subversiony thing you mentioned that isn't covered by the
client library is user management. The way you can do this is to use
svn with apache, and switch the apache authentication module you're
using to be one for which management tools exist, eg LDAP, SSPI. Or if
you're not going to expose svn to the end users, but manage everything
behind your own webapp, you can just use properties on files to
indicate ownership etc, and manage authn/authz for yourself. If you're
doing *that* you might as well look at something like Apache
Jackrabbit.

-Baz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 2 20:48:48 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.