Checkout a specific revision from SVN from the command line

阅读 68

2022-04-14

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)

0 0 举报