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

Re: Slow checkin over branches...

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-10-22 18:23:20 CEST

On Wed, Oct 22, 2003 at 05:20:03PM +0200, Roland Schwingel wrote:
>
> Thanks,
>
> Roland, hoping for 0.33(?)
>
>

In the meanwhile, you could do something sneaky to commit both

.../wc/trunk/long/path/to/foo
and
.../wc/branches/branchname/long/path/to/foo

I think that this will work:

mkdir ~/commitarea
mv .../wc/trunk/long/path/to ~/commitarea/trunk-to
mv .../wc/branches/branchname/long/path/to ~/commitarea/branch-to
cd ~/commitarea
svn commit
mv ~/commitarea/trunk-to .../wc/trunk/long/path/to
mv ~/commitarea/branch-to .../wc/branches/branchname/long/path/to

Obviously, all this extra work is only useful if your WC is so
big that the juggling time is less than the wc locking time.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 22 18:24:24 2003

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.