码迷,mamicode.com
首页 > Web开发 > 详细

解决ubuntu svn checkout https问题

时间:2015-11-06 10:53:16      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

You can specify a username using

svn co --username your_name https://svn.server.com/repository/trunk

and the password should be prompted afterwards.

However, it‘s not necessary to specify the username, svn is going to prompt you anyway.

This and more information can be found either in the documentation of svn or using a simple command:

svn help checkout

解决ubuntu svn checkout https问题

标签:

原文地址:http://www.cnblogs.com/aobama/p/4941678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!