解决ubuntu svn checkout https问题

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
posted @ 2015-11-06 09:38  ip8888  阅读(915)  评论(0编辑  收藏  举报