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

Re: [PATCH]commit from multiple wc

From: HuiHuang <yellow.flying_at_yahoo.com.cn>
Date: Tue, 14 Jul 2009 20:33:14 +0800

>I mean that the patch should look somewhat like this:

>Index: subversion/libsvn_client/commit.c
>@@ ... @@
>-svn_client_commit4(...
>+svn_client_commit5(..., svn_boolean_t allow_multiple_working_copies, ...
>@@ ... @@
>-...
>+...
>@@ ... @@
>+svn_client_commit4(...
>+{
>+ return svn_client_commit5(..., FALSE, ...);
>+}
I will make a patch like as soon as possible:)

>Also, do you feel ready to start looking into how you could create
>a single commit from multiple working copies? You will have to dive
>into the commit editor logic, and make it use multiple access batons
>instead of just a single access baton.

>Or instead of using access batons, we could ask Hyrum Wright or Greg Stein
>if they think that WC-NG is ready for being used in the commit code.
>You could also work on that, with a focus on making commits from multiple
>WC-NG working copies possible.

Yes, after I have maken a new patch as you mentioned above, we should
start our new work. And I want to work on WC-NG wc, so I can follow the
code base.

Best Regards!
Huihuang

------------------
yellow.flying
2009-07-14

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2371222
Received on 2009-07-14 14:34:35 CEST

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.