Tag Archives: svn

ubuntu11.10桌面新机安装软件列表

1、
sudo apt-get install gnome-shell;
sudo apt-get install network-manager-vpnc;
sudo apt-get install putty;
sudo apt-get install aria2;
sudo apt-[......]

Read more

Posted in server, soft | Tagged , , | Leave a comment

ubuntu安装SVN服务器

一、svn安装
1、
sudo apt-get install subversion
2、
sudo adduser svnuser
sudo addgroup subversion
sudo addgroup svnuser subversion

3、
sudo mkdir /[......]

Read more

Posted in server | Tagged , | Leave a comment

install svn-win32

1、下载
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

2、解压缩到
D:svn-win32-1.5.4

3、设置SVN_HOME,添加%SVN_HOME%bin; 到Path路径

4[......]

Read more

Posted in javaee | Tagged | Leave a comment