0
点赞
收藏
分享

微信扫一扫

Checkout a specific revision from SVN from the command line

迪莉娅1979 2022-04-14 阅读 63
linux
If you're checking out the repository for the first time:
	svn checkout -r 1234 url://repository/path
	
If you already have the repository checked out:
	svn co svn://gcc.gnu.org/svn/gcc/trunk gcc-trunk
		svn up -r 256272

举报

相关推荐

0 条评论