On 9/5/06, Sylvain Vedrenne <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to commit some translations for some xfce-goodies, > but I cannot log in, and it's my first time with xfce-goodies. > > I'm getting such errors: > > Authentication realm: <http://svn.berlios.de:80> Members Only > Username: gnu_sylvain > Password for 'gnu_sylvain': > svn: Commit failed (details follow): > svn: CHECKOUT of > > '/svnroot/repos/xfce-goodies/!svn/ver/1342/thunar-archive-plugin/ > trunk/po/ChangeLog': authorization failed (http://svn.berlios.de) > > I think I started like this: > svn co http://svn.berlios.de/svnroot/repos/xfce-goodies > > - Am I doing the wrong thing ? > - Has the xfce-goodies repository moved ? > - Could you please tell me how to commit to xfce-goodies ? > > Thanks in advance for your help. > Rgds, > -- > GNU/Sylvain > http://sylvano.esperanto.free.fr > _______________________________________________ > Xfce-i18n mailing list > [email protected] > http://foo-projects.org/mailman/listinfo/xfce-i18n >
You'll need to use https to commit. Also, the xfce-goodies moved to svn.xfce.org. Do the following in the checked-out svn directory to avoid having to check it out again: svn switch --relocate http://svn.berlios.de/svnroot/repos/xfce-goodies https://svn.xfce.org/xfce-goodies Then you'll need to run svn update. Updating from the berlios repo to the new repo should work, but if it doesn't, just re-checkout. Regards, Alexander Toresson _______________________________________________ Xfce-i18n mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce-i18n
