5、运行 svnserve
在终端输入:
svnserve.exe -d -r D:\SVN\SvnRepos
6、以服务形式运行 svnserve
使用普通用户直接运行 svnserve 通常不是最好的方法。它意味着你的服务器必须有一个用户登录,还要记着重新启动服务器后重新启动 svnserve。最好的方法是将 svnserve 作为 windows 服务运行。
sc create svnserve binpath= "C:\Program Files\CollabNet\Subversion Server\svnserve.exe --service --root D:\SVN\SvnRepos\ProjRepo" displayname="Subversion" depend= tcpip start= auto
#Add a description after creating the service#
运行下列代码
sc description svnserve "Subversion server (svnserve)"
7、在MyEclipse中配置SVN:
方法一(我按照这种方法做的,而且没问题):
<1> 若没有该选项,则采用以下方法,点击Help—Software Updates---Add/Remove Software…在出现的对话框中选择Add---Add Site---输入name为SVN,URL为http://subclipse.tigris.org/update_1.0.x 点击OK--展开Personal Sites--选中subclipse-- 安装完成即可
打开MyEclipse菜单---Window---Show View---Other….选择SVN---SVN资源库在Myeclipse右下角出现SVN透视图.
<2> 在空白处右击---新建---资源库位置,在URL选项中写入:svn://localhost/,确定即可
在弹出的对话框中输入用户名和密码(为之前在文件修改的用户名和密码),确定
<3> 右击建立的资源库位置,新建一个远程文件夹,填入文件夹名,Next—Finish
<4>右击新建的远程文件夹,选 导入 选项,选择导入目标文件的目录,点击确定即可
<5>打开file菜单---New---Others….---SVN---从SVN中出去项目---next---选定资源库位置---Next---选择目标远程文件夹---Next---为项目命名---Finish
方法二(这种方法安装的subclipse会有一点点问题,解决起来还挺麻烦):
<1>subclipse.tigris.org:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
下载Subclipse,site-1.0.6.zip
<2>解压次文件,在Myeclipse菜单--help--Sofeware Update--Add/Remove SoftWare...---Add--Add Local--选中site-1.6.10.zip--选中Personal Sites--完成安装。
在终端输入:
svnserve.exe -d -r D:\SVN\SvnRepos
6、以服务形式运行 svnserve
使用普通用户直接运行 svnserve 通常不是最好的方法。它意味着你的服务器必须有一个用户登录,还要记着重新启动服务器后重新启动 svnserve。最好的方法是将 svnserve 作为 windows 服务运行。
sc create svnserve binpath= "C:\Program Files\CollabNet\Subversion Server\svnserve.exe --service --root D:\SVN\SvnRepos\ProjRepo" displayname="Subversion" depend= tcpip start= auto
#Add a description after creating the service#
运行下列代码
sc description svnserve "Subversion server (svnserve)"
7、在MyEclipse中配置SVN:
方法一(我按照这种方法做的,而且没问题):
<1> 若没有该选项,则采用以下方法,点击Help—Software Updates---Add/Remove Software…在出现的对话框中选择Add---Add Site---输入name为SVN,URL为http://subclipse.tigris.org/update_1.0.x 点击OK--展开Personal Sites--选中subclipse-- 安装完成即可
打开MyEclipse菜单---Window---Show View---Other….选择SVN---SVN资源库在Myeclipse右下角出现SVN透视图.
<2> 在空白处右击---新建---资源库位置,在URL选项中写入:svn://localhost/,确定即可
在弹出的对话框中输入用户名和密码(为之前在文件修改的用户名和密码),确定
<3> 右击建立的资源库位置,新建一个远程文件夹,填入文件夹名,Next—Finish
<4>右击新建的远程文件夹,选 导入 选项,选择导入目标文件的目录,点击确定即可
<5>打开file菜单---New---Others….---SVN---从SVN中出去项目---next---选定资源库位置---Next---选择目标远程文件夹---Next---为项目命名---Finish
方法二(这种方法安装的subclipse会有一点点问题,解决起来还挺麻烦):
<1>subclipse.tigris.org:http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
下载Subclipse,site-1.0.6.zip
<2>解压次文件,在Myeclipse菜单--help--Sofeware Update--Add/Remove SoftWare...---Add--Add Local--选中site-1.6.10.zip--选中Personal Sites--完成安装。