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

Re: How to get svnmucc

From: John Peacock <jpeacock_at_rowman.com>
Date: 2007-08-16 04:23:30 CEST

Jay Crouch wrote:
> I’m building a web front end for svn... Really need a batch method of
> running svn command line statements. Ran across the svnmucc project — is
> this thing still working? If so how do I get the tool.

It is located in the source distribution:

        ./contrib/client-side/svnmucc/svnmucc.c

with the following comment in the source file:

/* Multiple URL Command Client

    Combine a list of mv, cp and rm commands on URLs into a single commit.

    Copyright 2005 Philip Martin <philip@codematters.co.uk>

    Licenced under the same terms as Subversion.

    How it works: the command line arguments are parsed into an array of
    action structures. The action structures are interpreted to build a
    tree of operation structures. The tree of operation structures is
    used to drive an RA commit editor to produce a single commit.

    To build this client, type 'make svnmucc' from the root of your
    Subversion source directory.
*/

So you would have to switch to the directory which 'ports' uses to build the
distribution and do it yourself.

But, the larger question is what kind of web frontend are you writing? Is there
something the plethora of other web interfaces don't do? Perhaps if you
described exactly what you are intending, you could get better advice for how to
go about doing it...

Just my 2 cents

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Blvd
Suite H
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 16 04:21:10 2007

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.