Jump to content

Content of the changeset from label name


iniesta

Recommended Posts

Try this:

 

Find changeset based on give label: cm find label where name='labelname' on repository 'reponame' --format="{changeset}" --nototal

List changeset changes:  cm find revision where changeset = <ID> on repository 'reponame'

 

Hope this helps,

Ed.

Link to comment
Share on other sites

Hi, Manu

 

I want to get full changeset content from command line, to storing it in my pc and power execute.

I need obtain all the libraries, if that changeset have 1 library and the previos 2 and exist 50 libraries in total, then  can obtain all the libraries.

I hope you understand what I need.

 

Thanks

Link to comment
Share on other sites

Ummmm, In that case the easiest solution is to create a new workspace (cm mwkw myWks --repository=X) and then update the workspace to your desired changeset.

 

We are about to public a new command "cm switch cs:245" that is going to be smarter than the "cm update --changeset".

Link to comment
Share on other sites

Hi!!

 

With the previous solution I would obtain the full content of repository.

Is possible to download the full content of a determined changeset, which is labeled, in a directory created in c:  and to execute its contents (libraries and executables) directly from there?

 

Thanks, Regards

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...