Re: Is it possbile to check out a single folder?
From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-19 12:54:37 CEST
caoqiuliang@crisen.com wrote:
Please keep this on the list.
>
What version of Subversion are you running; I have no problem whatsoever with
There are several other possibilities to try:
1) Don't check out the second folder inside the working copy of the first folder
I don't know what your actual use-case is, since you don't describe why you want
svn co -N file:///h:/db/Help/ch h:/myClient/Help-ch
2) Try to check it out from within the existing WC (using an implied destination):
If you cd into the directory, you can perform the checkout locally (without
cd h:/myClient/Help
NOTE: that this will not affect the WC, and so the following may be somewhat
svn st
i.e. the current WC (that is the Help directory) will have no notion that the
Hence, if you do any Subversion command (e.g. 'svn up') from within the Help
HTH
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed May 19 12:55:16 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.