On Tue, Jun 14, 2011 at 19:42, Bodnar Robert <[email protected]> wrote: > Is it possible to do this to the 1.7.2 version?
If you look in the patch file, it's against r6143 which belongs to the 1.7.x branch, so yes, it should work. > I have searched and could not find any description how to apply a patch to > Dspace, could you please help me with that? Go to your dspace _source_ directory and run the patch command, e.g.: cd ~/svn/dspace/dspace-1_7_x/ patch -p0 < /path/to/i18nBasicsForXmlui.patch patch -p0 < /path/to/MirageLanguageSelection.patch Then build and deploy dspace as usual. Hope that helps. Regards, ~~helix84 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

