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

Re: SVN update of child ignores files if preceded by update --depth immediates

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 05 Sep 2013 19:56:56 +0100

Mihai Danila <viridium_at_gmail.com> writes:

> Just to make sure, is this supposed to be doable in parallel in SVN 1.7,
> because it doesn't seem to be doable?
>
> wc/objects/object1/ (1-2 dozen files)
> wc/objects/object2/ (1-2 dozen files)
> ...
> wc/objects/objectN/ (1-2 dozen files)
>
> svn up wc/objects/object<i1>
> svn up wc/objects/object<i2>
> ...
> svn up wc/objects/object<ik>
>
> (for a subset of the objects in that directory)

svn up wc/objects/object2

will lock the whole tree wc/objects so

svn up wc/objects/object1

in parallel will fail. However

svn up wc/objects/object1/*
svn up wc/objects/object2/*

will work in parallel.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2013-09-05 20:57:32 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.