|
| Total Answers and Comments: 8 |
Last Update: January 27, 2009 Asked by: shylender |
|
| | |
|
Submitted by: titin_m Here is my understanding of your problem:
Say your orginal version number of the graph is "100" and after you made the first set of modification and checked in, the graph gets a version of, say "102". Now you checked out the latest version of the graph, i.e. version 102 and did another set of modifications. After checking in (say new version number 105) you realise that the changes were incorrect.
In such a case the correct version is 102 on which you have to make the second set of changes again.
To achieve this, check out version 102 (select appropriate version number in check-out wizard), check it in again without any modification and setting the "force overwrite" option on. This will create a new version of the graph, say 108, and this version will be the same as version 102.
So now you have version 102 as the latest version with a new version number 108, you can lock and make the correct modifications on it.
Another way is to branch out, but in your scenario it doesn't appear to be the right option.
I have used version numbers in the explanation, which can be replaced by "tag names".
Above answer was rated as good by the following members: r4ravikanth, malhotraa08 | Go To Top
|