It's all about the answers!

Ask a question

Create a snapshot on Repository Workspace


Rakesh Dama (15212) | asked Sep 22 '17, 7:43 p.m.

 Hi Techies,


I am able to create a snapshot on repository workspace loaded freshly, using below commands.
lscm login -c -r $Repository-url -u $username -P $password 
lscm create snapshot -n $snapshotname -r $Repository-url $RepositoryWorkspace
lscm deliver -r $Repository-url -s $RepositoryWorkspace -u $username -P $password  -i

But, I want to create snapshot on repository workspace for every successful build. But, aftre the build I will be having the new files created in sandbox which are causing snapshot creation failure on repository workspace.
Starting - Snapshot Creation...
Problem running 'create snapshot':
Could not create snapshot
There are unchecked-in changes that may be overwritten.

Please let me know that How could I ignore the unchecked-in changes, during snapshot creation.

Thanks,
R Dama


One answer



permanent link
Shashikant Padur (4.2k27) | answered Oct 05 '17, 6:23 a.m.
JAZZ DEVELOPER

This will be addressed in the ongoing 6.0.5 release. The workitem number is https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=428700

Your answer


Register or to post your answer.