On 17 juin 08, at 09:01, malaka ekanayake wrote: > hi vincent/fabio > > I have completed the first version of the sample plugin for xwiki > syntax colouring.But when i try to commit it to the sandbox I'm > getting the following error > > First I checkout the plugin folder by svn co https://[EMAIL > PROTECTED]/svnroot/sandbox/plugins/ > xwiki-sandbox-plugins > then add my folder to the xwiki-sandbox-plugins folder and add it to > the svn.when I try to commit my work by "svn co" it asked for the > password .After entering the password it gives the following error > Maybe it's the malaka@ that confuses SVN.
Try with svn co https://svn.xwiki.org/svnroot/sandbox/plugins/ Then add your code and commit. Svn will ask for your password and username. Maybe /plugins is not the right place to put your work, since technically it's not an xwiki plugin. Maybe you can put it directly in the root as org.xwiki.eclipse.editor (there is already the org.xwiki.appserver project which is an Eclipse plugin so I think that the svn root is fine) WDYT? Cheers, Fabio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

