[Help] How to install subversion on Eclipse?

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
chuong2a
Posts: 51
Joined: Thu Oct 25, 2012 2:07 am

[Help] How to install subversion on Eclipse?

Post by chuong2a »

How to install subversion on Eclipse?
I have downloaded slik subversion 1.7.7 x64 and install.
http://www.sliksvn.com/pub/
But I still get error when compile L2j Server
Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: [Help] How to install subversion on Eclipse?

Post by MELERIX »

depend of SO.

for example in XP, you could just select "typical mode" and nothing more is required, it will install and create the path automatically.

for Vista/W7/W8 you could just select "typical mode" too, but due there is UAC protection you will need to confirm the UAC window that will ask you about privileges, otherwise the path will not be created, or the software will not be installed at all.

and ofc you should restart eclipse if it was open before.

to confirm it was properly installed, just open a CMD window and type: svn --version
chuong2a
Posts: 51
Joined: Thu Oct 25, 2012 2:07 am

Re: [Help] How to install subversion on Eclipse?

Post by chuong2a »

MELERIX wrote: and ofc you should restart eclipse if it was open before.
to confirm it was properly installed, just open a CMD window and type: svn --version
Thank you, I restarted Eclipse and it build success. :D
Post Reply