[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: Mihai Danila <viridium_at_gmail.com>
Date: Thu, 5 Sep 2013 18:24:36 -0400

Understood, thank you for this clarification.

On Thu, Sep 5, 2013 at 2:56 PM, Philip Martin <philip.martin_at_wandisco.com>wrote:

> 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-06 00:25:09 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.