How to configure svn with myeclipse how to#
How to configue Putty client to connect the svn server automatically? The important thing is producing a private key file.ġ) login the svn server using your name (here use jackchan), The svn repository location connecting svn repository in eclipse/myeclipse, we need to configue Putty client to connect the svn server automatically. If the configue is fine, we should see svn plugin work normally.Īfter installing svn plugin in eclipse/myeclipse, we need to configue how to connect svn server. If check out a existed project from svn server.Ĭlick File–>’Import…’, chose ‘SVN’, ‘checkout projects from SVN’, create a new repository location or use existing repository location, click ‘next’, select the folder to be checked out from SVN, then click ‘Finish’ button.īecause we have finished the ssh automation connection configure, the process of check out or check in will be finished automatically. If check in a new project into svn server.ġ) Chose the project, right click, and in popuped list, chose ‘Team’, then chose ‘Share Project….” You can check in a new project into svn server or check out a existed project from svn server. Now, we can begin to use svn plugin in eclipse/myeclipse Next, we need to set the ‘Enviroment variables’ ‘SVN_SSH’ in your desk machine.ġ) Right click ‘mycomputer’, choice ‘Properties’, in ‘System Properties’, choice ‘Advanced’, click ‘Enviroment variables’.Ģ) in ‘System variables’, input ‘SVN_SSH’ value, then click ‘ok’