[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn checkout: cannot simply checkout a single file.

From: xuejiang.li <xuejiang.li_at_alibaba-inc.com>
Date: Wed, 24 Jun 2009 17:23:15 +0800

Hi, all
 
    There are a lot of files in a directory, but I only want to modify one
of them. I hope I can check out it simply. Just like that:
     
-bash-2.05b$ svn co http://svn1.scmbbs.com/repos/Comm/js/city_1_1_0_min.js
svn: URL 'http://svn1.scmbbs.com/repos/Comm/js/city_1_1_0_min.js' refers to
a file, not a directory

    But it don't work.
   Is there a plan to improve this basic (but very helpful) function?
 
I known this command:
svn co --depth=empty http://svn1.scmbbs.com/repos/Comm/js/;
svn up city_1_1_0_min.js;
But it's too complicated, isn't it?
Thanks!
 
--------------
Mr.Li Xuejiang
Yid:xuejiang.li

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2364844
Received on 2009-06-24 11:23:42 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.