Re: svn usage tips
From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 2 Mar 2010 17:57:15 -0500
On Tue, Mar 2, 2010 at 2:31 PM, Paul Decker <kg7hf_at_comcast.net> wrote:
What does your repository directory structure look like? I don't need
It sounds like you're saying that the structure looks like this:
/project1
If you are working on /project1, you need to checkout folders
If that's the case, you'll need to use --depth:
$ # Checks out the root project, but no folders
$ #Now we have to "update" the missing folders
This will checkout your project, and the needed shared folders. When
A better way is to use "externals". Take a look at
This way, you can checkout project1 and all the common folders will
-- David Weintraub qazwart_at_gmail.comReceived on 2010-03-02 23:57:52 CET |
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.