You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jay Crouch <ja...@safestream.com> on 2007/08/16 01:47:49 UTC

How to get svnmucc

Hi,

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.

Our servers are all FreeBSD, and subversion was installed using Ports. Can
anyone give me instructions for locating and building svnmucc using Ports?

Thanks in advance.
Jay

Re: How to get svnmucc

Posted by John Peacock <jp...@rowman.com>.
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 <ph...@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