On 7 December 2010 19:43, Niklas Laxström <niklas.laxst...@gmail.com> wrote:
> On 7 December 2010 20:08, Petr Kadlec <petr.kad...@gmail.com> wrote:
>> Well, the hint to use sparse checkouts applies this way, too… You can
>> omit the testing directories from your checkout, and even subsequent
>> SVN updates will skip them. After checkout, just call
>> svn up --set-depth exclude maintenance/tests
>> and you should be set.
>
> svn up --set-depth exclude maintenance/tests
> svn: 'exclude' is not a valid depth; try 'empty', 'files',
> 'immediates', or 'infinity'
>
> There is no mention of 'exclude' even in the docs of development version of 
> svn.

The exclude option is new in 1.6, see
<http://subversion.apache.org/docs/release-notes/1.6.html#sparse-directory-exclusion>
and 
<http://blogs.open.collab.net/svn/2009/03/sparse-directories-now-with-exclusion.html>.
In 1.5, I you need to use --set-depth empty, I guess.

-- [[cs:User:Mormegil | Petr Kadlec]]

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to