Page 1 of 1

Problem with Eclipse

Posted: Fri Jun 13, 2014 9:18 pm
by Gries
As i wrote in viewtopic.php?f=77&t=29900 i have no option to create patch/sync with svn etc

jurchiks told me to do that:
Team > Share project, choose l2j svn and the right path to branches/unstable. It will download all the SVN info, which will take some time. Then that context menu will be populated with the usual stuff.
But i am getting the following error:
Authentication error.
svn: E170001: MKACTIVITY of '/!svn/act/076bb696-4601-0010-96ed-7bed98a982b9': 403 Forbidden (http://svn.l2jserver.com)


Any idea how to solve it?

Re: Problem with Eclipse

Posted: Fri Jun 13, 2014 10:30 pm
by jurchiks
Try deleting any and all ".svn" folders in your project folder. They're hidden by default, fyi.

Re: Problem with Eclipse

Posted: Sat Jun 14, 2014 8:21 am
by Gries
Tried but same error

Re: Problem with Eclipse

Posted: Sat Jun 14, 2014 10:43 am
by jurchiks
http://stackoverflow.com/questions/1032 ... -forbidden
Double check casing in repository path.
Maybe you have some capital letters in it or smth? I dunno. You can also check out the clean core and compare your own project to it/copy over the changes. That'll definitely work, but might be way too much changes.

Re: Problem with Eclipse

Posted: Sat Jun 14, 2014 3:13 pm
by Gries
Managed to do it but seems it updated to last revision, guess i'll keep it like it was.