how to have working copy be subset of large tree?
From: Alan Jay Weiner <alan_at_ajw.com>
Date: 2005-09-20 04:50:10 CEST
I'm not sure how to do this cleanly...
I'm playing with some Python projects that already exist, so they're already
I want to have some of the directories under E:\Python23 as my working copy of
This also opens up a secondary question - if I do this how I *think* I should do
The project currently lives as installed in the Python root dir:
E:\Python23
From above, I want as my working copy to contain:
I've created a tree in the repository with the directories and files I want; the
But how do I create a working copy - I can't do a checkout into the
I've thought of two methods:
(1) Delete the files and dirs that are in the repository and then just check
(2) rename E:\Python23 to something else
Is there a cleaner way to checkout the project I want, overlaying it on top of
Now, to the question I mentioned above - if I do either of the above, I'll end
But what if I'm also working on other projects in the Python23 tree?
Say, projectBar which has similar projectBar directories under lib and share?
If I do the same thing with them, I'll end up with E:\Python23 trying to be the
So is this even possible to do?
Any ideas of a clean way to do this?
- Al -
-- -- Alan Weiner -- alan_at_ajw.com -- http://www.ajw.com Palm OS Certified Developer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Sep 20 04:54:18 2005 |
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.