Re: LDAP SDK and source repositories
Mark Banner <[email protected]> Tue, 28 Jul 2009 20:46:22 +0100
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
On 28/07/2009 17:26, Serge Gautherie wrote: >> Pulling from the same repository but using a tag to provide stability >> to consumers like TBird and SeaMonkey is my preference. I assume that >> is what is still done for NSS and NSPR? > > Yes, and for cvs c-sdk too ;-) No it isn't done for NSS and NSPR. They are still developed in cvs and when they are upgraded the source gets merged into mozilla-central on hg - which version is just tracked by the tags in cvs. mozilla-central builds have everything included in hg, they didn't want to go the multiple repository way because of the one or two extra steps it would cause them to do - so they do duplicate the code (but the rule is no-one checks into the nss/nspr directories apart for when upgrading). Standard8