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

Re: Java Question

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-08-02 03:19:32 CEST

Mark Phippard <markp@softlanding.com> writes:

> svn mkdir url://tags/subclipse/X.Y.Z
> svn copy url://trunk/subclipse url://tags/subclipse/X.Y.Z/subclipse
> svn copy url://trunk/svnclientadapter
> url://tags/subclipse/X.Y.Z/svnclientadapter
>
> I usually just do it in the WC and then commit, but it would be nice to be
> able to build a UI that could do it against the repository.

I wrote a simple C client that uses the RA layer to do that sort of
thing:

http://svn.collab.net/repos/svn/trunk/contrib/client-side/mucc.c

Building a transaction is slightly more complicated than just doing
a series of mkdir/copy/copy because you have obey the rules of the
delta editor, in essence you have to make a single pass over the
directory structure.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 2 03:20:01 2006

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.