Monday, May 21, 2012

Removing Access Control Policies

If you need to delete access control policy you accidentally created, looks like removing this from Org Admin Console is the only way.

http://publib.boulder.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.admin.doc/tasks/taxdepol.htm?resultof=%22%64%65%6c%65%74%65%22%20%22%64%65%6c%65%74%22%20%22%61%63%63%65%73%73%22%20%22%63%6f%6e%74%72%6f%6c%22%20

Let me know if you find any other procedure for this.

Labels: ,

Wednesday, May 16, 2012

Finding files modified after initial commit in SVN

I ran into a requirement where i need to retrieve the files changed in SVN after initial commit of the Websphere Commerce code. This is to extract only those files which have been customized and did not need the OOB JSPs.

Thanks to Chris Hope for the following article which explains how to do this.

http://www.electrictoolbox.com/tortoisesvn-exporting-changed-files/

Labels: ,