Re: LDAP SDK and source repositories
Rich Megginson <[email protected]> Wed, 29 Jul 2009 16:45:29 -0600
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
Robert Kaiser wrote: > Rich Megginson wrote: >> 1) checkout just the c-sdk > > You can only checkout a complete repo at a time, so you'd need to e.g. > clone the whole ldap-sdks repository and will have the c-sdk in a > directory beneath it, but you'll never get the c-sdk alone unless it is > its own repo. Ok. This should not be a big deal, just makes life easier for developers (although a developer would typically just clone the repo once or once per platform) and release engineering (would be nice to be able to produce a c-sdk source tarball without checking out lots of other unrelated code). > > Robert Kaiser