+ To remove the "admin" folder during the import, (after backing it up) edit the xml file as follow:
1.Delete line 2 until the line that is just before the first user (line 37) 2.Replace these lines by the following code: <sv:node sv:name="jcr:root" xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <sv:property sv:name="jcr:primaryType" sv:type="Name"> <sv:value>rep:root</sv:value> </sv:property> 3.Then import the file (Tools | Import) using the following options: Repository : Users Base Path : /admin Keep version : unticked File : chose corresponding file UUID : Remove existing nodes with the same id FYI: I used the xml code from the exported files from other user types (Public & System) to find out the correct code to be put to remove this "admin" top directory. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=e6bb592b-0d38-4f71-a597-b98aa6db6078 ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
