cm update . --changeset=7
if we are pointing to the branch "br:/main/task01", with the next selector:
repository "default"
path "/"
smartbranch "/main/task01"
and we want the configuration on the changeset 7, we need to type the following:
repository "default"
path "/"
smartbranch "/main/task01" changeset "7"
On 18/11/2010 17:16, Borja Ruiz Arroyo wrote:
> Hi,
>
> You have 2 different options:
>
> 1º We can do an update on the CLI to a given changeset of the
> current configuration (the changeset must be in the current branch).
> Example: if we are pointing "br:/main/task01" and we want to download
> the configuration of this branch on the changeset 7, we need to use the
> following command:
>
> / cm update . --changeset=7/
>
>
> 2º You can change the selector to download the configuration
> of a branch on a given changeset. On this way:
>
> if we are pointing to the branch "br:/main/task01", with the next
> selector:
>
> /repository "default"
> path "/"
> smartbranch "/main/task01"/
>
>
> and we want the configuration on the changeset 7, we need to type
> the following:
>
> /repository "default"/
> / path "/"/
> / smartbranch "/main/task01" changeset "7"/
>
>
> Regards
>
> Borja
>
>
>
>
>
> El 18/11/2010 15:51, Guillaume M escribió:
>> This is probably very basic, but I can't find how to do this.
>>
>> How do I update my workspace with an old revision of a branch (ex:
>> from an old changeset) ?
>> For example, i would like to test if a bug was present in an old
>> version, or i would like to add a label to a previous revision.
>
>
> --
>
> Borja Ruiz Arroyo
> www.codicesoftware.com <http://www.codicesoftware.com>
>
> Plastic SCM by Codice Software <http://www.plasticscm.com>
> <http://www.plasticscm.com>
>