cancel
Showing results for 
Search instead for 
Did you mean: 

Versioning in NWDI

former_member214651
Active Contributor
0 Kudos

Hi All,

Is it possible to recover older versions of source code in NWDI?

Example: I add an Inputfield today in a View and made a check-in to the NWDI. The next day I make some more changes and check-in again. After a month of development is it possible to get the source code which I made on the day1??

If yes, please let me know how can this be acheived?? If not, how can this be done.

Regards,

Poojith MV

Accepted Solutions (0)

Answers (1)

Answers (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Poojith MV

Check the context menu on the file: DTR -> Show In -> Revision History, or DTR -> Show In -> Version Graph. Find the necessary file version by date, or by user ID, or by activity name.

Revision history allows you to compare any two versions between each other.

Unfortunately, there is no direct way to return back to some version. The operation can be replaced with the following ones: view the old version and store it somewhere locally, check-out the file in DTR, manually replace file context with the stored version, check-in the file back.

BR, Siarhei

former_member214651
Active Contributor
0 Kudos

Thanks for the reply. I went through one of the blog regarding the use of WINCVS which also helps in versioning. But I wanted to know if WINCVS can help in getting the old source code???

Regards,

Poojith MV