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.
[Help] How to install subversion on Eclipse?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 51
- Joined: Thu Oct 25, 2012 2:07 am
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: [Help] How to install subversion on Eclipse?
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
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
-
- Posts: 51
- Joined: Thu Oct 25, 2012 2:07 am
Re: [Help] How to install subversion on Eclipse?
Thank you, I restarted Eclipse and it build success.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
