.wrx file svn commit

Kalan

Member
Hi All,

I am not sure, Is this right question to ask here... While we commit the .w file into SVN, do we need to commit associated .wrx file as well? I heard we should not commit .wrx since svn does have some problem to maintain the change history for .wrx file. Can u pls some one explaint it clearly?
 
I am not aware of any difficulties wit svn and extensions. And in my opinion a wrx file doesnt change unless new controls are added. Not even between proress versions. But I am sure there are people with better knowledge of this.
We moved to a .NET WPF front end, so we dont have wrx (or w) files anymore.

Regards,

Casper.
 
I believe the problem is that this .wrx file changes whenever the .w file is edited in the appbuilder.
Solution is that you only commit the .wrx file to svn when it is necessary (i.e. when controls on the .w were changed) and revert it in other cases.
It is still recommended to store it in svn though.
 
Back
Top