If you are using SVN_REVISION with a specific revision number like
that, you can do:
UPDATE_COMMAND ""
because there is never any need to update after the initial checkout at
that revision.
If you then later change to another revision, the parameters to the svn
checkout ("dowload") step
Hello,
I'm wondering if I'm doing something wrong using ExternalProject_Add for a
subversion repository. I would expect the following behavior:
- First run, see if local copy of code has been checked out. If not 'svn
checkout'. Fails if not connected to internet.
- Consecutive runs:
- if s
On 1 Dec 2013, at 10:53, James Turner wrote:
> I am trying to force the BUILD step of an ExternalProject_Add target to be
> run - always. I have found several wiki articles, and references in the
> archives of this list, to setting an ALWAYS option for the stage I want to
> force to run each
Am Sonntag, 1. Dezember 2013, 10:53:08 schrieb James Turner:
> Hi,
>
> I am trying to force the BUILD step of an ExternalProject_Add target to be
> run - always. I have found several wiki articles, and references in the
> archives of this list, to setting an ALWAYS option for the stage I want to
>
Hi,
I am trying to force the BUILD step of an ExternalProject_Add target to be run
- always. I have found several wiki articles, and references in the archives of
this list, to setting an ALWAYS option for the stage I want to force to run
each time. The problem is I can’t find any documentation