随笔分类 - Revision control(Subversion,git)
摘要:登陆GitLab,创建添加项目。 写入项目的基本信息,包括名称、描述、权限等等。 cd existing_folder git init git remote add origin git@10.10.xxx.xxx:richardxie/Questionnaire.git git add . gi
阅读全文
摘要:解决指向localhost的问题:编辑gitlab的配置vi /etc/gitlab/gitlab.rb,修改external_url 参数值[Mesogene@localhost ~]$ sudo vi /etc/gitlab/gitlab.rb## Url on which GitLab wil...
阅读全文
摘要:#检查是否安装了低版本的SVN[root@localhost ~]# rpm -qa subversionsubversion-1.6.11-7.el6.x86_64#卸载旧版本SVN[root@localhost ~]# yum remove subversion#安装SVN[root@localhost Desktop]# yum install subversionLoaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base: mir
阅读全文
摘要:其实这个问题是这样的。下面我举个例子:比如版本库SVN是root用户创建的但是启动服务的时候没有选择root启动,而是在其他用户转托管太下启动的,所以只能读不能写。解决方法:停止svn服务:killall svnserve 在创建版本库的用户下启动svn : svnserve -d -r /opt/....(你版本库的路径)。
阅读全文

浙公网安备 33010602011771号