0

Does exists some external text viewer for read AOD source files of Axapta ? I would like to backup it each X hour, then try to read the 'past' versions of source code. Thanks

stighy
  • 7,260
  • 25
  • 97
  • 157
  • sounds like you are trying to re-write source control, maybe you should be looking at turning source control on? I have some code for backing up classes/objects to XPO files if you want it? Also, XPO files are just simple text files, you can read them (to an extent) in any text file viewer/editor. – AnthonyBlake Jul 03 '12 at 08:27
  • Mmm... yes source control isnt enabled. I didn't know it existed. – stighy Jul 03 '12 at 08:53
  • a bit of initial reading for you http://blogs.msdn.com/b/axsupport/archive/2011/05/31/working-with-version-control-in-ax.aspx – AnthonyBlake Jul 03 '12 at 08:57
  • Maybe you make it an answer, it is more useful than mine. – Jan B. Kjeldsen Jul 03 '12 at 11:20

2 Answers2

3

Sounds like you are trying to re-write source control, maybe you should be looking at turning source control on? see here

I have some code for backing up classes/objects to XPO files if you want it? It is here

Also, XPO files are just simple text files, you can read them (to an extent) in any text file viewer/editor

Community
  • 1
  • 1
AnthonyBlake
  • 2,334
  • 1
  • 25
  • 39
2

The answer is no.

And I agree with Anthony.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50