Mihai Danila <virid...@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*

Reply via email to